الفريق العربي للهندسة العكسية
Execryptor MUP tut by Joker ital - نسخة قابلة للطباعة

+- الفريق العربي للهندسة العكسية (https://www.at4re.net/f)
+-- قسم : ENGLISH FORUM (https://www.at4re.net/f/forum-6.html)
+--- قسم : General Discussion (https://www.at4re.net/f/forum-13.html)
+--- الموضوع : Execryptor MUP tut by Joker ital (/thread-337.html)



Execryptor MUP tut by Joker ital - M!X0R - 04-11-2018

Posted By: Atlasse 04-06-2008, 06:32 PM

https://www.4shared.com/file/50112877/9a19ec53/EXECryptor_tutorial_1exe.html?dirPwdVerified=de2010
https://www.4shared.com/file/50116762/7756f9f7/EXECryptor_tutorial_2exe.html?dirPwdVerified=de2010



RE: Execryptor MUP tut by Joker ital - toyminator2580 - 04-11-2018

hello M!X0R my name is Djamel and i often play games, there is one that i consider it my favorit it's called half life 2, and one of many reasons i like it is because of the great mods that others make and share, the game uses two dlls files named "client.dll and server.dll" located in folder named "bin" the game load it's properties from it such weapons data and npcs and functions....etc the game devlopers "valve"  made it possible to make modded dlls to load more properties or remove or replace the original ones, the game devlopers released a tool called valve sdk, sdk for source devlopment kit, its has the source code of the two dlls in .cpp and .h files those files are in diffrent folders and there is a .sln file which you can compile the source code files into two dlls using visual studio, if you dont modify the source code file and then compile it, it will give you the original dlls of the game and if you modify the source code files which are in .cpp and .h using a text editor and then compile it, it will give you a modded dlls with what ever you propreties you changed. someone made a modded dlls and i need the source code of it, now i have the original two dlls and their source code and i have the modded two dlls and i need their source code of it, it would mean the world to me if i be able to mod it, and thank you!


PS: the original creator has been missing since...a very long time and cannot be contacted.



RE: Execryptor MUP tut by Joker ital - M!X0R - 05-11-2018

  As I understood you want restore the source code from compiled dll files and  that is impossible bro you can show the  code only in disassembler using OllyDbg or IDA or x64Dbg or any other debugger