hello
my thesis presentation is due in the next few days so if anyone can help me it would be greatly greatly appreciated.
i need to set the program pointer.
i am using VB.net to program with PC SDK.
SetProgramPointer |
Sets program pointer to the first instruction of a routine (global or local). |
|---|
in the PC SDK help reference file it shows SetProgramPointer as a member of Task.However when i try to do this in Visual Studio it does not come up as an option.
is it possible to do using VB?
and second question if it cant be set, my current program pointer is set at main, so if i edit the routine main it would kinda do what i want anyway.
How do you edit an entire routine?
please if anyone can help i have spent weeks trying to get this working.