FileForums

FileForums (https://fileforums.com/index.php)
-   Game Coders (https://fileforums.com/forumdisplay.php?f=36)
-   -   Useful tool for Code shifting (https://fileforums.com/showthread.php?t=83509)

TippeX 25-03-2008 22:54

aah okies, diff terminology.. :) relocating code is more accurate heheh

Softix 10-04-2008 10:46

Nice i need something like this to test new dll for a hack hopefully it works ill let you know my results

pikachu5501 09-05-2008 04:53

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.

TippeX 09-05-2008 07:46

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

pikachu5501 15-05-2008 05:45

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