Ecko
May 2 2004, 11:15 AM
HI...i am very interessted in modding apps...but i have not really a clue how to strat i know a little bit...it works with hex editors but how?
thx 4 help
DumpZ
May 2 2004, 11:31 AM
Well Just fire up a hex editor and then start modding what you want but you have be carefull because, if you change the wrong values then the app can refuse to work correct
Ecko
May 2 2004, 11:48 AM
ok...but how i do? what i should search for? text or what?
thx
Yemoke
May 2 2004, 05:43 PM
i think you must open your file in a hexeditor, and go! if you dont get it, dont do it....learn by doing.
biohazard88
May 2 2004, 06:20 PM
Talking about file modding, you guys know of a way to make Servu somewhat smaller? My .exe is 3.1 mb!!
axoaxo
May 2 2004, 06:26 PM
say if i am wrong but i think for modding you need a disassambler too
@bio : modding makes a exe smaller my servu 5.004 is 700kb big
so lerning by doing

axoaxo
jacco
May 2 2004, 06:30 PM
| QUOTE |
| i am very interessted in modding apps... |
Modding apps is ilegal in most cases
| QUOTE |
| but i have not really a clue how to strat i know a little bit |
You should get your self some tools:
Hex editor for example
disassamblers for example
| QUOTE |
| it works with hex editors but how? |
disassamble the .exe or .dll you want to mod. If it is a nag screen you want 2 remove, search for a posible refernce to the text shown in the nag screen.
go to the first jump to the piece of code that refers to the string and look up the offset. open the .exe or .dll in your hex editor and goto the offset you found and replace the hex data of the jump with 90 (meens it should do nothing) or change a "jump if equal"(je) to a "jump if not equal"(jne).
Tip: study the basics of assambler
remember that the hex editor shows the upcode of the assambler code.
Greatingz Jacco
tweakz20
May 2 2004, 08:55 PM
a very easy and useful tool- Reshacker
with that you can change 'resources'... such as letting you switch pretty pictures
Mux99
May 3 2004, 07:24 PM
| QUOTE (tweakz20 @ May 2 2004, 08:55 PM) |
a very easy and useful tool- Reshacker with that you can change 'resources'... such as letting you switch pretty pictures |
Yes itīs really a useful tool...
You can fimd it here: hxxp://www.users.on.net/johnson/resourcehacker/
skater
May 4 2004, 10:00 AM
Hey!
Does anyone knows how to modify the Serv-U (5) to run it multiple with other ServU's ? I got a Version but i want to know which Entry I had to change.
celox
May 4 2004, 01:05 PM
hex editor or edit the source and always make backups from the apps.
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please
click here.