mirror of
https://github.com/google/pebble.git
synced 2025-04-30 07:21:39 -04:00
spelling: obfuscated
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
parent
489a1d54cd
commit
ca40ee484d
1 changed files with 1 additions and 1 deletions
|
@ -434,7 +434,7 @@ def obfuscate(src_path, dst_path, no_text):
|
|||
|
||||
if __name__ == '__main__':
|
||||
parser = argparse.ArgumentParser(description='Pebble Firmware ELF Obfuscation')
|
||||
parser.add_argument('input_elf', help='The source ELF file to be obfuscaated')
|
||||
parser.add_argument('input_elf', help='The source ELF file to be obfuscated')
|
||||
parser.add_argument('output_elf', help='Output file path')
|
||||
parser.add_argument('--no-text', help='Removes the .text section', action='store_true')
|
||||
args = parser.parse_args()
|
||||
|
|
Loading…
Add table
Reference in a new issue