[Log In ] [New Posts] []
Go Back   GotApex? Forums Forums > General Topics > Hardware
User Name
Password

Reply
 
Thread Tools Search this Thread Display Modes
Old 07-28-2000, 03:44 PM   #1
Argghman
Ensign
 
Join Date: Jul 2000
Posts: 34
Post

It seems to me that the original intent of this place was to trade modified stuff. So does anyone here actually know how to program and tweak or hack something? Or have something that does? Also, i'm trying to find out about hex editors, what are they exactly, and where can you find more info on them. The small piece i do know is that they exist, and that my friend uses it to make sure there are no obvious viruses before running something.
Argghman is offline   Reply With Quote
Old 07-28-2000, 07:31 PM   #2
BADFlSH
Lieutenant
 
BADFlSH's Avatar
 
Join Date: Mar 2000
Location: Oregon
Posts: 314
Send a message via AIM to BADFlSH
Post

All I can tell you about them is that you can use them to view an exe in hexadecimal form. For instance useing a hex editor I opened explorer exe and changed my start button so that it says Adawg (one of my nicknames). You can download hex editors at www.hotfiles.com but be carefull what files you mess with, some of them like explorer.exe are important.

------------------
<*{{{{<( ßÅÐfϧH )>}}}}*>
BADFlSH is offline   Reply With Quote
Old 08-04-2000, 12:32 PM   #3
Ender_Wiggin
Ensign
 
Join Date: Jul 2000
Posts: 21
Exclamation

I have done a lot of tweaking in the past using hex editors, other tweaking apps, and a lot of manual stuff. If you are looking for anything in particular to tweak...I might be able to help you. Just ask away.

------------------
- Ender -
Ender_Wiggin is offline   Reply With Quote
Old 08-04-2000, 12:38 PM   #4
CluelessSi
Rear Admiral Lower Half
 
CluelessSi's Avatar
 
Join Date: Jun 2000
Posts: 2,038
Send a message via AIM to CluelessSi
Post

is there a way to uncomplie/unbuild a c++ program? but not to dissect it to assembly
CluelessSi is offline   Reply With Quote
Old 08-05-2000, 03:46 AM   #5
chrissy
Admiral
 
chrissy's Avatar
 
Join Date: May 2000
Location: OKC
Posts: 5,046
Send a message via ICQ to chrissy
Post

<BLOCKQUOTE><font size="1" face="Verdana, Arial">quote:</font><HR>All I can tell you about them is that you can use them to view an exe in hexadecimal form. For instance useing a hex editor I opened explorer exe and changed my start button so that it says Adawg (one of my nicknames). <HR></BLOCKQUOTE>

You have to be careful when doing that though. The numbers of char originally there has to match or be more than (I think) than the replacement text. So you can use 'Adawg' to replace 'Start' but you couldn't replace 'start' with 'crabbie'. If you were to use more characters, it could a few issues
chrissy is offline   Reply With Quote
Old 08-05-2000, 02:03 PM   #6
CluelessSi
Rear Admiral Lower Half
 
CluelessSi's Avatar
 
Join Date: Jun 2000
Posts: 2,038
Send a message via AIM to CluelessSi
Post

<BLOCKQUOTE><font size="1" face="Verdana, Arial">quote:</font><HR>Originally posted by crabbie:
You have to be careful when doing that though. The numbers of char originally there has to match or be more than (I think) than the replacement text. So you can use 'Adawg' to replace 'Start' but you couldn't replace 'start' with 'crabbie'. If you were to use more characters, it could a few issues <HR></BLOCKQUOTE>
haha i guess CluelessSi is out of the question =)
I think they just did bad job at programming. if everything is relative and dynamic then no problem =)

CluelessSi is offline   Reply With Quote
Old 08-05-2000, 03:11 PM   #7
BADFlSH
Lieutenant
 
BADFlSH's Avatar
 
Join Date: Mar 2000
Location: Oregon
Posts: 314
Send a message via AIM to BADFlSH
Post

That is true crabbie. Also as I said, explorer is important so if you are going to mess with it, or any other file for that matter, make sure you have a backup incase you mess something up.

------------------
&lt;*{{{{&lt;( ßÅÐfϧH )&gt;}}}}*&gt;
BADFlSH is offline   Reply With Quote
Old 08-06-2000, 06:22 PM   #8
JoeSmooth
Ensign
 
Join Date: Jun 2000
Posts: 28
Post

[quote]Originally posted by Argghman:
Also, i'm trying to find out about hex editors, what are they exactly

Ahh the good old hex editor that takes me back. Now children get comfortable and listen to Grandpa Joe lecture.

When I was a kid all the best games didn't have cheats built in. No secret codes, nothing. You wanted to play Castle Wolfenstein (not the 3d version!) you had to play it straight. Ahh how true, how sad, well until you got yourself a good hex editor. Then it was simpley a matter of modifying a single byte, saving the change, reloading the game and seeing what happened. Boy what fun! I wasted weeks doing this crap! but it was great!.

Anyway the best use of the hexeditor is for modifying a saved characters (ie like diablo or something) information. Usually the game is too large to go through and find anything useful to modify and have it still work sto take a look at your saved game files.!

Good luck!

ps. The only Hex Editor I know for the PC is in Norton Utilities (preferably the DOS version) and I don't recommending running it under windows!

Joe Smooth

Oh my God. I am old!
JoeSmooth is offline   Reply With Quote
Old 08-11-2000, 05:05 PM   #9
Argghman
Ensign
 
Join Date: Jul 2000
Posts: 34
Smile

Hey thanks you guys for answering my question. My friend was talking about using it to spot any viruses or trojan programs that might be on the computer. He whenever he downloads something he uses a hex editor to look for something like "del C:" or something of that nature. Can you use hex editors to spot things like that for zipped files?
Thanks again for the info.
Argghman is offline   Reply With Quote
Old 08-14-2000, 02:08 AM   #10
Paladin
Lieutenant Commander
 
Paladin's Avatar
 
Join Date: Aug 2000
Posts: 863
Post

Go to www.tweak3d.net it is a very good place.
Paladin is offline   Reply With Quote
Old 08-18-2000, 02:17 AM   #11
Paladin
Lieutenant Commander
 
Paladin's Avatar
 
Join Date: Aug 2000
Posts: 863
Post

And if you uncompile C++ or any program like that please give me a call because I would like to kiss your @ss. And BTW it is almost impossible to uncompile c++.
Paladin is offline   Reply With Quote
Old 08-22-2000, 04:32 PM   #12
kick@ss
Lieutenant
 
Join Date: Aug 2000
Posts: 210
Send a message via ICQ to kick@ss
Post

It's not impossible to de-compile code. It's actually very easy. You get assembler code. Unfortunately you can't decompile your dll's and exe's into a more advanced programming language like C++.

[This message has been edited by kick@ss (edited 08-22-2000).]
kick@ss is offline   Reply With Quote
Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump


All times are GMT -7. The time now is 02:48 PM.