Skip to content

Commit

Permalink
Update MemoryModification.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Hakorr authored Dec 15, 2023
1 parent 0b69af8 commit b5c99e3
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion Other/Slope3/MemoryModification.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,14 @@
# WASM Memory Modification
### A demo of Cheat Engine type memory modification for userscripts targeting WASM applications.

This is the rough method I used to find the offset,
## How to find WASM memory addresses

Use [Cetus](https://github.com/Qwokka/Cetus) to find the address(s) (aka. offset/index of the memory array).


## Find the offset without Cetus

Okay, so you're crazy or nerd enough to find the memory address/offset/index yourself without any tools, okay, okay. Here's my method,

```js
// ==UserScript==
Expand Down

0 comments on commit b5c99e3

Please sign in to comment.