WBGlIl

Results 3 comments of WBGlIl

@xwings There is a problem with the order of the linked list Some shellcodes cannot be run

The first one should be the process itself instead of ntdll

@xwings ``` from qiling import Qiling file = open("w32-exec-calc-shellcode-esp-func.bin","rb") X8664_WIN = file.read() rootfs_x86 = "examples\\rootfs\\x86_windows" ql = Qiling(code=X8664_WIN, archtype="x86", ostype="windows", rootfs=rootfs_x86) ql.run() ``` test shellcode link https://github.com/peterferrie/win-exec-calc-shellcode/blob/master/build/bin/w32-exec-calc-shellcode-esp-func.bin