Skip to content
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

Check discarding some resources #233

Open
Lifka opened this issue Mar 29, 2022 · 2 comments
Open

Check discarding some resources #233

Lifka opened this issue Mar 29, 2022 · 2 comments

Comments

@Lifka
Copy link
Contributor

Lifka commented Mar 29, 2022

Hi,

the following check causes less resources to be obtained:

// This check only applies to the second level.
if (de!.IsIdEntry && de.NameResolved == "unknown")
continue;

For example, for the sample aafee478d8d65eea241b1f01c0af10fa2181f7301776438d2b7a2f146f9dfc5a PeNet gets only 30 resources, while other tools like pestudio, VirusTotal or Resource Hacker get 37.

Is there a good reason to discard these resources?

@secana
Copy link
Owner

secana commented Apr 4, 2022

Hi @Lifka, sry I don't have access to that specific file to check what's going on. Could you share it with me?

@Lifka
Copy link
Contributor Author

Lifka commented Apr 4, 2022

Sure! Sorry, this is the sample --> https://mega.nz/file/A1MB1BQZ#X2lY4cvLhr8kz0XhgFhU0VkXRKBt66xthXUThf036X4 (aafee478d8d65eea241b1f01c0af10fa2181f7301776438d2b7a2f146f9dfc5a).

Be careful! Do not execute, it's a malware. Zip password: infected

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants