Skip to content

A repository with source files detailing the exception hijacking technique

License

Notifications You must be signed in to change notification settings

lldre/exception_hijack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This repository contains 2 source files for displaying the Exception Hijacking technique explained in this article: https://saza.re/exception_hijacking/

The compiled version is there for convenience, if you want to compile the example yourself from source issue the following commands inside the 64-bit visual studio build tools command prompt:

> ml64 /c boobytrap.s
> cl exception_hijack.c boobytrap.obj

Disclaimer

The files and research presented here are purely for educational purposes only. I cannot be held liable for any damages resulting from the use of the code or research presented here. Please use common sense :)

About

A repository with source files detailing the exception hijacking technique

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published