Skip to content

Commit

Permalink
Took off debugging prints (forgot one lol)
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel752 committed Jun 7, 2023
1 parent 7f88acd commit 373624d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bbis_hide.py
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ def modify_buffer(buffer, binary_data, offsets_list):
exit(1)

# print(f"Start offset: {int(start_binary,2)}")
print(f"End offset: {int(end_binary, 2)}")
# print(f"End offset: {int(end_binary, 2)}")
# Concatenate binary end mark with binary data
full_binary_data = end_binary + binary_data
# Decode 'full_binary_data' within executable file
Expand Down

0 comments on commit 373624d

Please sign in to comment.