Update syntax in README

This commit is contained in:
Dr-Carlos 2022-12-04 21:40:57 +10:30
parent 27b2b044fd
commit b402c1804d
1 changed files with 4 additions and 6 deletions

View File

@ -95,18 +95,16 @@ cg_3.60 @ 0x80000000>
A new empty space can be created with `vc`, and then files can be mapped
manually with `vm`. File paths are interpreted relative to `FXOS_PATH` folders
even if they start with `/`. Alternatively, a new virtual space can be created
and initialized by running a script with the `vct` command.
even if they start with `/`.
Finally, the `vs` command is used to switch between different virtual spaces.
**Symbols**
Each virtual space can have symbols defined, which are names associated to
either addresses or syscall numbers. `sa` will define a new symbol at an
explicit address, `ss` will define a new symbol at a syscall entry (which is
kept symbolic, ie. it will work across different OS versions) and `sl` lists
all symbols for the current virtual space.
either addresses or syscall numbers. `ms` will define a new symbol at an
explicit address or syscall entry (which is kept symbolic, ie. it will work
across different OS versions) and `is` lists all symbols for a virtual space.
## File formats