From Collaborative RCE Tool Library
Mobile Platform Tools
| Tool name: | COD File Analysis Template |
| ||
|---|---|---|---|---|
| Author: | Dr Bolsen | |||
| Website: | http://drbolsen.wordpress.com/2007/02/01/update-of-cod-template/ | |||
| Current version: | ||||
| Last updated: | February 1, 2007 | |||
| Direct D/L link: | Locally archived copy | |||
| License type: | Free | |||
| Description: | 010 Editor Binary Template for parsing/analyzing Blackberry executables (COD files). | |||
| Also listed in: | BlackBerry Tools, Mobile Platform Disassemblers | |||
| More details: | Click here for more details, screenshots, related URLs & comments for this tool! (or to update its entry) | |||
| Tool name: | IDA Pro |
| ||
|---|---|---|---|---|
| Author: | Ilfak Guilfanov | |||
| Website: | http://www.hex-rays.com/idapro | |||
| Current version: | 6.1 | |||
| Last updated: | April 8, 2011 | |||
| Direct D/L link: | http://95.211.133.202/files/idademo_windows60.exe | |||
| License type: | Commercial | |||
| Description: | The IDA Pro Disassembler and Debugger is an interactive, programmable, extendible, multi-processor disassembler hosted on Windows or on Linux. IDA Pro has become the de-facto standard for the analysis of hostile code, vulnerability research and COTS validation. There is also a free (crippled) version available (IDA Pro Free). See its own entry in the library for more info. As of January 7, 2007, the official IDA Pro website moved from the old URL (http://www.datarescue.com/idabase) to the one listed above. | |||
| Also listed in: | .NET Disassemblers, Disassemblers, IPhone Tools, Linux Debuggers, Linux Disassemblers, Mobile Platform Debuggers, Mobile Platform Disassemblers, Ring 3 Debuggers, Symbian Tools | |||
| More details: | Click here for more details, screenshots, related URLs & comments for this tool! (or to update its entry) | |||
| Tool name: | jClazzME |
| ||
|---|---|---|---|---|
| Author: | Annimon | |||
| Website: | http://annimon.wen.ru | |||
| Current version: | 1.2.3 | |||
| Last updated: | June 8, 2009 | |||
| Direct D/L link: | bin_jClazzME_2010-6-1_14.44__jClazzME.jar | |||
| License type: | Unknown - Open Source | |||
| Description: | jClazzME is a tool for decompiling Java class file. jClazzME is a J2ME application . Therefore it would work for any mobile phone that support J2ME with JSR-75. jClazzME is also a Java disassembler. | |||
| Also listed in: | Decompilers, Java Decompilers, Mobile Platform Decompilers, Symbian Tools | |||
| More details: | Click here for more details, screenshots, related URLs & comments for this tool! (or to update its entry) | |||
| Tool name: | Adobe Mobile Packager |
| ||
|---|---|---|---|---|
| Author: | Adobe Labs | |||
| Website: | http://labs.adobe.com/technologies/distributableplayer/ | |||
| Current version: | 1.1 | |||
| Last updated: | ||||
| Direct D/L link: | Locally archived copy | |||
| License type: | free but closed source | |||
| Description: | Extremely Rare: Adobe no longer offers this "free beta" application although during the beta program it was offered for free as a utility for Flash Lite apps. This app turns your SWF apps into SIS files that can be installed on Nokia S60 Symbian phones, and CAB files for Windows Mobile phones. You can even sign your apps with a certificate if you have one. Included: - Adobe Mobile Packager 1.1 (Windows) - Flash Lite Player 2.1 Standalone (Symbian, WinMo, etc) - Flash Lite Player 3.1 Standalone (Symbian) | |||
| Also listed in: | Flash Tools, Installer Tools, Mobile Platform Packers | |||
| More details: | Click here for more details, screenshots, related URLs & comments for this tool! (or to update its entry) | |||
| Tool name: | Symbian Exe 3rd-Edition Unpacker |
| ||
|---|---|---|---|---|
| Author: | GuruNewbie | |||
| Website: | http://arteam.accessroot.com | |||
| Current version: | 1.0 | |||
| Last updated: | July 9, 2008 | |||
| Direct D/L link: | Locally archived copy | |||
| License type: | Free | |||
| Description: | This tool is a graphical interface you can use to uncompress exe files for symbian 3rd, just like you would normally do using pedran, but simpler. No syntax and simple graphic interface. | |||
| Also listed in: | Symbian Tools | |||
| More details: | Click here for more details, screenshots, related URLs & comments for this tool! (or to update its entry) | |||
| Tool name: | unSIS |
| ||
|---|---|---|---|---|
| Author: | the3sky | |||
| Website: | http://www.noeman.org/gsm/symbian-os-9-1-applications/24590-unsis-v3-1-the3sky.html | |||
| Current version: | 3.1 | |||
| Last updated: | June 4, 2006 | |||
| Direct D/L link: | Locally archived copy | |||
| License type: | free but closed source | |||
| Description: | UnSIS is an extraction tool that removes the files in a packaged SIS archive for easy decompiling. uNsis v3.1 by: the3sky UNsis 3.0 update : - Revised interface,optimize the code - Pkg file generated manually set up to support it. - Solutions support packages installed manually opened after the release of Contents. - Drag and drop support, Beyond all understanding before the software package. UNsis 3.1 update : -User-defined language support | |||
| Also listed in: | Installer Extraction Tools | |||
| More details: | Click here for more details, screenshots, related URLs & comments for this tool! (or to update its entry) | |||
| Tool name: | Androguard |
| ||
|---|---|---|---|---|
| Author: | Anthony Desnos | |||
| Website: | http://code.google.com/p/androguard/ | |||
| Current version: | 0.9 | |||
| Last updated: | September 25, 2011 | |||
| Direct D/L link: | http://androguard.googlecode.com/files/androguard-0.9.tar.gz | |||
| License type: | LGPL | |||
| Description: | Androguard (Android Guard) is primarily a tool written in full python to play with : - .class (JavaVM) - .dex (DalvikVM) - APK - JAR - Android's binary xml Androguard has the following features : - Map and manipulate (read/write) DEX/CLASS/APK/JAR files into full Python objects, - Native support of DEX code in a c++ library, - Access to the static analysis of your code (basic blocks, instructions, permissions (with database from http://www.android-permissions.org/) ...) and create your own static analysis tool, - Check if an android application is present in a database (malwares, goodwares ?), - Open source database of android malwares, - Diffing of android applications, - Measure the efficiency of obfuscators (proguard, ...), - Determine if your application has been pirated (rip-off indicator), - Risk indicator of malicious application, - Reverse engineering of applications (goodwares, malwares), - Transform Android's binary xml (like AndroidManifest.xml) into classic xml, - Visualize your application into cytoscape (by using xgmml format), or PNG/DOT output, - Patch JVM classes, add native library dependencies, - Dump the jvm process to find classes into memory, - ... | |||
| Also listed in: | Android Tools, Binary Diff Tools, Disassembler Libraries, Disassemblers, Entropy Analyzers, Java Disassembler Libraries, Malware Analysis Tools | |||
| More details: | Click here for more details, screenshots, related URLs & comments for this tool! (or to update its entry) | |||
| Tool name: | Coddec |
| ||
|---|---|---|---|---|
| Author: | Dr Bolsen | |||
| Website: | http://drbolsen.wordpress.com/2008/07/14/coddec-released | |||
| Current version: | ||||
| Last updated: | April 7, 2009 | |||
| Direct D/L link: | Locally archived copy | |||
| License type: | Free / Open Source | |||
| Description: | Decompiler for Blackberry executables (COD files), includes source. | |||
| Also listed in: | BlackBerry Tools, Mobile Platform Decompilers | |||
| More details: | Click here for more details, screenshots, related URLs & comments for this tool! (or to update its entry) | |||
| Tool name: | DED |
| ||
|---|---|---|---|---|
| Author: | Damien Octeau, Patrick McDaniel, William Enck | |||
| Website: | http://siis.cse.psu.edu/ded/ | |||
| Current version: | 0.7.1 | |||
| Last updated: | August 17, 2011 | |||
| Direct D/L link: | http://siis.cse.psu.edu/ded/downloads.html | |||
| License type: | free (copyrighted material) | |||
| Description: | Background: ded is a project which aims at decompiling Android applications. The ded tool retargets Android applications in .dex format to traditional .class files. These .class files can then be processed by existing Java tools, including decompilers. Thus, Android applications can be analyzed using a vast range of techniques developed for traditional Java applications. Usage: % ded-<version> -d <output dir> <dex/apk file> | |||
| Also listed in: | Android Tools, Java Disassembler Libraries | |||
| More details: | Click here for more details, screenshots, related URLs & comments for this tool! (or to update its entry) | |||
| Tool name: | dedexer |
| ||
|---|---|---|---|---|
| Author: | Gabor Paller | |||
| Website: | http://dedexer.sourceforge.net | |||
| Current version: | 1.9 | |||
| Last updated: | December 12, 2009 | |||
| Direct D/L link: | N/A | |||
| License type: | Public Domain | |||
| Description: | "Dedexer is a disassembler tool for DEX files. DEX is a format introduced by the creators of the Android platform. The format and the associated opcode set is in distant relationship with the Java class file format and Java bytecodes. Dedexer is able to read the DEX format and turn into an "assembly-like format". This format was largely influenced by the Jasmin syntax but contains Dalvik opcodes. For this reason, Jasmin is not able to compile the generated files." | |||
| Also listed in: | Android Tools, Mobile Platform Disassemblers | |||
| More details: | Click here for more details, screenshots, related URLs & comments for this tool! (or to update its entry) | |||
| Tool name: | PETRAN |
| ||
|---|---|---|---|---|
| Author: | Symbian | |||
| Website: | http://developer.symbian.com/main/tools/index.jsp | |||
| Current version: | 2.01 | |||
| Last updated: | ||||
| Direct D/L link: | Locally archived copy | |||
| License type: | Free / Open Source | |||
| Description: | A "Symbian PE file preprocessor". A tool good for analyzing Symbian executables, and much famous for being able to "unpack" such executables "packed" with the native deflate compression feature. Also contains source code good for understanding this compression and making third party tools for it. For more info and reference, see: http://www.antonypranata.com/articles/symbian-os-executable-file-format-e32image http://developer.symbian.com/forum/thread.jspa?messageID=60876 http://newlc.com/How-to-dump-DLL-exports-using-LIB.html | |||
| Also listed in: | Symbian Tools | |||
| More details: | Click here for more details, screenshots, related URLs & comments for this tool! (or to update its entry) | |||
| Tool name: | RAPI Tools |
| ||
|---|---|---|---|---|
| Author: | Willem Jan Hengeveld (itsme) | |||
| Website: | http://www.xs4all.nl/~itsme/projects/xda/tools.html | |||
| Current version: | ||||
| Last updated: | June 2, 2008 | |||
| Direct D/L link: | N/A | |||
| License type: | Free | |||
| Description: | A collection of tools to do many things to a windows CE device via Activesync/RAPI. These tools should work on most CE devices, tested on Ipaq, XDA(Wallaby), XDA-II(Himalaya), XDA-IIs(Blueangel), MDA Compact(Magician), i-mate SP3, i-mate SP3i, Yakumo P300, MPx200, Voq, Mitac Mio, Mitac Megas. with PocketPC 2002, PocketPC 2003, Windows Mobile 2003, Windows Mobile 2003 Second Edition, Smartphone 2002, Smartphone 2003, smartphone 2005, windows mobile 2005. ( wince 3.0 and wince 4.2 and wince 5.0 ) these are: pps - dumps active wince processes pdblist - dumps wince databases pdel - delete wince file pdir - list wince directory pmkdir - create wince directory pget - copy file from wince pkill - kill wince process preboot - reboot wince device ppostmsg - send/post windows msgs to wince windows pmemdump - copy memory block from wince psetmem - set RAM memory location in your device pmemmap - list available memory blocks on wince pput - copy file to wince pregutl - manipulate the wince registry prun - run program in wince dump - hexdump local file. pdebug - capture debugoutput of processes pdocread - raw read from disk-on-chip in your device pdocwrite - raw write from disk-on-chip in your device psdread - raw read from sd card in your device psdwrite - raw write to the sd card in your device pnewbmp - write new bootsplash bitmap to rom pnewbootloader - replace your bootloader prapi - interface to wince provisioning config api psynctime - sync time with pc. NOTE: sdread, sdwrite, postmsg, memdump, setmem and regutl are similar tools, but operate on your pc, instead of a remote device. .... experimental stuff: pgsmdump - attempt at memory dumper for gsm. pget2 - attempt at improvement of pget tlbdump - dumps virtual to physical memory mapping riltest - dumps all kinds of info from the phone via ril pcmon - attempt to talk 'rsupgrade'-protocol testpi - tool to find out what handles are open on your PPC tsttffs - tool to experiment with the trueffs API NOTE: The experimental tools may not work, or may even cause damage. Use at your own risk, and after reading the source, and making sure you understand what they do!!! some are vaguely based on the sample code in the pocketpc sdk. | |||
| Also listed in: | (Not listed in any other category) | |||
| More details: | Click here for more details, screenshots, related URLs & comments for this tool! (or to update its entry) | |||
| Tool name: | RIMJava |
| ||
|---|---|---|---|---|
| Author: | Hex | |||
| Website: | http://www.woodmann.com/forum/showthread.php?t=9685&page=2 | |||
| Current version: | ||||
| Last updated: | November 29, 2006 | |||
| Direct D/L link: | Locally archived copy | |||
| License type: | Free / Open Source | |||
| Description: | IDA loader for Blackberry executables, including literals deobfuscation. | |||
| Also listed in: | BlackBerry Tools, Mobile Platform Disassemblers | |||
| More details: | Click here for more details, screenshots, related URLs & comments for this tool! (or to update its entry) | |||
| Tool name: | Signing Applications In EzMode For Symbian |
| ||
|---|---|---|---|---|
| Author: | argv | |||
| Website: | http://arteam.accessroot.com/releases.html | |||
| Current version: | ||||
| Last updated: | July 3, 2008 | |||
| Direct D/L link: | Locally archived copy | |||
| License type: | Free | |||
| Description: | What it is: This archive contains a certificate (a cer file) and a key file that doesn't expire and that is NOT tied to the phone's IMEI. This is useful to sign the applications without having to request a certificate (i.e. using the Developer Certificate Request Guide from Nokia and the program "Symbian Developer Services Tool") and without having to worry on certificate expiration. This makes the signing of applications easier. So called ezMode signing. Usage: With this Cert.cer and Key.key you can sign ANY app. So, open the BiNPDA SiGN Tool and Browse for your app, then open the Cert.cer and key.key and type 0000 as password. Then just click Sign and in the matter of seconds, your application will get _signed suffix on your application. After that just install the application on the phone. You can install over Cable, Bluetooth or Infrared or directly on-phone where you have transfered your application. Credits: -LeftUp from OPDA and argv from ARTeam for Certificate and concepts -BiNPDA Team for SignSiS Tool | |||
| Also listed in: | (Not listed in any other category) | |||
| More details: | Click here for more details, screenshots, related URLs & comments for this tool! (or to update its entry) | |||
| Tool name: | Symbian Unleashed (IDA signature files) |
| ||
|---|---|---|---|---|
| Author: | argv | |||
| Website: | http://arteam.accessroot.com/releases.html | |||
| Current version: | 3.0 | |||
| Last updated: | May 5, 2008 | |||
| Direct D/L link: | Locally archived copy | |||
| License type: | Free | |||
| Description: | IDS files for IDA Pro disassembler. it contains 710 files and supports 9.3 version of OS, for both EPOC6 and EPOC9. The IDS files have been cleaned for easier reading in Import section and they are optimized for 9.x OS. ---------- When I first started to build IDS files for the community I never dreamed to making them this good. Worked hard and it payed off. This is MAJOR update to both EPOC6 and EPOC9 IDS files. There are many files in both archives and ready to make your RCE-ing a heaven with SUPER CLEAN imports, thus - clean IDA view. I want to give a MAJOR THANKS to Nacho_dj for his help with this project - mate, you ACED it. So here they are, v3 IDS files for both IDA folders. Delete all old IDS files and place new ones in the folders, run some APP in the IDA and you will notice changes instantly. Also please give feedback if you encounter any errors or anything that you think it's buggy or you just want to say thanks ^^. I must remind you that this was really big project so MAYBE there are some errors. | |||
| Also listed in: | Symbian Tools | |||
| More details: | Click here for more details, screenshots, related URLs & comments for this tool! (or to update its entry) | |||
| Tool name: | UnMakeSIS |
| ||
|---|---|---|---|---|
| Author: | atzplzw | |||
| Website: | N/A | |||
| Current version: | 0.2b | |||
| Last updated: | ||||
| Direct D/L link: | Locally archived copy | |||
| License type: | free but closed source | |||
| Description: | Extracts the files within a Symbian SIS installer archive. | |||
| Also listed in: | Installer Extraction Tools | |||
| More details: | Click here for more details, screenshots, related URLs & comments for this tool! (or to update its entry) | |||
| Tool name: | unsign |
| ||
|---|---|---|---|---|
| Author: | ||||
| Website: | N/A | |||
| Current version: | ||||
| Last updated: | July 18, 2010 | |||
| Direct D/L link: | Locally archived copy | |||
| License type: | ISC | |||
| Description: | Remove code signing from Mach-O and Universal Binary files. This program removes the LC_CODE_SIGNATURE load command and zeroes out the signature in the __LINKEDIT section. | |||
| Also listed in: | IPhone Tools, Mac OS Tools | |||
| More details: | Click here for more details, screenshots, related URLs & comments for this tool! (or to update its entry) | |||
Feed containing all updates and additions for this category.
Feed containing all updates and additions for this category, including sub-categories.
Subcategories
There are 5 subcategories to this category.