Advertisement
metalx1000

Hexeditor Notes

Jul 20th, 2014
790
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.14 KB | None | 0 0
  1. #Vim as hexeditor
  2. :%!xxd
  3. #back to normal edit
  4. :%!xxd -r
  5.  
  6.  
  7. sudo aptitude install ht
  8. hte file.exe
  9.  
  10. #search
  11. hexdump sol.exe -C|sed 's/\.//g'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement