[?RELEASE?]Source(ugly, untested) of /dice fix

07/17/2013 09:02 LucaFraga#16
Quote:
Originally Posted by .Bloddy View Post
[Only registered and activated users can see links. Click Here To Register...] work 100%
I forgot to add the unsigned casting there. By the way, yes, it works just fine :)
07/17/2013 10:06 deluks1980#17
Quote:
Originally Posted by .Bloddy View Post
[Only registered and activated users can see links. Click Here To Register...] work 100%
How can I use this?
07/17/2013 10:33 LucaFraga#18
Quote:
Originally Posted by deluks1980 View Post
How can I use this?
Just detour number_ex to my function in the code, and don't forget to add the unsigned casting.
07/17/2013 11:13 mazdacostel#19
Quote:
Originally Posted by LucaFraga View Post
Just detour number_ex to my function in the code, and don't forget to add the unsigned casting.
more explicit please... wo einfugt das und so... nicht viele wissen , ich auch nicht :rolleyes:
07/17/2013 11:27 TheMarv :<#20
Quote:
Originally Posted by mazdacostel View Post
more explicit please... wo einfugt das und so... nicht viele wissen , ich auch nicht :rolleyes:
[Only registered and activated users can see links. Click Here To Register...]
07/17/2013 13:34 Computerfreek#21
Quote:
Originally Posted by Mi4uric3 View Post
Eine Detour-Funktion zu schreiben ist nicht sonderlich kompliziert..

Pseudocode
Code:
void detour(void* src, void* dest) {
	mprotect von src mit size 5
	unsigned char array mit größe 5 erstellen
	array[0] = E9
	array[1] = dest - src - 5
	memcpy von array nach src mit der länge 5
}
Ich weiß, ich hab selbst eine eigene Lib dafür. Mir gings eher um die anderen Leute, die sowas nicht können bzw. nicht wissen woher sie die Headerdatei bekommen sollen.