vishwarajanand / pdf-password-cracker

PDF Password cracker cracks open any PDF if supplied with a guess
GNU General Public License v3.0
2 stars 0 forks source link

[untested] Fixing page crash #1

Closed vishwarajanand closed 2 years ago

vishwarajanand commented 2 years ago

At the moment loops larger than 150 times are breaking and it appears due to running out of buffer space.

vishwarajanand commented 2 years ago

This doesnt seem to be the case, since the following code snippet runs fine in chrome console!

for (i = 0 ; i < 100000; i++){
    console.log(`print something here ${i}`);
}
vishwarajanand commented 2 years ago

sample file: https://drive.google.com/file/d/1wFzuXsq1pe5r29MdlEjsjX4FC7hu1cP5/view?usp=sharing&resourcekey=0-jyIMSETCQMnAWWtalqTl4A