diff --git a/.gitignore b/.gitignore index 36b13f1..f108d94 100644 --- a/.gitignore +++ b/.gitignore @@ -174,3 +174,5 @@ cython_debug/ # PyPI configuration file .pypirc +# Other +*.tmp \ No newline at end of file diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..a1a1790 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "tools/converter"] + path = tools/converter + url = https://github.com/InfoSecREDD/REPG.git diff --git a/flipper.py b/flipper.py new file mode 100644 index 0000000..27e042b --- /dev/null +++ b/flipper.py @@ -0,0 +1 @@ +C:\Users\fanof\Downloads\REPG-1.7\flipper.py diff --git a/start.ps1 b/start.ps1 new file mode 100644 index 0000000..1151f2b --- /dev/null +++ b/start.ps1 @@ -0,0 +1,5 @@ +Set-ExecutionPolicy -ExecutionPolicy RemoteSigned -Scope CurrentUser + +$file = $args[0] + +./tools/converter/encode.ps1 $file -flipper \ No newline at end of file diff --git a/tools/converter b/tools/converter new file mode 160000 index 0000000..3c9cb93 --- /dev/null +++ b/tools/converter @@ -0,0 +1 @@ +Subproject commit 3c9cb93fa3f9d8c9abf2c605c7526bde3ad8d4e2