In IDA 7.4+ idaapi.run_statements no longer exists in IDAPython. I'm not sure if there is still a way to call the binexport functions from python? Might need to revert #21? Removing these functions was not mentioned in the porting guide, but maybe there's another way?
Also, the parameter/enum for the binary export has changed from 1 to 2 now so the idc example needs to change.
In IDA 7.4+
idaapi.run_statements
no longer exists in IDAPython. I'm not sure if there is still a way to call the binexport functions from python? Might need to revert #21? Removing these functions was not mentioned in the porting guide, but maybe there's another way?Also, the parameter/enum for the binary export has changed from 1 to 2 now so the idc example needs to change.