Advertisement
BaSs_HaXoR

DnGuard *Notes

Jul 1st, 2014
2,481
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 2.60 KB | None | 0 0
  1. /* DNGuard_HVM Unpacker (sumwhat SOURCE):  http://adf.ly/rt6Jh
  2.  
  3. Download DnGuard_HVM Unpacker: http://adf.ly/rt6K6
  4. Thread: http://adf.ly/rt6LI
  5.  
  6. Thread: http://adf.ly/rt6Lu
  7.  
  8. INFO: http://adf.ly/rt6MK
  9. INFO: http://adf.ly/rt6N4
  10.  
  11. DOWNLOAD: http://adf.ly/rt6Oz
  12. Attached File  DNGuar_HVM_Unpacker.exe.7z   558.71KB   477 downloads Attached File  
  13. DNGuard_HVM_Unpacker_Fr4.zip   43.48KB   210 downloads Attached File  
  14. DNGuard_HVM_Unpacker_Fixed_by_CodeCracker.zip   42.22KB   350 downloads Attached File  
  15. New_DNGuard_HVM_Unpacker.zip   45.2KB   158 downloads Attached File  
  16. New_DNGuard_HVM_Unpackerfr4.zip   45.21KB   193 downloads
  17.  
  18. My opinion. I believe they take all of the modules within the .NET project and export them to a .dll file somehow wrapping the methods in native code or something or rather, but who am i to say, im just BaSs_HaXoR. :>
  19.  
  20. [OFFICIAL (FROM SITE)]
  21. After I use DNGuard to protect my product, do I need any additional component to run my program?
  22.  
  23. DNGuard includes a runtime library that you need to ship with the protected code. The runtime hands the protected code to the jitter in dynamic pseudocode form just before compilation occurs. The library component can be freely distributed to your customers without any additional costs.
  24.  
  25. Does DNGuard support being further encrypted/packed by themida/winlicense?
  26.  
  27. Yes. This is supported by using StubLoader Module which is not included in the Trial version, and the StubLoader Module's Source Code is available to our DNGuard Enterprise's customers.
  28. Situation:
  29. If you currently use WinLicense (Oreans) for your licensing.
  30. As themida/winlicense using Whole Assembly Protection which can be easily unpacked, you would want to choose a more secure tool for protecting your .Net Assembly and keep your existing licensing.
  31.  
  32. [OFFICIAL (FROM SITE)]
  33.  
  34.  
  35.  
  36.  
  37.  
  38.  
  39. *Using MegaDumper dumps the methods(), and functions, but no code within the method or functions:
  40. */
  41. public Form1()
  42. {
  43.     throw new Exception("Error, DNGuard Runtime library not loaded!");
  44. }
  45. /*
  46.  
  47. You can use DNGuard_HVM Unpacker, but it was unsuccesful for most:
  48.  
  49. Ex.>
  50. System.BadImageFormatException: Could not load file or assembly 'E:\DNGuard HVM Unpacker\your.exe' or one of its dependencies. The module was expected to contain an assembly manifest.
  51.  
  52. at System.Reflection.AssemblyName.nGetFileInformation(String s)
  53.    at System.Reflection.AssemblyName.GetAssemblyName(String assemblyFile)
  54.    at 滯햙鰵䀲῰젯ٿʄ.㏂쎥좲ꬫ㳟㧒丣韏(String )
  55.    at 荦홥债᫒Կ�.㨬福헁䑵拇粭엔㉓(Object , EventArgs )
  56.    at System.Windows.Forms.Control.OnClick(EventArgs e)
  57. */
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement