From 62bd62677efef39ac26b1da35457a7d0038a8fd2 Mon Sep 17 00:00:00 2001 From: ParkSuMin Date: Fri, 30 Jan 2026 12:39:18 +0300 Subject: [PATCH] Add encode module --- .gitignore | 2 ++ .gitmodules | 3 +++ flipper.py | 1 + start.ps1 | 5 +++++ tools/converter | 1 + 5 files changed, 12 insertions(+) create mode 100644 .gitmodules create mode 100644 flipper.py create mode 100644 start.ps1 create mode 160000 tools/converter 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