Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 262 Bytes

README.md

File metadata and controls

20 lines (16 loc) · 262 Bytes

SEH++

Introduction

Dependencies

None

Building

SEH++ is built on CMake and C++

$ git clone https://github.com/maldicion069/sehplus.git
$ cd sehplus
$ mkdir build && cd build
$ cmake .. -DCMAKE_BUILD_TYPE=Release
$ make

License

GNU GPL