View Single Post
  #102  
Old 03-28-2015, 04:32 PM
essaiedf essaiedf is offline
Junior Member
 
Join Date: Mar 2015
Posts: 6
essaiedf is on a distinguished road
Default

Re: how to decrypt and decode png files to real file (.ass)


Quote:
Originally Posted by KSV View Post
aes constants are embedded as binary data in swf file. you just have to get the new constants and starting number from updated swf file. i have amended the previous commit so you can directly copy paste that data with minimal changes (replace '0x' with '\x') into script.
Hello, I find the binary data replace '0x' with '\x' but not the starting number.
"param3:int = 59" where 59 is the starting number for today ( $start = 59; ) ?

because it's not work for me
Reply With Quote