Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
JesseEmond authored Nov 27, 2024
1 parent 4cd5867 commit 1371c7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ The trick is again this:
- Here, our bidding involves using internal V8 functions to print disassembled code, right after loading it.
- Then, we use that binary to read the challenge's unpackaged serialized JS files to recover V8 assembly.

So, for a file like `ation_types.js` that defines the actions like go up, go down, etc., we'll get something like:
So, for a file like `action_types.js` that defines the actions like go up, go down, etc., we'll get something like:
```
=== [0x2bb5c29a4db8] DISASSEMBLY ===
Parameter count 1
Expand Down

0 comments on commit 1371c7e

Please sign in to comment.