Commit graph

23 commits

Author SHA1 Message Date
459bf08a63
docs: fix pox link 2024-02-20 16:37:03 +01:00
72b9efd35a
fix: link to my git 2023-11-13 01:27:46 +01:00
5ac89f11b4
docs: added README 2023-07-08 13:08:20 +02:00
888b3279a2
chore: split builtins in multiple files
Probably also other stuff but I left this uncommitted on my PC for too
long and now I don't remember what I did (:
2023-07-08 12:56:33 +02:00
536612f356
feat: added decomp command 2023-04-06 05:27:46 +02:00
2a10226a0e
feat: return more relevant values 2023-04-06 05:27:31 +02:00
9c98e8bd52
fix: less common name for global console 2023-04-06 05:26:57 +02:00
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