Angelo Dell'Aera

Results 10 comments of Angelo Dell'Aera

Same issue here. I was not able to install 3.9.0 neither on Linux nor on Mac OS X ``` # pip install yara-python==3.9.0 Collecting yara-python==3.9.0 Could not find a version...

This is not a workaround I would suggest at all because you would end up installing from HEAD. This means users will install different "versions" of the package. And HEAD...

In order to better investigate shellcode emulation issues I converted a Python code I used long time ago while developing Pylibemu to use Speakeasy. The first analysis I performed seems...

@drewvis just wanted to point out that version 1.4.8 totally broke up shellcode emulation. Apparently this started happening after the last set of PEB patches. Following an example of the...

Yes, that shellcode was generated using Metasploit. Attaching you a potentially useful Python script. Using the option -s you can select a shellcode to emulate (the example I posted was...

Thanks for taking care of it. I performed a couple of tests and can confirm the patch fixes the issue.

If you think that having the possibility to insert an hook just before calling emu_cpu_step (line 592) could be beneficial for your purposes I can easily add this feature for...

This is not an official repository but just a mirror. BTW it is not entirely clear to me the patch to be applied to emu_shellcode.c. If size is 0, everything...

Maybe I spotted the bug but can't reproduce it right now. The issue is here https://github.com/buffer/libemu/blob/master/src/emu_hashtable.c#L96 As you correctly said eh->size ends up to be 0 in your scenario (and...

Sorry for the late reply. Can you please move to the tests directory and run the following command python sctest.py -s 0 Asking because I am experiencing some segfaults after...