RE: Anyone know any good Assembly Language tutorials?

From: Bowes, Ronald (EST) (RBowes_at_gov.mb.ca)
Date: 10/04/04

  • Next message: Carey Myers: "IDS taps"
    To: "'Corey LeBleu'" <coreylebleu@gmail.com>, security-basics@securityfocus.com
    Date: Mon, 4 Oct 2004 13:14:56 -0500 
    
    

    I spent a lot of time writing C programs/disassembling/figuring out what
    happened. How does it handle various loops or conditionals or function
    calls or other stuff. I had an assembly book I used as a reference (Art of
    Assembly), but I did most of my learning from writing my own programs.

    Must more recently, I also got a book called "Hacker Disassembling
    Uncovered". It assumes some understanding of assembly, and it goes over a
    lot of the common protection mechanisms.

    Another book I enjoyed was "Hacking: Art of Exploitation". Half of the
    chapter was dedicated to hacking software for buffer overflows, heap-based
    overflows, and other common exploits. It is based in C/Linux, not assembly,
    but if you want to learn about what to look for, it's definitely a good
    start.

    Ron Bowes
    Information Protection Centre
    Government Of Manitoba

    -----Original Message-----
    From: Corey LeBleu [mailto:coreylebleu@gmail.com]
    Sent: Friday, October 01, 2004 9:29 AM
    To: security-basics@securityfocus.com
    Subject: Anyone know any good Assembly Language tutorials?

    Anyone know any good Assembly Language tutorials or books? Any
    resources at all would help. I'm trying to learn a little about
    disassembly and finding security holes/buffer overflows in programs.
    I'm not really a programmer, so the simpler the better. Thanks.

    Corey LeBleu
    Senior Security Engineer

    TraceSecurity, Inc.
    http://www.TraceSecurity.com


  • Next message: Carey Myers: "IDS taps"

    Relevant Pages

    • RE: Anyone know any good Assembly Language tutorials?
      ... Anyone know any good Assembly Language tutorials? ... lot of the common protection mechanisms. ... chapter was dedicated to hacking software for buffer overflows, ... overflows, and other common exploits. ...
      (Security-Basics)
    • Re: Possible bug in malloc-code
      ... > causing a panic. ... > time writing huge amounts. ... It seems that these types of overflows will occur on more than just ...
      (freebsd-current)