Skip to content

Commit 7283c40

Browse files
committed
Link to lua examples
1 parent 981730e commit 7283c40

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ Example Commands
2828
usercorn run -trace -to trace.uc bins/x86.linux.elf
2929
usercorn trace -pretty trace.uc
3030
usercorn run -repl bins/x86.linux.elf
31+
usercorn run -ex dump_functions.lua bins/x86.linux.elf
3132

3233
What.
3334
----
@@ -38,6 +39,7 @@ What.
3839
- to a serializable compact format capable of rewind and re-execution.
3940
- It's useful out of the box for debugging and dynamic analysis.
4041
- With an arch-neutral powerful lua-based scripting language and debugger.
42+
- It has a 'lua-ish' scripting engine with [plenty of example](https://github.com/Caesurus/usercorn_examples).
4143
- It's also easy to extend and use to build your own tools.
4244

4345
Usercorn could be used to emulate 16-bit DOS, 32-bit and 64-bit ARM/MIPS/x86/SPARC binaries for Linux, Darwin, BSD, DECREE, and even operating systems like Redux.

0 commit comments

Comments
 (0)