BigJon06

Patch Flash File

Jan 18th, 2021 (edited)
270
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.70 KB | None | 0 0
  1. For Flash to still work on your computer..
  2. (this is for it to work on OFFLINE / NON INTERNET ACCESS)
  3. (the latest version being 32.0.0.445 or higher)
  4.  
  5. You'll need to take ownership and modify the security permission for you or an admin to modify files in
  6. 32-Bit - x:\Windows\System32\Macromed\Flash
  7. 64-Bit – X:\Windows\SysWow64\Macromed\Flash
  8.  
  9. You’ll need to take ownership of the folders and the flash.ocx files in each of those folders.
  10. Afterwards, grant yourself administrative, or at least write permissions to the files and folders.
  11. Until this is done, you won't be able to save the modified files.
  12.  
  13. In order to patch flash, you’ll need to download a HEX EDITOR to change the flash.ocx files in both folders.
  14. HEX EDITOR RECOMMENDATION
  15. (HxD - https://mh-nexus.de/en/hxd - It's Freeware)
  16.  
  17. Defuse flash player time bomb:
  18.  
  19. After opening the ocx files In a HEX EDITOR Search for the Time bomb trigger
  20.  
  21. SEARCH FOR THIS
  22. 00 00 40 46 3E 6F 77 42
  23.  
  24. AND REPLACE IT WITH THIS
  25. 00 00 00 00 00 00 F8 7F
  26.  
  27. NOTE: The Flash files (ocx’s) (and Flash64) will always be write protected, if you can't save it, ensure you did all the steps at the top
  28.  
  29. SAVE THE OCX files back in their original locations and you should be fine.
  30.  
  31. TO DISABLE ANY UPDATES
  32. If it doesn’t exist already, create a file called mmc.cfg in both folders above and do the following to Disable EOL (End of Life) uninstall warnings:
  33.  
  34. Disable auto updates when installing
  35. Add "EOLUninstallDisable=1" to mmc.cfg in C:\WINDOWS\system32\Macromed\Flash
  36. (C:\Windows\SysWOW64\Macromed\Flash on 64-bit)
  37.  
  38.  
  39. I have no guarantee of this working on your browsers, nor have i tested it, or intend to. But for standalone applications, you'll be fine.
Add Comment
Please, Sign In to add comment