|
A simple way to do this for say HP would be to first find the address in CE. Then Take the HP address and do a 4 byte hex search with it. Then view that pointer in dis-assembler, an to the left of the code, and to the right of the addresses shown there is the bytes for the code. Just write those down in order, and then you can do a "array of byte" search for it in CE, for when there is a patch or something, to easily re-find the HP address.
Sorry if that is a bit confusing. Basically learn to use the search type "Array of bytes" in CE. Then you can mimic the way CE does it in your code, using pointers to search the memory.
|