Jump to content

Cleans Hex


w0uter
 Share

Recommended Posts

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

Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...