ps3ida icon indicating copy to clipboard operation
ps3ida copied to clipboard

analyze_sprx does not show exports / imports with IDA v6.1

Open Spork-Schivago opened this issue 11 years ago • 2 comments

Hello. I'm not sure if this is a bug or not. I try using analyze_sprx on libfs.prx. It renames the functions like it's supposed to, it puts stuff under structure (Not sure if what it's putting there is right or not though) but under Imports and Exports, it's completely blank. I added a few Message(...) function calls in the script to get some variables for you (to hopefully help in debugging). Anyway's, here's what some of the values show. import_start = F960. import_end = F98C. export_start = F904. export_end = F958. Module linear address is : F821FF85 Dword(stub_ptr = F821FF81). i = 0. Module name is :

I was thinking because the Module name is blank, maybe it is a bug...any idea on how I can fix this so it properly shows the Imports and Exports in IDA? Also, thank you for all the hard work you've put into projects like this. Thanks.

Spork-Schivago avatar Aug 08 '14 20:08 Spork-Schivago

Hi, I haven't looked at that stuff in years and not really interested in it anymore. I do remember I had to edit the scripts a bit to make it work for some files, so maybe you can figure it out and fix it.

kakaroto avatar Aug 09 '14 17:08 kakaroto

Okay, thank you for the response Kakaroto.

Spork-Schivago avatar Aug 09 '14 21:08 Spork-Schivago