FileForums

FileForums (https://fileforums.com/index.php)
-   PC Games (https://fileforums.com/forumdisplay.php?f=6)
-   -   Fifa 07 TNTANAL no-CD patch does not apply to Reloaded's crack (https://fileforums.com/showthread.php?t=78422)

TippeX 30-09-2006 14:04

naw, relocs are only applicable to dlls, in exe, it will load at the base address specified in the pe header.. so exe's don't need reloc's

hiew had a bug in the older versions where for e8 calls it always added on the base address and screwed things up.. that could be the reason for the grayed output..

relocs are only applicable for certain situations and e8 calls are not one of them.. the e8 call is relative to the va its called from e8 xx xx xx xx -> va+ xxxxxxxx +5..

relocs apply to such things like

ff 15 xx xx xx xx (where only the xx xx xx xx will be updated by adding on the 'new runtime base)

ff 25 xx xx xx xx, ff 35 xx xx xx xx

and code like

mov eax,[12345678]
mov [12345678], eax

etc, where only the 12345678 part is updated.. if in doubt, process the reloc table and double check your patch area

Joe Forster/STA 30-09-2006 16:36

Yup, FF 15, that's the one! :) I rather change it to a neutral 90 B8 (NOP; MOV EAX, <call address>) instead or jump over it (if there's enough room in front of it).

TippeX 01-10-2006 06:53

90 E8 i hope ;p. considering mov eax,<call address> will never actually call the function and/or screw the stack if the proc uses params.. regardless though, ff 15 in an exe shouldn't matter really for reloc's, as the exe loads at the base address from the pe header, only dlls get relocated

Joe Forster/STA 01-10-2006 07:11

No, I mean, the CD check (or whatever) is completely skipped this way! :) Ehhh, never mind me... :o

acal3000 02-10-2006 03:42

Sorry if this a bit offtopic but tnt ANAL? wtf for a a cracking scene group is that ?

Joe Forster/STA 02-10-2006 04:18

They don't like TNT, I guess. :)

DABhand 02-10-2006 05:27

Probably some other group that TNT didnt give a nice score in their stupid Monthly scene review.

They even once marked me for 0, cheeky gits lol


Doesnt matter though, when I do trainers, about 95% of the time they will work always. Unlike some *cough* TNT trainers *cough* that may work alot but not that well.

Earth 2006 was a good example, wow they managed to get hero's invulnerable, but what about the other forces in your army, sure invulnerable but so was the rest of the enemies also.

What a useless trainer it was :P

TippeX 02-10-2006 05:32

heh or they like them very much or want to be 'in' the group in a special way ;p

Hody 07-11-2006 17:40

Still no NoDVD Crack for the 1.1 version available?!


All times are GMT -7. The time now is 06:29.

Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2026, vBulletin Solutions Inc.
FileForums @ https://fileforums.com