gitextract_iepmxh43/ ├── LICENSE ├── README.md ├── Samples/ │ ├── BHMEA _shellcode_injection3.cpp │ ├── alternative_create_process.asm │ ├── alternative_create_process_SHAREM_output.txt │ └── alternative_create_process_tester.c ├── setup.py ├── shellWasp.py └── start/ ├── Syscall Output/ │ └── Win1011_NtAllocateVirtualMemory_NtQuerySystemInformation_NtOpenProcess_20230414_143422.txt ├── WinDbgList.txt ├── WinSysCalls.json ├── __init__.py ├── config.cfg ├── convertSyscallsToReverse.py ├── myKeys.py ├── parseconf.py ├── reverseWinSyscalls.json ├── reverseWinSyscallsInt.json ├── shellWasp.py ├── singleton/ │ ├── __init__.py │ └── helpers.py ├── syscallAIHelper.py ├── syscallAiPrompts.py ├── syscallPossibleValues.py ├── syscall_parser_toJson.py ├── syscall_signatures.json ├── syscall_signatures.py └── ui.py