![]() |
aah okies, diff terminology.. :) relocating code is more accurate heheh
|
Nice i need something like this to test new dll for a hack hopefully it works ill let you know my results
|
I dont know much about code shifting but searching for bytes pattern to find new adresses might work for code shifting? I know, that might sound ridiculous for some but i want to learn too.
|
only byte patterns you could really use are mov <register>, [<value>] and then check if the value is within the exe, or in another memory area... and even then memory access stuff will be handled by the compiler for the game (which will probably be high level) and some compilers do some really strange stuff..
better way would be to 'walk the memory using VirtualQuery (if you're 'inside' the process) or VirtualQueryEx and check the data returned to see what type of memory it is (image, mem mapped, reserved, allocated or whatnot).. then you could process further |
Thanx . I will look into that.
|
| All times are GMT -7. The time now is 08:35. |
Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2026, vBulletin Solutions Inc.
FileForums @ https://fileforums.com