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)
+2 -1
View File
@@ -87,4 +87,5 @@ def get_analysis_result(analysis_id: str):
# Use analysis_id from upload step
#get_analysis_result(analysis_id)
#get_analysis_result(analysis_id)
scan_files()