LiEnby / FlashPatcher

.NET program to remove timebomb from Adobe Flash Player
MIT License
125 stars 19 forks source link

how does this work #2

Closed Makoto40renta closed 3 years ago

Makoto40renta commented 3 years ago

im really new in this kind of stuff so

Makoto40renta commented 3 years ago

oh wait, nvm, i just downloade the source code instead of the thing. sorry

LiEnby commented 3 years ago

Uh how it works? Well normally flash will get the current time as a Unix Epoch (Which is just the number of seconds since Jan 1st 1970) and then check if it's less than 1610409600000 which is January 12 2021. FlashPatcher just does a find and replace on the Flash Executable files for this number- and replaces it with "Infinity". And since every number is less than Infinity. It never gets locked out.

Makoto40renta commented 3 years ago

Uh how it works? Well normally flash will get the current time as a Unix Epoch (Which is just the number of seconds since Jan 1st 1970) and then check if it's less than 1610409600000 which is January 12 2021. FlashPatcher just does a find and replace on the Flash Executable files for this number- and replaces it with "Infinity". And since every number is less than Infinity. It never gets locked out.

the actual question was, "how do i run this?" like, i downloaded the source code by accident instead of the .exe and i was confused about how do i start this thing? i already knew what the program does, i was just struggling how to run the source code lol sorry for the inconvenience

btw the program worked fine, thank you so much