Hi guys
im having a small problem here .. i dont use IDA scripting often , so i need some help.
im using IDA Pythong and what ive been trying todo is that ive dumped some Functions into a custom binary for easier analysing , i have all the Offsets of where in the file these are but IDA doesent recoqnise them as functions ..since theres no PE or no connectivity between them.
so what i wanna do is to Have my Python script ..read from a file ( easy) ..and then in IDA do like MakeFunction(0ffsetOfFunction,0)
but this function only takes an EA ..which is where the mouse is atm which is well..not usefull to me in any way :/ so if you know of a way ...to either SET the mouse pointer or use an offset ..ill be very glad to hear about it






