fix: small patches

This commit is contained in:
Dobin Rutishauser
2025-09-02 21:49:39 +02:00
parent 21d6a1f585
commit 746d86e629
2 changed files with 4 additions and 3 deletions
+2 -2
View File
@@ -74,8 +74,8 @@ def compile_all():
def test_module():
module = "reverse_byte_order"
module = "noobfuscation"
shellcode_file = "beacon.bin"
mod_data = function_map[module](shellcode_file)
print("Mod data: " + mod_data)