Ding-O-Tron
Last updated
Last updated
runWasm();
// giveFlag();> giveFlag()
wasm_exec.js:22 [LOL] Did you think it would be that easy? Can you find my secret hidden function?> let prop, i = 0;
for (prop in window) {
if (typeof window[prop] == "function") {
console.log(i++, prop);
}
}
VM3603:5 0 'alert'
VM3603:5 1 'atob'
VM3603:5 2 'blur'
VM3603:5 3 'btoa'
...
VM3603:5 197 'runWasm'
VM3603:5 198 'pad'
VM3603:5 199 'playSound'
VM3603:5 200 'updateCount'
VM3603:5 201 'yay'
VM3603:5 202 'winner'
VM3603:5 203 'ding'
VM3603:5 204 'giveFlag'
VM3603:5 205 'superSecretFunction_312e4c286bcb2ad0'
...