Renzo
Renzo
Will there be a release soon of the more trivial packet injections, like the kankun.py from the demo?
I added a lot of functionality, but it needs a lot of work. Let me know If you want my to push this to yours or if it would be...
Just a quick test for the workflow, wanna try one thing.
A null pointer dereference in `panda/plugins/osi/os_intro.c` [Lines 185-187](https://github.com/panda-re/panda/blob/9f27158685c8c18f9b625607237523762f6b58cc/panda/plugins/osi/os_intro.c#L185-L187) is possible since the variable `thread` is instantiated as `NULL`. This variable is passed to [PPP_RUN_CB](https://github.com/panda-re/panda/blob/9f27158685c8c18f9b625607237523762f6b58cc/panda/include/panda/plugin_plugin.h#L163) as the third parameter and can...
It seems like it could be a nice feature to demangle/de-decorate names from pdbs. For example in this pdb: https://msdl.microsoft.com/download/symbols/ntkrnlmp.pdb/00625D7D36754CBEBA4533BA9A0F3FE22/ntkrnlmp.pdb Query: ``` {'name': 'ntkrnlmp.pdb', 'guid': '00625D7D36754CBEBA4533BA9A0F3FE2', 'age': 2, 'query': ['ExAllocatePoolWithTag']}...
I was trying to run the examples from [here](https://blog.quarkslab.com/introducing-tritondse-a-framework-for-dynamic-symbolic-execution-in-python.html) in an ubuntu:latest docker and get a traceback trying to load lief. Running the code under-"To automatically solve this crackme, we...