Tom

Results 18 comments of Tom

Update your pefile and try this: ``` python import struct import pefile pe = pefile.PE('foobar.exe') for i in pe.DIRECTORY_ENTRY_DEBUG: guid_data1 = struct.pack('

This PR looks amazing @Fireboyd78, would it be possible to have access to your 0.3 branch @gaasedelen? I would love to test and report bugs if any or even create...

Sorry I realized the first commit message is not explicit but it's a fix.

Yes, the compilation works for linux (I'm building for linux and windows on the same machine)

Indeed i saw this package but i wasn't sure if i should use it since it was not in YARA github action. I will try that then thanks!

Pretty sure i fixed that with PR #140

@thebel1 any thoughts?

Hello, I have the following versions and no issues ``` ipython 9.4.0 jupyter_core 5.8.1 ipykernel 6.29.5 Python 3.13.5 (main, Jun 11 2025, 15:36:57) [Clang 17.0.0 (clang-1700.0.13.3)] IDAPython 64-bit v9.1.0 (c)...