Re: A83: Making Programs


[Prev][Next][Index][Thread]

Re: A83: Making Programs




oh i see now. use findsym on Str0, then xor a and use that as the code
source. then xor a again , use findsym on the program, xor a yet again. use
that as the code destination. im not really sure you if you need to xor a
three times but i said to just in case. i dont have the docs to look at but
theres some aliases like mm_source and mm_dest or something close to that
that points ahl to the bytes to copy, well you know already because you used
them in the program

>   Could you explain a little further. I can create programs and store
>data into them with ASM already but how could I create the program and
>then tell it to store the info out of Str0 into that program?
>Like with Ida's little routine.


Follow-Ups: