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

***Describe the bug** A clear and concise description of what the bug is. [x] Traceback (most recent call last): File "/usr/local/lib/python3.7/dist-packages/qiling/os/posix/posix.py", line 282, in load_syscall ret = syscall_hook(self.ql, *arg_values) File...

Hi, Iam trying to figure out the emulation of the netgear R6220. I already restored the links and made new file or directory for missing ones. But now Iam getting...

Hello I'm trying to emulate malware files on a windows OS to get the windows API "GetProcAddress" but I am facing the issue of Invalid memory write, read and fetch...

**Describe the bug** My target program contains two continuous API calls, CreateFile then ReadFile. When calling CreateFile, the hooking function opens a file with `r`. (`f = open(filename, 'r')`) Since...

Hey, Iam now emulating another router. It's the Netgear Nighthawk RAX120. You can download version 1.0.1.112 here https://www.downloads.netgear.com/files/GDC/RAX120/RAX120-V1.0.1.114.zip My script looks like this ``` #!/usr/bin/env python3 # # Qiling Framework,...

ImportError: ERROR: fail to load the dynamic library. I have watched the youtube video from HITBLockdown002 and was trying to recreate the scenario, the paths etc I have changed as...

I've experimented with multiple software , Each of them had separate errors. When I solved everything, I couldn't solve the errors I got right now. 1. Api-ms-win-crt problems No program...

Python is a poor choice for anything remotely complex, especially that affects the execution times like emulation. Projects like Angr and Miasm met a bottleneck of Python, it's slowness, GIL,...

Hey, I got an error from ida plugin when using `Deflat` function. ``` .... File "s:\Python\Python37\Lib\site-packages\qiling\extensions\idaplugin\qilingida.py", line 2332, in [x.handler() for x in self.menuitems if x.action == action] File "s:\Python\Python37\Lib\site-packages\qiling\extensions\idaplugin\qilingida.py",...

The plugin is coloring the graph well. but when i pick the deflate option to commit it just crash. Ida 7.5 python 3.9.4 installed dev branch from this moment. Here...