JusticeRage / Manalyze

A static analyzer for PE executables.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Analysis of certain sample does not end

kohnakagawa opened this issue · comments

Analysis of this sample
8323af43ff507b82c87b38b45ea4c79fae4b49ed453590101373c18aae96b8fb does not end.

$ ./bin/manalyze --output=json 8323af43ff507b82c87b38b45ea4c79fae4b49ed453590101373c18aae96b8fb

I investigated a little bit, and I suspect that the parsing logic of resources contains some bugs.
I think that recursive parse of resources tree does not end properly.

Thanks a lot for reporting this! I'll look into it shortly.

Hi.

I encountered a similar issue during scanning this sample.

Thanks! I am able to reproduce the issue and am currently investigating it.

Thank you for fixing this!

No, thank you for reporting the issue!