qiling icon indicating copy to clipboard operation
qiling copied to clipboard

A True Instrumentable Binary Emulation Framework

Results 230 qiling issues
Sort by recently updated
recently updated
newest added

Running a binary either from `ipython` or `qltool` crashes with an unicorn error on macOS 11.3 (M1 - aarch64). This is run from a clean virtual env. Qiling was installed...

***Describe the bug** I run example/netgear_6220_mips32el_linux.py, and the it crash "qiling.exception.QlErrorExecutionStop: Dynamic library .init() failed!" **Sample Code** As same as example/netgear_6220_mips32el_linux.py And I change 'multithread=False' to 'multithread=True' **Screenshots** ![image](https://user-images.githubusercontent.com/73210662/115561777-7a209480-a2e8-11eb-922a-69eecbb3432d.png)

When I testing a PE file compile by VS 2019, qiling show this error, is that mean qiling cant emulate this api not yet, or something wrong when I configure...

Hello, I tried to use AFLplusplus+unicorn to fuzz an Android native jpg codec library and use qiling to emulate the Android system runtime. The initial state is dumped from a...

***Describe the bug** For strlen in libc, qiling failed to emulate it. **Emulated Code** ``` size_t strlen(const char *s) { return off_56561FBC(s); // this line is 0x56555870 } ``` ```...

Hi, I am in progress of porting qiling for platform that use musl libc on ARM. I managed to run pure C binary, however when i tried to run C++...

I want something like this, but that doesn't work. ``` def GetStringUTFChars(ql): ql.log.info('GetStringUTFChars hooked') # put char array on memory and move pointer to eax(I will try to do myself...

When we start gdbserver by: ``` ./qltool run -f examples/rootfs/x8664_linux/bin/x8664_hello --rootfs examples/rootfs/x8664_linux/ -g 127.0.0.1:1234 ``` All things work correctly. We can get this output: ``` [=] gdb> Stop at entry...

***Describe the bug** Running a UEFI hello world binary with qltool fails: ``` $ qltool run -f hello_x64.efi --rootfs . [=] Located heap at 0x78000000 [=] Located stack at 0x77fffff0...

enhancement
os uefi

Sorry. this is not a bug report, just a question about errors on emulating with qiling. I'm new to qiling framework and have a trouble emulating FreeBSD ELF(64bit) binary which...