w0uter Posted August 24, 2005 Posted August 24, 2005 (edited) im posting this for the people that use IDA pro (probly none here) and that also hate the hex copying from IDA. just copy the hex from IDA and hit #c to get a clean hex output. #cs .text:00401010 57 8D 85 94 FD FF FF 56-33 DB 50 53 FF 15 34 20 "Wìàö² V3¦PS §4 " .text:00401020 40 00 8D 85 94 FD FF FF-56 50 8D 85 94 FD FF FF "@.ìàö² VPìàö² " .text:00401030 50 FF 15 30 20 40 00 8B-3D 2C 20 40 00 53 53 6A "P §0 @.ï=, @.SSj" .text:00401040 03 53 6A 01 8D 85 94 FD-FF FF 68 00 00 00 80 50 "Sjìàö² h...ÇP" #ce HotKeySet("#c", '_HC') Func _HC() ClipPut(StringRegExpReplace(ClipGet(), '(\.text.*? )|(".{17})|-|\s', '')) EndFunc While 1 Sleep(10000) WEnd Edited August 24, 2005 by w0uter My UDF's:;mem stuff_Mem;ftp stuff_FTP ( OLD );inet stuff_INetGetSource ( OLD )_INetGetImage _INetBrowse ( Collection )_EncodeUrl_NetStat_Google;random stuff_iPixelSearch_DiceRoll
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now