Added auto offset list; removed debs build parts

This commit is contained in:
2019-07-05 03:39:48 -05:00
parent 9842c94360
commit 1ead56ffac
34 changed files with 31 additions and 1533 deletions

6
src/compileBin.sh Executable file
View File

@@ -0,0 +1,6 @@
#!/bin/bash
function main() {
gcc -no-pie -s gwinwrap_exec_bin.cpp -o gwinwrap
}
main;