- Download WSL2 Kernel
- run
wsl --set-default-version 2in windows command line, so that all future WSL machine will use WSL2.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/sh | |
| RED='\033[0;31m' | |
| GREEN='\033[0;32m' | |
| BLUE='\033[0;34m' | |
| NC='\033[0m' | |
| GIB_IN_BYTES="1073741824" | |
| target="${1:-pi1}" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| using System; | |
| using System.Collections.Generic; | |
| using System.ComponentModel; | |
| using System.Diagnostics; | |
| using System.Drawing; | |
| using System.Linq; | |
| using System.Threading.Tasks; | |
| using System.Windows.Forms; | |
| using System.Runtime.InteropServices; | |
| using System.Timers; |
40Hex Issue 4 December 1991
- Turbo Assembler (MASM sucks, and it is slow)
- Turbo Debugger(It rules, what else can I say?)
- Quick Edit (Small, Fast and Turbo-like keys)
- Sourcer 486 ver 4.54(The ONLY real dissembler out)
- Virus Scan by McAffe Asst. (It really is a great tool)
NewerOlder