Skip to content

TRUEANGLE

BEAUTY AND PLAY

  • DOLLECT
  • Others
  • Configuration
  • AI
  • BLOG
  • ABOUT
    • ABOUT
    • Perception Style

Daily Archives: September 10, 2014

Hacking with a binary using file and strip commands

$file simple | awk ‘{ print $(NF-1) $(NF-0) }’ notstripped $du -h simple 8.0K simple $./simple Hello World $strip ./simple $du -h simple 8.0K simple $./simple Hello World $file simple | awk ‘{ print $(NF-1) $(NF-0) }’ BuildID[sha1]=6cf0bed752a904372cd42a85bc560c266a7c91b3,stripped $

Posted byjeffrinSeptember 10, 2014Posted inReverse engineeringTags: engineering, reverse, strip
September 2014
M T W T F S S
1234567
891011121314
15161718192021
22232425262728
2930  
« Aug   Oct »
TRUEANGLE, Proudly powered by WordPress.