Skip to content

Commit

Permalink
requested review changes #146
Browse files Browse the repository at this point in the history
  • Loading branch information
jstucke committed Jan 23, 2025
1 parent ceacaf0 commit 35222df
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -62,10 +62,6 @@ def unpack_function(file_path: str, tmp_dir: str) -> dict:
}


def _fw_header_contains_name(file_name: bytes) -> bool:
return file_name and all(c in PRINTABLE_CHARS for c in file_name)


def _fw_is_inverted(fw_content: bytes) -> bool:
return fw_content.startswith(_invert_bytes(b'REDSONIC'))

Expand Down

0 comments on commit 35222df

Please sign in to comment.