Commit graph

16 commits

Author SHA1 Message Date
9541172174
fix: don't add newline when no value is returned 2023-04-06 05:25:58 +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
b66749cc43
feat: hex builtin fn accepts many different types 2023-04-06 01:55:56 +02:00
9a99a3ee70
feat: added bytes builtin fn to dump strs 2023-04-06 01:55:29 +02:00
8717ded418
feat: added find function, to locate byte pattern 2023-04-06 01:54:56 +02:00
b786c92277
docs: improved help strings 2023-04-06 01:54:20 +02:00
80e00d4402
chore: bump version, update lockfile 2023-04-05 18:17:44 +02:00
1fbcd17441
chore: use new repl, catch more errors 2023-04-05 18:16:57 +02:00
66d1d7a1da
chore: separated runtime, improved repl
improved repl implementation, better help text, handle more errors
2023-04-05 18:16:37 +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
97c66aeb3b
chore: catch err, move out helpers 2023-04-03 19:20:00 +02:00
fc76c653d1 chore: split into multiple files 2023-04-03 14:54:08 +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