Register for your free account! | Forgot your password?

Go Back   elitepvpers > Coders Den > General Coding
You last visited: Today at 16:29

  • Please register to post and access all features, it's quick, easy and FREE!

Advertisement



CODED DLL <- DECODE

Discussion on CODED DLL <- DECODE within the General Coding forum part of the Coders Den category.

Reply
 
Old 01/13/2009, 14:18   #46
 
scbiz's Avatar
 
elite*gold: 196
Join Date: Nov 2005
Posts: 625
Received Thanks: 192
Or in PHP:
Code:
<?php
//Language   PHP5 (or use fopen, fwrite and fclose instead of file_put_contents)
//Author     nop
//Use        Decoding of an inefficient mechanism

$sCon = file_get_contents("needtodecode.dll");
$sSub = "6543212345";
$iLen = strlen($sCon);

$iA   = 0;
$sRet = "";

for($iB = 0; $iB < $iLen; $iB++)
{
  $sRet .= pack("i@", ord($sCon[$iB]) - $sSub[$iA]); 
  
  $iA = $iA + 1 == 10 ? 0 : $iA + 1;
}

file_put_contents("decoded.dll", $sRet);
?>
Still, Python is faster than PHP.
scbiz is offline  
Thanks
1 User
Old 01/13/2009, 21:12   #47
 
MADR4T's Avatar
 
elite*gold: 0
Join Date: Dec 2007
Posts: 142
Received Thanks: 135
Thx guys! It really helped a lot, the dll is decoded and works fine! Really thx your time and your patient!!! Nop, sorry if i made you mad or anithing ! Thx again guys!!!!!!!!!
MADR4T is offline  
Old 01/26/2009, 08:36   #48
 
MADR4T's Avatar
 
elite*gold: 0
Join Date: Dec 2007
Posts: 142
Received Thanks: 135
Hi guys again! I got one dll again and i think it uses Themida but im not sure, can someone help me to decode plz? Here is the dll:

MADR4T is offline  
Old 01/26/2009, 19:49   #49
 
elite*gold: 5
Join Date: Jun 2007
Posts: 3,702
Received Thanks: 1,546
sorry for interrupting you guys,i have no decrypting skills at all but i`d like to adress myself to madr4t.

so you got another dll.why dont you try the see the method that the last one has been decrypted and try to solve it in the same way?i dont think those guys will help you on and on.
audi0slave is offline  
Old 01/26/2009, 20:28   #50
 
MADR4T's Avatar
 
elite*gold: 0
Join Date: Dec 2007
Posts: 142
Received Thanks: 135
The last one method not works, cause the header and some part of the file is good and not coded, but some of parts is coded and thats the reason why im asking again, cause this DLL belongs to an another application! Maybe they help maybe not but there is the chance they helps me and i will be a little clever than now Im waiting the "ultra brutal extra mega help"
MADR4T is offline  
Reply


Similar Threads Similar Threads
How to decode?
06/01/2010 - CO2 Private Server - 7 Replies
ok all i want to know is how do i decode i have a 5165 serv and i want to decode the itemtype.dat anyclues or solutions?
[WTS] Silkroad Website Templates - Coded/Not-Coded. With .PSD!
11/30/2009 - Silkroad Online Trading - 4 Replies
Examples : There Is NO Examples at the moment. Prices : Price for a full coded website, with a CMS - users can register, write comments. Admin panel included , easy write to news. - 60$. Included : PSD , all files, FREE WEB HOSTING - 3 months.
DAt Decode Help
09/08/2008 - Kal Online - 31 Replies
hi Guys, i search and search every forum, and cant find the way to decode this file from config.pk i really apreaciate somebody tell me how or decode and send me a message please. i already try a few decoders but i always get weird numbers. RapidShare: Easy Filehosting if this is the wrong forum to post this, sorry.



All times are GMT +2. The time now is 16:29.


Powered by vBulletin®
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
SEO by vBSEO ©2011, Crawlability, Inc.
This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Support | Contact Us | FAQ | Advertising | Privacy Policy | Terms of Service | Abuse
Copyright ©2024 elitepvpers All Rights Reserved.