I have a question on a situation very frequently encountered in practice when creating AGTH/ITH code: a pointer points to every byte of a sentence, or points to every word/dword of a sentence.
e.g., 3005A530 - mov [ecx],dl
where [ecx] points from the first byte to the last byte \0.
How to create a AGTH/ITH code for that?
A similar situation could be: a register changes with every byte of a sentence.
e.g., also in 3005A530 - mov [ecx],dl
dl changes from the first byte to the last byte.
While, how to make code for this one?
Hope I've explained my question clear enough. Don't hesitate to post your question if something is not clear.
Thanks a lot in advance for your help and discussion!
e.g., 3005A530 - mov [ecx],dl
where [ecx] points from the first byte to the last byte \0.
How to create a AGTH/ITH code for that?
A similar situation could be: a register changes with every byte of a sentence.
e.g., also in 3005A530 - mov [ecx],dl
dl changes from the first byte to the last byte.
While, how to make code for this one?
Hope I've explained my question clear enough. Don't hesitate to post your question if something is not clear.
Thanks a lot in advance for your help and discussion!