All Projects → FSecureLABS → jASMin

FSecureLABS / jASMin

Licence: other
No description, website, or topics provided.

Programming Languages

python
139335 projects - #7 most used programming language

An interactive command assembler for ARM and THUMB. Quite useful when creating exploits for Android.

$ ./jASMin.py 

    _   _   ___ __  __ _      
   (_) /_\ / __|  \/  (_)_ _  
   | |/ _ \\__ \ |\/| | | ' \ 
  _/ /_/ \_\___/_|  |_|_|_||_|
 |__/                                                                                                                                                          
     twist your droid's ARM    

Type 'help' or '?' to list commands
Separate instructions by ;

[mode]      ARM
[format]    ARRAY
[direction] ASM->HEX

> nop
0x00, 0x00, 0xa0, 0xe1
> mode
[mode]      THUMB
> nop
0xc0, 0x46
> load /home/user/Desktop/test.asm
0xc0, 0x46
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].