Post Reply 
 
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Handy way to Decrypt PHP LockIt! 2.2.0.0
01-17-2013, 05:23 AM
Post: #11
RE: Handy way to Decrypt PHP LockIt! 2.2.0.0
(11-01-2012 07:47 PM)MagedXp Wrote:  all phplockit = eval shit so same Big Grin

Yeh! Just like this: Tongue

Code:
while (preg_match("/eval\(/",$contents)) {
    eval(preg_replace("/eval/", "\$contents=", $contents));
    }
    echo $contents;
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: Handy way to Decrypt PHP LockIt! 2.2.0.0 - flywin - 01-17-2013 05:23 AM

Forum Jump:


User(s) browsing this thread: 1 Guest(s)

Contact Us | Homepage | Return to Top | Return to Content | Lite (Archive) Mode | RSS Syndication