Posted September 6, 20222 yr Oceans Winlicense v3.1.2 File protected by Winlicense, asking for registration code, when valid inserted a small game appears. Purpose is to dump the .net code of this game, File Information Submitter whoknows Submitted 09/06/2022 Category UnPackMe (.NET) View File
September 7, 20222 yr Solution It was a pretty easy Target If You know how to play with @SDK calls or how to change the code in fly/patch in memory. Dump the exe as It is Winlicense over C#/.NET, So Memory Dump will work fine. I did not see any Anti-dump so I performed a regular Dump only. As You can see, It loads "WinlicenseSDK.dll" which can not be dumped via C# Memory Dumping so You can save it when this @DLL is called. As I saw that it loads "kickogg.dll" which is a small Game (if the License is valid) so I changed the configuration to make it Successfully Registered. Quote but the Problem was - Dumped file do not have this "kickogg.dll" file anywhere so I must have to dump it from original exe by altering the code. So, How ? - You can intercept the calls of License SDK and make it valid to dump the main DLL or You can perform some other tech. to dump the embed file even when they are not called anywhere. So If you do this, You do not have to modify the License calls for Success but can directly dump. I use the 2nd way to dump it. Here, We go. Code of Game File - This is the File of Game - "kickogg.dll" Executable used to Load it - "WindowsFormsApplication1.exe" All Files - Oceans_unpacked.rar Edited September 8, 20222 yr by BlackHat
Create an account or sign in to comment