mirror of
https://github.com/dobin/ShellcodeObfuscationLab
synced 2026-06-08 13:53:31 +00:00
fix: small patches
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user