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