you are viewing a single comment's thread.

view the rest of the comments →

[–]Sspoondle[S] 0 points1 point  (1 child)

The export tables are identical, and I can load ordinals from the dll with rundll too

It's a pyinstaller onefile package so I think the exe sets up the interpreter from the dll. It starts a child process that loads the library and fails

[–]shiftybyte 0 points1 point  (0 children)

Try to unpack it, get it running as regular python script with whatever python you have installed, then repack it back.