Skip to content

Basic Usage

Jack edited this page Aug 13, 2019 · 1 revision

Basic Usage

Opening Cetus

Cetus can be opened in two ways

  • The extension bar
  • The developers tool panel

Opening Cetus from Developer Tools

  1. Open the dev console using your browser's keyboard shortcut (CTRL+SHIFT+I in Chrome, CTRL+SHIFT+K in Firefox)
  2. Press the "double arrow" button >> and then select Cetus from the list of options

Activating Cetus

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.

Using Cetus

Once Cetus has "unlocked" you should see the main UI. The Cetus UI consists of four tabs.

Search Tab

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.

Patch Tab

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.

Speed Hack Tab

As the name suggests, the speed hack tab provides Cetus's speed hack feature.

Bookmarks Tab

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.