I have just started using IDA Pro ( trial version). I am trying to De-compile a binary ARM file using IDA Pro ;Is it possible to add an entirely new function to the binary and also is it possible to change the name of an existing function?
I was looking at making the newly added function as the new entry point and rename the old entry point to something else.Also I want to use CLI and not the GUI.
Thanks SrcKode