ssexy
ssexy copied to clipboard
Creating Executables
In order to convert existing software into SSEified executables we are going to need a PE parsing library, and more importantly, a PE creation library. PE creation libraries do not really exist, so this will be written from scratch, and while we are at it, implement the parsing from scratch as well.