PCTechTalkhttp://www.pctechtalk.com/forums/

Go Back   PCTechTalk > PC Tech > General

Reply
 
LinkBack Thread Tools Display Modes
Old 10-20-2002, 06:34 PM   #1 (permalink)
Registered User
 
Join Date: Mar 2003
Location: in a shack by the river
Posts: 401
the flinger
reshacker questions

oh and while im here....is anyone here good with hex editors?

so back to my questino.


what do you type into reshacker to make the links spread out

like

this this this
this this
this



etc...

thanks
__________________
woot!
the flinger is offline   Reply With Quote
Old 10-27-2002, 03:05 AM   #2 (permalink)
Gunny_Snipes
Guest
 
Posts: n/a
Hackman 7.0 is a good hex editor..........


What are you trying to do with reshacker? I don't fully understand your question........
  Reply With Quote
Old 10-27-2002, 10:15 AM   #3 (permalink)
Registered User
 
kevogod's Avatar
 
Join Date: Apr 2002
Location: To your left
Posts: 130
kevogod
Yes... please tell us more about what you want to do with the Resource Hacker. From what you told us, I don't understand what you mean.
__________________
kevogod is offline   Reply With Quote
Old 10-27-2002, 02:13 PM   #4 (permalink)
Registered User
 
Join Date: Mar 2003
Location: in a shack by the river
Posts: 401
the flinger
okay
so i want this

www.unitethecows.com www.google.com
www.k-lite.tk www.dietk.com

not like this

www.unitethecows.com
www.google.cm
www.k-litetk
www.dietk.com


thx
__________________
woot!
the flinger is offline   Reply With Quote
Old 10-27-2002, 02:18 PM   #5 (permalink)
Registered User
 
kevogod's Avatar
 
Join Date: Apr 2002
Location: To your left
Posts: 130
kevogod
Don't use an \n

\n ends the line and returns.
__________________
kevogod is offline   Reply With Quote
Old 10-27-2002, 04:04 PM   #6 (permalink)
Registered User
 
Join Date: Mar 2003
Location: in a shack by the river
Posts: 401
the flinger
uhh.....


i didnt

but i used p

so i wont use p

thx
__________________
woot!
the flinger is offline   Reply With Quote
Old 10-27-2002, 04:26 PM   #7 (permalink)
Registered User
 
kevogod's Avatar
 
Join Date: Apr 2002
Location: To your left
Posts: 130
kevogod
Quote:
Originally posted by the flinger
uhh.....


i didnt

but i used p

so i wont use p

thx
Your welcome.... I use \n to end lines
__________________
kevogod is offline   Reply With Quote
Old 10-31-2002, 03:50 PM   #8 (permalink)
Registered User
 
Join Date: Sep 2002
Posts: 94
method
probably the ascii codes involved are CHR(13) and CHR(10)

in HEX that's 0A and 0D

changes those values from 0A 0D (might be the other way around) to 20 20. At least... those two byte values make up the standard CRLF command... carriage return, line feed

if you see any "\par" in ascii view (as opposed to the hex) let me know... if it is.. it's RTF

and if ur gonna bother resediting.. which.. oh man.. how can i say this.. look.. i'm not flaming but what the **** is the point in resediting it proves nothing.. a halfwit 10 year old can do it..

but if you are.. you should get to know that there are either vectors/pointers pointing to each string (these are usually just the value of the offset in long-value, as hex) OR string lengths preceeding the string OR delimiters of some sort dependant on the text format.

If sarcasm is the lowest form of wit...
Resediting is the lamest form of cracking... in fact.. it's just vandalism... and more developers should CRC-check-proof their programs and dependancies... i guess it's them who deserve a bashing for it!!
method is offline   Reply With Quote
Old 10-31-2002, 04:00 PM   #9 (permalink)
Registered User
 
Join Date: Nov 2001
Posts: 239
Unite
Where is an english ver of Resource Hacker
Unite is offline   Reply With Quote
Old 10-31-2002, 04:10 PM   #10 (permalink)
Registered User
 
Join Date: Sep 2002
Posts: 94
method
just go on download.com and grab anything with 'hex' and 'editor' in the title and you'll have the equivalent of what you want really..

the 'reshacker' is more a MAC USER phrase because of editing the resources file, in a way this is true with PC executables, 'coz those parts of the file that u edit are resources:- constants, initial values for variables, etc.. but really, that phrase is more relevant to mac users, so.. see Hex Editors...


peace!!
method is offline   Reply With Quote
Old 11-01-2002, 07:54 PM   #11 (permalink)
Registered User
 
Join Date: Mar 2003
Location: in a shack by the river
Posts: 401
the flinger
see, method, you forget. i am less than a halfwit 10 year old.

so, this is quite an accomplishment for you.

since you seem to know so much about hexing, why dont u make a new kazaa?
maybe change the default media player?
make it ..... um.....better?
__________________
woot!
the flinger is offline   Reply With Quote
Old 11-04-2002, 07:45 AM   #12 (permalink)
Registered User
 
Join Date: Sep 2002
Posts: 94
method
didn't mean to flame or dis or whatever with that other stupid remark, sorry, i take that back!!

Anyway...

I'm working day in and day out on a new p2p project at the moment (and a few other supporting projects on the side, and then another, larger p2p project after that), I'm in full time employment and I've got a lot of mates and a gf to fit in my precious time... I've no reason to do something that isn't a challenge, changing the mediaplayer on kazaa or text-strings in kazaa isn't going to revolutionize p2p. It'd barely even be appreciated, if noticed!! - Further, I woulnd't want to produce something that would just make me look like a copycat jumping on the KaZaA bandwagon. I've got the RIAA and MPAA to annoy first.

Peace!
method is offline   Reply With Quote
Old 11-04-2002, 08:48 AM   #13 (permalink)
Registered User
 
Join Date: Nov 2001
Posts: 239
Unite
Quote:
Originally posted by method
just go on download.com and grab anything with 'hex' and 'editor' in the title and you'll have the equivalent of what you want really..

the 'reshacker' is more a MAC USER phrase because of editing the resources file, in a way this is true with PC executables, 'coz those parts of the file that u edit are resources:- constants, initial values for variables, etc.. but really, that phrase is more relevant to mac users, so.. see Hex Editors...


peace!!
I see, well I have a Hex Editor. I use to code in VB but no longer have time.
Unite is offline   Reply With Quote
Old 11-04-2002, 03:51 PM   #14 (permalink)
Registered User
 
Join Date: Mar 2003
Location: in a shack by the river
Posts: 401
the flinger
unite- hop on the channel, ill beam it over.

or, you can search on google. sorry, i dont remeber the site


re:method
no flaming taken, was just commenting it IS an acheviemnt for me
beating the riaa is great; but i think a lot of ppl would like to see VLC as the media player. perhaps you shall integrate that as a default player, or better yet dont use one!
sorry for the confusion
__________________
woot!
the flinger is offline   Reply With Quote
Old 11-04-2002, 06:03 PM   #15 (permalink)
Registered User
 
Join Date: Nov 2001
Posts: 239
Unite
If ya dont mind shot it over in an e-mail admin@unitethecows.com
Unite is offline   Reply With Quote
Reply

Thread Tools
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

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


All times are GMT -5. The time now is 12:00 PM.


Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.2.0
2001 PCTechTalk