IBM

Reverse Engineering 101 tutorial with the amazing

Reverse Engineering 101 tutorial with the amazing Stephen Sims!

#Reverse #Engineering #tutorial #amazing

“David Bombal”

Big thank you to Brilliant for sponsoring this video! To try Brilliant for free (for 30 days) and to get a 20% discount, visit: …

source

 

To see the full content, share this page by clicking one of the buttons below

Related Articles

40 Comments

  1. Big thank you to Brilliant for sponsoring this video! To try Brilliant for free (for 30 days) and to get a 20% discount, visit: https://Brilliant.org/davidbombal

    // YouTube video REFERENCE //
    Free Exploit development training (beginner and advanced) https://youtu.be/LWmy3t84AIo

    Buffer Overflow Hacking Tutorial (Bypass Passwords): https://youtu.be/c2BvS2VqDWg

    // Stephen's Social //
    X: https://x.com/Steph3nSims
    YouTube: https://www.youtube.com/@OffByOneSecurity

    // Stephen RECOMMENDS //
    Disassemblers:
    Binary Ninja: https://binary.ninja/
    IDA Pro: https://hex-rays.com/products/%20ida/
    Ghidra: https://ghidra-sre.org/

    Free Learning Resources:
    An Intro to C for Windows Dev: https://www.sans.org/webcasts/intro-c-windows-devs/

    Books
    Gray Hat Hacking Series by various authors:
    US https://amzn.to/3B1FeIK
    UK https://amzn.to/3A920AL

    The IDA Pro Book, 2nd Edition: The Unofficial Guide to the World's Most Popular Disassembler Second Edition by Chris Eagle
    US https://amzn.to/3Yv3srw
    UK https://amzn.to/3Wtz8e6

    // David's SOCIAL //
    Discord: https://discord.com/invite/usKSyzb
    X: https://www.x.com/davidbombal
    Instagram: https://www.instagram.com/davidbombal
    LinkedIn: https://www.linkedin.com/in/davidbombal
    Facebook: https://www.facebook.com/davidbombal.co
    TikTok: http://tiktok.com/@davidbombal
    YouTube: https://www.youtube.com/@davidbombal

    // MY STUFF //
    https://www.amazon.com/shop/davidbombal

    // SPONSORS //
    Interested in sponsoring my videos? Reach out to my team here: sponsors@davidbombal.com

    // MENU //
    00:00 – Intro
    01:06 – Brilliant sponsored segment
    02:36 – Stephen Sims // Off By One Security YouTube channel
    04:02 – Hello World
    06:11 – Learning the C programming language
    09:34 – Introduction to reverse engineering
    13:57 – Functions explained
    16:43 – Stripped explained
    18:03 – Disassemble explained // Differences between flavors
    25:11 – History behind the two flavors
    25:58 – Disassemble explained continued
    26:22 – Return oriented programming explained
    27:14 – Reverse engineering demo
    01:07:46 – IDA Pro Demo
    01:16:42 – Conclusion

    Disclaimer: This video is for educational purposes only.

    Please note that links listed may be affiliate links and provide me with a small percentage/kickback should you use them to purchase any of the items listed or recommended. Thank you for supporting me and this channel!

    #android #ios #hacker

  2. A good reference for folks who like to learn from a book is Practical Binary Analysis (no starch press) – it does require familiarity with C and assembly.

  3. Purchasing a stock may seem straightforward, but selecting the correct stock without a proven strategy can be exceedingly challenging. I've been working on expanding my $210K portfolio for a while, and my primary obstacle is the lack of clear entry and exit strategies. Any advice on this matter would be greatly appreciated.

  4. Purchasing a stock may seem straightforward, but selecting the correct stock without a proven strategy can be exceedingly challenging. I've been working on expanding my $210K portfolio for a while, and my primary obstacle is the lack of clear entry and exit strategies. Any advice on this matter would be greatly appreciated.

  5. When i listen to this level of knowledge it reminds me of watching John Hammond reverse engineering videos. My brain literally brakes and pukes on itself, but once i listen to it again and i keep improving, i eventually get 0% of it. lol
    just kidding but also not kidding !!

    Please keep them coming.

    OTW is fun as well. Keep it fun @david. Good stuff !!

  6. Hello sir, this video is really great it gives a good idea about basics and how everything is going in reversing stuff this is very useful for people who are asking I want to learn reverse engineering, now this video made it clear in addition to the video was going in a simple and an interesting way
    at the end I want to thank you and him for that great effort
    best wishes ❤

  7. There's a lot of "easy stuff" I haven't learned, so I don't mind if you cover the "easy" stuff because I still might learn something new! Steven is great, I watched every thing on his channel and learned a lot!

  8. Thanks to all of you for this video I got better explanations. I want to learn advance things but most of the courses are expensive and trying to figure things out the hard way, since I am not following a well-known path.

  9. I want to move 5 apples into the basket…
    "move #5, basket" makes perfect logical sense.
    "move basket, #5" is, frankly, silly.
    "Ah but, with enough practice you can get used to anything" – true, but that's no excuse. It's the same with justifying "=" and "==" because context awareness doesn't exist.

  10. Thank you for your continued sharing of valuable knowledge. Much appreciation for all you are doing. As I continue learning my ? is where would I look to see if an opensource distro is dialing out to someone after I install it.

  11. 30:01: It's emtpy because $rip's value needs to be incremented by 0x7; i.e.: value of rip is referenced after lea is prefetched (or whatever its called).

    (gdb) x/s $rip+0xec0+7
    0x555555556004: "Hi Mars"
    (gdb)

Leave a Reply