From b402c1804d44bee66bf482c942f6bd92269a37ac Mon Sep 17 00:00:00 2001 From: Dr-Carlos Date: Sun, 4 Dec 2022 21:40:57 +1030 Subject: [PATCH] Update syntax in README --- README.md | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) 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