Rice University logo
 
Top blue bar image
Random notes before using Google Keep
 

Archive for the ‘Binary’ Category


Looking into the system.img

April 18th, 2014 by mhyun

out/host/linux-x86/bin/simg2img system.img system.img.raw

mkdir fs_system

sudo  mount -t ext4 -o loop system.img.raw fs_system/

Processing Binaries

August 29th, 2013 by mhyun

EEL

Processing Bytecodes

August 29th, 2013 by mhyun

apktool to extract bytecodes
dex2jar to convert Dalvik bytecodes toJava bytecodes
BCEL to modify Java bytecodes