mmm... i think that you can't... But you could use memcpy.
Just write your AA Script, store/define the label of your assembly code as a symbol and use memcpy with that pointer as first parameter (destiny) and the symbol of your injection as the second.
You should be able to just use the symbol, but it must be registered and set in a different script before assembling the script using as an injection point.
Code:
mySymbol:
// some code here
And this should even work as well.
Code:
[mySymbol]:
// some code here
But again if it's not set before this script you'll get and error about "can't inject at 00000000". _________________
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum You cannot attach files in this forum You can download files in this forum