c8699adf66
add some comments, add todos
2025-05-31 11:37:06 +03:00
6bd80d9c25
correct opcode checking, same logic as in original
2025-05-31 09:49:58 +03:00
8eb9d9cc93
refactor one if logic and fix two warning
2025-05-30 23:59:49 +03:00
2d4e198b32
add comments
2025-05-30 21:01:34 +03:00
5ff71fe1aa
add dbg output
2025-04-18 17:34:46 +03:00
864ac24998
fixed segfault. (wrongly translated loop instruction from asm)
2025-04-18 17:21:04 +03:00
9d4984371b
fix some mistakes but still the same segfault
2025-04-18 16:38:04 +03:00
1f985d3fba
made it compile on gcc linux 64. segfault in preprocess calltrick todo fix
2025-04-18 13:44:42 +03:00
21d6c2c207
seems like finished preprocess_calltrick todo check it
2025-04-18 12:42:49 +03:00
33bb1e20db
refactorings, impl more todo check
2025-04-17 19:06:28 +03:00
3abc8f278e
write more of preprocess_calltrick, needs check
2025-04-05 10:07:45 +03:00
f428d58804
impl more of preprocess_calltrick todo check
2025-04-02 23:44:41 +03:00
f507177dfd
use int for flag
2025-03-27 01:39:55 +03:00
6daff6bcda
add first packing method
2025-03-27 01:37:29 +03:00
75380564ba
two more lines
2025-03-25 23:48:47 +03:00
950e55f970
impl more
2025-03-25 00:53:05 +03:00
74f77a27eb
started impl allocation
2025-03-24 00:59:44 +03:00
630ff582fb
add reading file
2025-03-23 22:28:52 +03:00
f88718422e
fix naming
2025-03-23 20:01:00 +03:00
6d653ae183
added and tested input file size checks
2025-03-23 19:45:33 +03:00
f691ded859
add parsing cli interface using getopt
2025-03-23 10:06:42 +03:00
fb00db7c28
usage concept
2025-03-22 23:17:40 +03:00
a52875d507
write makefile, fix lzma_c build
2025-03-22 22:44:24 +03:00
244e5c92f8
lzma_c: no need to rebuild for using in kpack/kerpack, cleanup
...
Removed samples, converted indentation to spaces, translated to english, added header for exporting functions.
Added is_kerpack argument to lzma_compress() to make it usable either for kpack and kerpack without rebuild
2025-03-22 18:57:47 +03:00
42e04486e7
get lzma_c from kerpack_linux
2025-03-22 18:41:40 +03:00