![]() |
![]() |
![]() |
![]() |
![]() |
||||||||||
|
||||||||||||||
![]() |
#1
|
|||
|
|||
![]() I have app which is packed using boxed app
http://ifile.it/ik5ag6o/boxedapp.rar I have it unpacked and extracted dependencies. The program is written in .net and obfuscated using crypto obfuscator so I cleaned the code and here it is http://ifile.it/qzl9j3u/crypto%20obfuscator.rar The program has folder called db which has many .dat files. These dat files are zip files but we need to change "mc" to "PK" using hex editor and rename file as *.zip. The zip files contain xml files which i want to extracted however they are encrypted. I launched the app using .net tracer and set BP on reading dat file by changing one of the dat files in the db folder. It seems that it checks for some password to decrypt the zip files Here is the reflector image http://postimage.org/image/lyd6ts181/full/ I hope some one help me finding the pass to dat files |