Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

Top Posters

Who's Online (1)

Powered by Vanilla. Made with Bootstrap.
Exploit Series - Part 4
  • m0rph
    Posts: 332
    http://www.youtube.com/watch?v=kMWc1PiKWUQ


    Basics of Reverse Engineering

    Things in this video:
    -Cover the basics of debugging/stack execution
    -Differentiating functions from other stack procedures
    -Finding those functions, then disassembling them
    -Finding return addresses
    -General usage of gdb

    This video is more of basic disassembly than it is actual reverse engineering, but the topics covered are very important to the reversing field.

    The version of the tcp echo server in this video is different from the one in part 3. If you want the code, let me know and I'll post it.

    Questions? Comments?

    Also, the banking details discovered in the video are not actual credentials, and you deserve to be lol'd at if you try using it for fraud.

    More info is given in the video description.
    while( !(succeed = try() ) );