lucasduffey / binja_smali

11 stars 4 forks source link

port to C++ for performance #23

Open lucasduffey opened 7 years ago

lucasduffey commented 7 years ago

C++ plugins aren't documented: https://github.com/Vector35/binaryninja-api/issues/452

bambu has examples: https://github.com/Vector35/binaryninja-api/pull/284, https://github.com/bambu/binaryninja-api/tree/dev/examples

lucasduffey commented 7 years ago

It's may not be worth continuing long-term with python.

threading: dex_class(self, i) and subsequent update_binja - 123 threads is too many, so I also tried splitting them amongst 4 threads.