Questions tagged [qiling]

Cross platform and multi arch ultra lightweight emulator. Supported OS: Linux, MacOS, Windows, FreeBSD, DOS and UEFI. Support Arch: x86(16/32/64), ARM(64) MIPS, EVM and WASM.

2 questions
1
vote
0 answers

Load Python Dependencies With Conflicting Sub-dependencies

I have created two virtual environments (with virtualenv) for two dependencies I will be importing, namely Qiling (a framework for binary emulation based on Unicorn Emulator) and Angr (a binary analysis framework). In each of these virtual…
falhumai96
  • 327
  • 2
  • 17
0
votes
1 answer

How can I set a breakpoint to target this emulated location when it's at a different offset in WinDbg?

I'm using the qiling framework to emulate a snake game which runs fine in my x86 64 Windows environment, but it's failing in the emulated environment. It works fine run normally, but I'm having trouble getting a breakpoint to work in WinDbg at the…
J.Todd
  • 707
  • 1
  • 12
  • 34