Screenshots
Example Usage
from qiling import Qiling
if __name__ == "__main__":
# initialize Qiling instance, specifying the executable to emulate and the emulated system root.
# note that the current working directory is assumed to be Qiling home
ql = Qiling([r'examples/rootfs/x86_windows/bin/x86_hello.exe'], r'examples/rootfs/x86_windows')
# start emulation
ql.run()
See also
ret-sync
Open Source
ret-sync is a set of plugins that helps to synchronize a debugging session (WinDbg/GDB/LLDB/OllyDbg2…
xAnalyzer
Open Source
…
NebulaFD
Free
A work in progress, reimagined decompiler for Clickteam Fusion.…
Radare2
Open Source
Kali
Portable reversing framework that includes a hex editor, disassembler, debugger, scripting engine (r…
pokeheartgold
Free
Decompilation of Pokemon HeartGold/SoulSilver…
omni
Open Source
A modern zero-allocation C++23 library for working with low-level Windows within user-space. Iterati…