-
Notifications
You must be signed in to change notification settings - Fork 48
Basic Usage
Cetus can be opened in two ways
- The extension bar
- The developers tool panel
- Open the dev console using your browser's keyboard shortcut (CTRL+SHIFT+I in Chrome, CTRL+SHIFT+K in Firefox)
- Press the "double arrow" button >> and then select Cetus from the list of options
When you first open Cetus you will likely see the message Waiting for WASM. This means Cetus is activated and is waiting for a WebAssembly binary to be executed by the current tab.
Cetus will unlock when it intercepts a WebAssembly binary.
Once Cetus has "unlocked" you should see the main UI. The Cetus UI consists of four tabs.
The search tab is usually the starting point of any game hack. This tab lets you search for values in the WebAssembly instance's memory.
The patch tab is used to modify game code. From here we can disassembly functions, modify functions, and manage or export any patches we've created.
As the name suggests, the speed hack tab provides Cetus's speed hack feature.
The bookmark tab keeps track of any memory values that we have "bookmarked" or saved from searches. This tab also lets us modify, freeze, or set watchpoints on bookmarks.
Finally, this tab will keep track of any watchpoint hits that have been collected.