Add encode module

This commit is contained in:
2026-01-30 12:39:18 +03:00
parent 61b42ad0d5
commit 62bd62677e
5 changed files with 12 additions and 0 deletions
+2
View File
@@ -174,3 +174,5 @@ cython_debug/
# PyPI configuration file # PyPI configuration file
.pypirc .pypirc
# Other
*.tmp
+3
View File
@@ -0,0 +1,3 @@
[submodule "tools/converter"]
path = tools/converter
url = https://github.com/InfoSecREDD/REPG.git
+1
View File
@@ -0,0 +1 @@
C:\Users\fanof\Downloads\REPG-1.7\flipper.py
+5
View File
@@ -0,0 +1,5 @@
Set-ExecutionPolicy -ExecutionPolicy RemoteSigned -Scope CurrentUser
$file = $args[0]
./tools/converter/encode.ps1 $file -flipper
+1
Submodule tools/converter added at 3c9cb93fa3