Decode perl files


Some perl scripts use perl extensions to protect the code. If you need to check the code, you have to reverse the encoded files. After reverse analysis, you see that you have only to replce any “int 3” into “nop” and catch the output of the decoding procedure. The hard part of this job is to setup the environment!