Fixes issue #12.
The behavioral difference is that the JSON filename only has the base part of the database name, without adding ".exe" or ".dll" for simplicity. That's also on par with pdb naming scheme. Hopefully that's not a big issue, but could probably be fixed by a few more lines of code if needed.
This should fix the case in which the original file was in a different dir than the IDA database.
Fixes issue #12. The behavioral difference is that the JSON filename only has the base part of the database name, without adding ".exe" or ".dll" for simplicity. That's also on par with pdb naming scheme. Hopefully that's not a big issue, but could probably be fixed by a few more lines of code if needed. This should fix the case in which the original file was in a different dir than the IDA database.