Add encode module
This commit is contained in:
2
.gitignore
vendored
2
.gitignore
vendored
@@ -174,3 +174,5 @@ cython_debug/
|
||||
# PyPI configuration file
|
||||
.pypirc
|
||||
|
||||
# Other
|
||||
*.tmp
|
||||
3
.gitmodules
vendored
Normal file
3
.gitmodules
vendored
Normal file
@@ -0,0 +1,3 @@
|
||||
[submodule "tools/converter"]
|
||||
path = tools/converter
|
||||
url = https://github.com/InfoSecREDD/REPG.git
|
||||
1
flipper.py
Normal file
1
flipper.py
Normal file
@@ -0,0 +1 @@
|
||||
C:\Users\fanof\Downloads\REPG-1.7\flipper.py
|
||||
5
start.ps1
Normal file
5
start.ps1
Normal file
@@ -0,0 +1,5 @@
|
||||
Set-ExecutionPolicy -ExecutionPolicy RemoteSigned -Scope CurrentUser
|
||||
|
||||
$file = $args[0]
|
||||
|
||||
./tools/converter/encode.ps1 $file -flipper
|
||||
1
tools/converter
Submodule
1
tools/converter
Submodule
Submodule tools/converter added at 3c9cb93fa3
Reference in New Issue
Block a user