diff --git a/sol.py b/sol.py index 3baa943..fb1b895 100644 --- a/sol.py +++ b/sol.py @@ -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) diff --git a/vt.py b/vt.py index 16e8494..c627f81 100644 --- a/vt.py +++ b/vt.py @@ -87,4 +87,5 @@ def get_analysis_result(analysis_id: str): # Use analysis_id from upload step -#get_analysis_result(analysis_id) \ No newline at end of file +#get_analysis_result(analysis_id) +scan_files()