Revester
Revester
50 percent import bug fix described in #227. Now I get a lot of `WARNING: Trying to save a non resolved function?` messages because it tries to save different functions...
When I import symbols, Diaphora only imports it 50% of the time. https://user-images.githubusercontent.com/59390647/147412728-a035b0c1-1ef6-4501-8325-88dd83ca3dce.mp4 Recorded a video for clarity. As you can see, I have to import 2 times after the...
Use IDA API Require instead of Python's import as suggested by IDA's documentation to enable quicker development: https://hex-rays.com/blog/loading-your-own-modules-from-your-idapython-scripts-with-idaapi-require/
When there are operands with custom names(Alt+F1 to manually name the operand):  Diaphora should port them now.
Made a simple solution to test:  I open it in first IDA with debugging symbols loaded:  As you can see there's _var_EC.Number_ defined in the highlighted...