diff --git a/README.md b/README.md index ad873f0..2f30812 100644 --- a/README.md +++ b/README.md @@ -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