lucasduffey / binja_smali

12 stars 4 forks source link

instruction parsing - implement all functions #24

Open lucasduffey opened 8 years ago

lucasduffey commented 8 years ago

TLDR; any good way to share data between BinaryView and Architecture?

instruction parsing - implement:

lucasduffey commented 8 years ago

perform_get_instruction_text is in the DEX class

DEXView class - is the one that triggers the dex_parser

lucasduffey commented 8 years ago

"once your plugin is loaded the dexview is going to be accessible from the api

for example, bv = binaryninja.BinaryViewType[bintype].open(target)"

If I can access the binary view.....

lucasduffey commented 8 years ago

I need to save the dex_parser() result as a global in some capacity.

How?

lucasduffey commented 8 years ago

HOLD UNTIL I GET ADVICE