Closed lordtmk closed 1 year ago
archtype
and ostype
do not accept strings anymore; use QL_ARCH
and QL_OS
instead.
ql = Qiling(code=shellcode, rootfs=r'/path/examples/rootfs/x8664_windows', archtype=QL_ARCH.X8664, ostype=QL_OS.WINDOWS, verbose=QL_VERBOSE.DEBUG)
*Describe the bug KeyError when specifying arch using library or qltool
Sample Code
Expected behavior Correct architecture found and shellcode running
Screenshots If applicable, add screenshots to help explain your problem.
Additional context In utils.py :