1 / 5

Address Space Layout Randomization (ASLR) Dirk Gordon

Address Space Layout Randomization (ASLR) Dirk Gordon. Implementation (32 bit). Windows Vista 8 (2 8 = 256) bits of randomization Linux 2.6.12 16 (2 16 = 65536) bits of randomization. Process Memory. ASLR_DEMO memory layout. Buffer. 4 bytes. EBP. 4 bytes. Return Address. 4 bytes.

sponder
Télécharger la présentation

Address Space Layout Randomization (ASLR) Dirk Gordon

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Address Space Layout Randomization(ASLR)Dirk Gordon

  2. Implementation (32 bit) • Windows Vista • 8 (28 = 256) bits of randomization • Linux 2.6.12 • 16 (216 = 65536) bits of randomization

  3. Process Memory ASLR_DEMO memory layout Buffer 4 bytes EBP 4 bytes Return Address 4 bytes

  4. Process Memory ASLR_DEMO memory layout Buffer AAAA 4 bytes EBP 4 bytes AAAA Return Address \x00\x00\x00\x00 4 bytes

  5. Process Memory ASLR_DEMO memory layout Buffer AAAA 4 bytes EBP 4 bytes AAAA Points to System() System() Address 4 bytes System() Return Address Points to Exit() 4 bytes Binary to execute System() Parameter 4 bytes

More Related