Load our script to REDD's encode script
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -176,3 +176,4 @@ cython_debug/
|
|||||||
|
|
||||||
# Other
|
# Other
|
||||||
*.tmp
|
*.tmp
|
||||||
|
*.txt
|
||||||
@@ -1,5 +1,10 @@
|
|||||||
Set-ExecutionPolicy -ExecutionPolicy RemoteSigned -Scope CurrentUser
|
Set-ExecutionPolicy -ExecutionPolicy RemoteSigned -Scope CurrentUser
|
||||||
|
|
||||||
$file = $args[0]
|
$file = $args[0]
|
||||||
|
$filepath = './tools/converter'
|
||||||
|
cp $file $filepath/$file
|
||||||
|
.\tools\converter\encode.ps1 $args[0] -flipper
|
||||||
|
|
||||||
./tools/converter/encode.ps1 $file -flipper
|
cat $filepath/payload.txt > payload.txt
|
||||||
|
rm $filepath/payload.txt
|
||||||
|
rm $filepath/$file
|
||||||
Reference in New Issue
Block a user