qiling icon indicating copy to clipboard operation
qiling copied to clipboard

A True Instrumentable Binary Emulation Framework

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

[Merge only after Unicorn 2.1.2 is officially released] Highlights: - Introduced co-processor register accessors to AArch32 and AArch64 (`ql.arch.cpr`) - Replaced deprecated pseudo registers with cpr definitions to be used...

Hello, My x86 emulation crash whenever it tries to load `mscoree.dll`, it happens that's the first dll where the `DllMain` is actually called and when it's called it tries to...

## Checklist ### Which kind of PR do you create? - [x] This PR only contains minor fixes. - [ ] This PR contains major feature update. - [ ]...

***Describe the bug** IDA pluging thows an error when trying to start emulation **Sample Code** File "/home/user/ida/plugins/qilingida.py", line 1037, in ql_start self.qlemu.start() File "/home/user/ida/plugins/qilingida.py", line 889, in start self.ql =...