ExploitBuilder 0.1.0

A exploit builder for quick exploit development
Documentation
1
2
3
4
5
6
7
8
#![allow(non_snake_case)]			// turn off warning about snake_case name
#![allow(non_camel_case_types)]		// turn off warning about upper camel case type name
#![allow(dead_code)]		// turn off warning about upper camel case type name


pub mod CPU;
pub mod OS;
pub mod Shellcode;