-
Notifications
You must be signed in to change notification settings - Fork 73
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
not really sure if its an issue #17
Comments
Below is an example for running TrickBot seems to emulating further than the test sample Binee@6ab1153bcb24:~/go/src/binee# ./binee ursnif/2019-09-26-1st-run-Trickbot-gtag-leo19-follow-up-malware-from-Ursnif-infection-1258460.exe |
This happened with me and using system32 dlls from 32bit windows 10 installation seemed to fix the issue , previously i just collected them from sysWOW from my 64 bit installation. |
possibly unrelated, PE+ binaries will now parse without error, there was an issue with the imports table but that is resolved now. However, 64bit support is still a work in progress |
No dlls are missing and it seems that its stuck at the third API call, its the same for all the test binaries
binee@36db47c11662:
/go/src/binee# ./binee tests/ConsoleApplication1_x86.exe/go/src/binee#[1] 0x21982e60: F GetSystemTimeAsFileTime(lpSystemTimeAsFileTime = 0xb7feffe0) = 0xb7feffe0
[1] 0x2197ea60: P GetCurrentThreadId() = 0x0
[1] 0x21990c00: P GetCurrentProcessId() = 0x2001
STUCK*
binee@36db47c11662:
The text was updated successfully, but these errors were encountered: