Quote:
Originally Posted by KSV
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
