Talk:Nintendo Zone: Difference between revisions
No edit summary |
mNo edit summary |
||
Line 31: | Line 31: | ||
::: Paste your script then. --[[User:Yellows8|Yellows8]] 17:35, 11 December 2014 (CET) | ::: Paste your script then. --[[User:Yellows8|Yellows8]] 17:35, 11 December 2014 (CET) | ||
:::: | :::: | ||
{ | |||
#!/usr/bin/perl | #!/usr/bin/perl | ||
use strict; | use strict; | ||
Line 50: | Line 51: | ||
} | } | ||
close INFILE; | close INFILE; | ||
} | |||
Will open file specified as a parameter and print the result with base64 decoded strings and key date inf hex string format. --[[User:Duke srg|Duke srg]] 18:18, 11 December 2014 (CET) | Will open file specified as a parameter and print the result with base64 decoded strings and key date inf hex string format. --[[User:Duke srg|Duke srg]] 18:18, 11 December 2014 (CET) |