-
-
Notifications
You must be signed in to change notification settings - Fork 3k
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
PE binaries should be handled as 'fat' binaries #662
Comments
@radare isn't this already done? |
nope, this is not done yet. |
I am working on this |
👍
|
Here is a good binary example for that here: (waiting end of CTF) |
Ok here is the bin: |
@xarkes for you to think, what part can be done during GSoC, if possible, or not. Depending on how much changes are needed. |
See #10835 |
They can contain a DOS program, Windows one and .NET runtime. each code is located at different range.
Default loaded subbin should be the newest (.net > win > dos)
https://github.com/VirusTotal/yara/blob/master/libyara/modules/dotnet.c
The text was updated successfully, but these errors were encountered: