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

Data missing/section.get_data() not returning everything #305

Open
cliberato opened this issue Jan 10, 2021 · 1 comment
Open

Data missing/section.get_data() not returning everything #305

cliberato opened this issue Jan 10, 2021 · 1 comment

Comments

@cliberato
Copy link

When run on some larger files, I am encountering a problem where either section data isn't returned to me in full, or all sections aren't included. In particular, in both b3c4a359fa27d3999295ca3623b77fd18cc24f903a3302e09a98ae7129b61519 and cde88a1dfcad2b6c04fc887ce057172ec3a3078000479679d7205c2eb3163908 (not attached as they're malware) I am looking for ".debug_aranges" which I can find in both HxD and via opening up the file and reading the bytes with mmap. However when I iterate over all sections, using .get_data() and searching for the bytes I am not able to find the string. Thanks!

@lkurlandski
Copy link

lkurlandski commented Nov 3, 2022

I am also working with malware. I think maybe these files are from the SOREL group? Either way, you can check out the issue I am having here, if interested: #358.

I think that the malware authors may have obfuscated these files in such a way that makes them challenging for these tools to work with. I'd be interested to know if you managed to work through your problem or not.

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