watusi
9th August 2007, 09:46
This has happened at last! I'm sick and tired about absence of IDA loader for symbian 9 applications, so I've decide to implement it myself.
What it can do:
+ Detect the OS version of the binary (allows to correct it manually)
+ Detect the compressed files
+ Load Symbian 9 applications
+ Load older Symbian applications
+ Parse imports and exports
+ Allows to have multiple ids folders: for each version symbian you can have the separate folder with ids files.
+ Fully replaces the existing loader made by ilfak.
+ Open Source !!!
What it can't do:
- unpack the compressed files
- show capabilities
Here's the source code:
[Only registered and activated users can see links]
Here's the binary for IDA 4.8:
[Only registered and activated users can see links]
And here's the binary for IDA 5.0:
[Only registered and activated users can see links]
As addintion, here are ids files for Symbian 9:
[Only registered and activated users can see links]
To make it parse import correct make sure that your ids files are in "arm" subdirectories. IDA looks for them there. That's how the directory tree should look like:
[Only registered and activated users can see links]
What it can do:
+ Detect the OS version of the binary (allows to correct it manually)
+ Detect the compressed files
+ Load Symbian 9 applications
+ Load older Symbian applications
+ Parse imports and exports
+ Allows to have multiple ids folders: for each version symbian you can have the separate folder with ids files.
+ Fully replaces the existing loader made by ilfak.
+ Open Source !!!
What it can't do:
- unpack the compressed files
- show capabilities
Here's the source code:
[Only registered and activated users can see links]
Here's the binary for IDA 4.8:
[Only registered and activated users can see links]
And here's the binary for IDA 5.0:
[Only registered and activated users can see links]
As addintion, here are ids files for Symbian 9:
[Only registered and activated users can see links]
To make it parse import correct make sure that your ids files are in "arm" subdirectories. IDA looks for them there. That's how the directory tree should look like:
[Only registered and activated users can see links]