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
.gitignore vendored
View File

@@ -174,3 +174,5 @@ cython_debug/
# PyPI configuration file
.pypirc
# Other
*.tmp

3
.gitmodules vendored Normal file
View File

@@ -0,0 +1,3 @@
[submodule "tools/converter"]
path = tools/converter
url = https://github.com/InfoSecREDD/REPG.git

1
flipper.py Normal file
View File

@@ -0,0 +1 @@
C:\Users\fanof\Downloads\REPG-1.7\flipper.py

5
start.ps1 Normal file
View File

@@ -0,0 +1,5 @@
Set-ExecutionPolicy -ExecutionPolicy RemoteSigned -Scope CurrentUser
$file = $args[0]
./tools/converter/encode.ps1 $file -flipper

1
tools/converter Submodule

Submodule tools/converter added at 3c9cb93fa3