Commit graph

8 commits

Author SHA1 Message Date
536612f356
feat: added decomp command 2023-04-06 05:27:46 +02:00
690cb379d7
feat: add threads cmd, improved ret values
now procmaps, threads and hexdump output is different when returned:
hexdump gives just the hex string divided in octets, while procmaps and
threads return a table of tables with proper fields
2023-04-06 04:19:34 +02:00
2be585fc7b
feat: added (dumb) sigsegv catcher, small fmt fix 2023-04-06 04:19:15 +02:00
80e00d4402
chore: bump version, update lockfile 2023-04-05 18:17:44 +02:00
8aa26253fe
feat: improved lua functions, added mem syscalls
refactored the 'runtime.rs' file a lot, improved usage of procmaps and
hexdump functions, separated hexdump from read, added mmap, munmap,
mprotect syscalls
2023-04-03 19:20:25 +02:00
2889470031
feat: added some commands to lua shell 2023-04-03 05:17:59 +02:00
345355587b
feat: embedded lua runtime with remote shell 2023-04-03 03:18:25 +02:00
6d15ef3ba4
build: initial commit 2023-04-02 22:39:02 +02:00