see parser.cpp for initial work C++ examples: https://github.com/bambu/binaryninja-api/tree/5a42aec73a77a3a54baf054cde9047533709be31/examples **Components to port:** * do_kallsyms (which basically calls everything) **how do you make C++ function accessible to python?** * binja is using ctypes AFAIK * https://github.com/bambu/binaryninja-api/blob/5a42aec73a77a3a54baf054cde9047533709be31/binaryninjaapi.cpp (?) * https://github.com/bambu/binaryninja-api/blob/5a42aec73a77a3a54baf054cde9047533709be31/python/generator.cpp (?)
see parser.cpp for initial work
C++ examples: https://github.com/bambu/binaryninja-api/tree/5a42aec73a77a3a54baf054cde9047533709be31/examples
Components to port:
how do you make C++ function accessible to python?