chinggg
chinggg
Since we have approved the current change, can we merge this PR and move fast for further work like [backtrace](https://github.com/chinggg/qiling/tree/r2-backtrace), xref, CFG and memory consistency?
@wtdcode You approve the changes and close this PR, so you want me to work on a dedicated branch and submit a big PR?
Can you provide the sample? I can try to fix it.
6989e5a6bde0e200ff3b0534e4f529d97bdb1bac is the first bad commit, will inspect it
@elicn `Protocol not supported` occurs when `sockect_protocol` is 0, which means `unspecified`. The regression is caused by the removed `except` block in https://github.com/chinggg/qiling/blob/6989e5a6bde0e200ff3b0534e4f529d97bdb1bac/qiling/os/posix/syscall/socket.py#L97, which could catch the exception. For your...
Thanks for creating `lief`, the all-in-one solution for binary parsing! I am currently using the Python version of `lief` for PE malware research experiment. However, I find the lack of...
Hi! I have made a draft PR to send generated type stubs to `typeshed`. But there are many problems to solve about the naming conflict and correct type hinting. Suggested...
@romainthomas Thanks. I find `mypy` and `black` will stop analyzing the file once an error is detected and there is no option to continue on error. So it's difficult to...
I just test the script and use radare2 to analyze the generated PE file, it seems the problem still exists. ```log [0x00400074]> iS [Sections] nth paddr size vaddr vsize perm...
It seems I cannot reproduce this error. ```cmd ❯ quark -a apk-malware-samples/Ahmyth.apk -s --core-library rizin 100%|████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 1/1 [00:00