Skip to content

Commit

Permalink
More docs
Browse files Browse the repository at this point in the history
  • Loading branch information
N3rdL0rd committed Aug 30, 2024
1 parent 0d164cc commit ac3387b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
3 changes: 2 additions & 1 deletion alivecells.py
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,6 @@ def generate_commit_stamp(commit: str):
m.update("Dc02&0hQC#G0:".encode("utf-8"))
m.update(commit.encode("utf-8"))
return m.hexdigest()

# endregion

# region Main functions
Expand Down Expand Up @@ -218,6 +217,8 @@ def commitbrute(pak, stamp):
else:
print("No hash found.")

def save_editor(path):

# endregion

# region Main
Expand Down
3 changes: 3 additions & 0 deletions docs/files/hlboot.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# hlboot.dat and HashLink bytecode

TODO: write this. For now, feel free to refer to the [hlbc wiki](https://github.com/Gui-Yom/hlbc/wiki/Bytecode-file-format).
File renamed without changes.

0 comments on commit ac3387b

Please sign in to comment.