This commit is contained in:
Karmaz95
2024-06-07 14:30:33 +02:00
parent 3782ae4a6f
commit d61e1939f6
5 changed files with 3118 additions and 1 deletions

View File

@@ -459,3 +459,4 @@ Each Snake class will be a child of the previous one and infinitely "eat itself"
* Consider moving methods like `removeNullBytesAlignment`, `calcTwoComplement64` etc. to `Utils` class.
* Move `--mig` option to Snake & Apple chapter about Mach Kernel when ready.
* Make Thread manager class and improve the Threading.thread with tracing methods and `kill()`.
* Reconsider moving --xattr like args to another Snake class related to filesystem.