Skip to content

Commit

Permalink
used the wrong placeholder
Browse files Browse the repository at this point in the history
  • Loading branch information
checkymander committed Jan 23, 2025
1 parent 6fbb946 commit 1311427
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Payload_Type/athena/athena/agent_code/build_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ def create_obfuscar_xml(plugin_name, config, project_dir, rid):
with open(obfuscar_path, 'w') as xml_file:
xml_file.write(obfuscar_xml_content)
print(f"Default obfuscar.xml created at {obfuscar_path}")
wait_for_file(in_path)

def run_obfuscator(obfuscar_exe_path, obfuscar_config_path):
try:
Expand Down

0 comments on commit 1311427

Please sign in to comment.