[BUG] RetroWrite does not disassemble a set of functions #35
Labels
analysis-needed
This issue needs analysis and possible research to solve.
bug
Something isn't working
RetroWrite does not disassemble certain functions
especially when their symbol visibilities are 'STV_HIDDEN.'
Moreover, the omission causes recompilation errors.
I examined source code, and found the following code that filters out hidden functions.
retrowrite/librw_x64/loader.py
Lines 202 to 204 in 120e738
I think the above code should be removed to fix the bug.
Thank you.
Test Environment.
The text was updated successfully, but these errors were encountered: