Revester

Results 5 issues of 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): ![ida64_D3o1GIVmxU](https://user-images.githubusercontent.com/59390647/147417342-270cab4c-4c0c-4011-9ce8-60ae63e52959.png) Diaphora should port them now.

Made a simple solution to test: ![Alt Text](https://i.imgur.com/uYVCIXG.png) I open it in first IDA with debugging symbols loaded: ![Alt Text](https://i.imgur.com/ewv77WR.png) As you can see there's _var_EC.Number_ defined in the highlighted...