360haven works best with JavaScript enabled
[Release] DmC Devil Must Cry 5 (2013) Crypto Toolkit
Loading
Register
Page 1 of 2 12 LastLast
Results 1 to 8 of 12
  1. #1
    Reverse Engineer


    fairchild is offline
    Join Date : Jan 2011
    Location : Spain / Sweden
    Posts : 211
    Array

    DmC Devil Must Cry 5 (2013) Crypto Toolkit

    Here's a tool to decrypt and encrypt your savegames...

    Code:
                                                                      ▄
           ▄ ▄▄▄▄▄▄▄  ▄                       █▀▀▀▀ ▀▀  ▀      ▄▄▄▄▄▄▄▄ ▀▄▄▄▄ ▄
           ▄▄▄▄▄▄ ▀ ▄▄▄▄▄▄█▀▀▀▀▀█ ▄▄▄▄▄▄      ▀ █▀▀▀▀▀▀█ █▀▀▀▀▀▀ ▄▄▄▄ █▄▄▄▄▄▄▄▄
       ▄▄█▀▀ ▄▄ ▀█▀▀▀ ▄▄ ▀▀ ▀▀▀ █▀▀ ▄▄ ▀▀█▄  ▀ █▀ ███▀̦ █ ▀▀▀▀ ████ ▄██ ▄▄▄▄ ▀█
    ▀ ▀▀ ▄▄██▀█▓▄ ▄▄██▀█▓▓▄ ███ ▄▄██▀██▓▄ █▀▀▀▀█ ███¦ █▄▄¦Ì███¦Ì███¦Ì███▄Ì███¦ ▄
      ▄▓▓██▀  ▀▀▄██▀  Ì██▓¦Ì██¦▄██▀ Ì██▓¦ ▄▄█▓▄ Ì████▄▄▄  ▓███ ████ █ ▄▄▄▄███▓
      Ì▓██¦ ░ Ì▓██¦ ▀▀████ ███ ▓█¦ ▄███▀▄███▀   ▓███ ▀██▓▓ ██¦Ì███¦ ▄███▀ Ì██▓¦
       ▓███▀ █ ▓███ ░Ì███¦Ì██▓ ███ ░▀▀ Ì▓██¦ ▄¦Ì▓██¦Ì¦Ì██▓¦Ì█ ████ Ì▓██¦ ▄██▓▓▀
     ▀ Ì███¦Ì█¦Ì███¦ ▀▀▀▀ ▀▀  Ì███¦ ▀  ▀▓██▄██ ▀▀▀▀ ██ ███▓  Ì▓██¦ ▀▓██▄██▀▀ ▄▄ ▄
      █ ▀▀▀▀ ██ ▀▀▀▀ █▀▀▀▀▀▀█▄ ▀▀▀▀ █▀█▄▄ ▀▀ ▄▄█▀▀▀▀█¦Ì███¦Ì ▀▓▓██▄░  ▀▀ ▄▄█▀▀
      ▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀ ▄ ▀   ▀▀▀▀▀▀▀▀   ▀▀▀▀▀▀   !f █ ▀▀▀▀ ██▄▄ ▀▀▀▀ █▀▀▀▀
        ▀ ▀▀▀▀▀▀▀▀▀▀▀ ▀▀   p r e s e n t s . .      ▀▀▀▀▀▀▀▀  ▀▀▀▀▀▀▀▀ █▀ ▀
                                                   ▀ ▀▀▀▀▀  ▀        ▀
    
                      Devil May Cry 5 Crypto Toolkit by fairchild
      ======================================================= version 0.1.0 ===
    
    Usage: dmc5.exe [options] <input> <output>
    
    Options:
                    -d              - Decrypt.
                    -e              - Encrypt.
                    -k <num>        - Key to use.
    
    Available keys:
                    0       - Devil May Cry 5 Demo Xbox360. (Default)
                    1       - Devil May Cry 5 Retail Xbox360.
                    2       - Devil May Cry 5 Demo Playstation 3.
    
    
    Release notes:
    
      This application will allow you to decrypt / encrypt your savegames. Remember to extract
      the files from the CON container first!
    
      Files that can be decrypted / encrypted are:
    
       * CHECKPNT
       * INFO
       * PROFILE
    
      This is not a click 'n play tool, you need to use it from the Command Prompt
      or any other methods that handles this tool.
      
      WARNING!
      
      Always backup your saves, this tool may corrupt remove your savegames.
      
    
      Decrypt
      ==========
    
      Now to decrypt a savegame you run the application by entering the following:
     
      * <PTEF> = the path to the extracted files, ex: c:\test
    
      <PTEF>\dmc5.exe -d -k 1 <PTEF>\CHECKPNT <PTEF>\CHECKPNT.decrypted
    
      Example: c:\test\dmc5.exe -d -k 1 c:\test\CHECKPNT c:\test\CHECKPNT.decypted
    
      Open "CHECKPNT.decrypted" in your favorite hex editor :-)
    
    
      Encrypt
      ========
    
      To encrypt a decrypted file use the
      following command:
    
      NOTE: !! make a copy of your orginal savegame !!
    
      * <PTEF> = the path to the extracted files, ex: c:\test
    
      <PTEF>\dmc5.exe -e -k 1 <PTEF>\CHECKPNT.decrypted <PTEF>\CHECKPNT
    
      Example: c:\test\dmc5.exe -e -k 1 c:\test\CHECKPNT.decrypted c:\test\CHECKPNT
    
    
      NOTE:
    
         Always make backup of your savegames!!
    
      Have fun :-)
    NOTE: This application uses openSSL and you might need libeay32.dll installed on your system, i'll attach this library.
    VirusTotal link: https://www.virustotal.com/file/1b5b...702f/analysis/
    Attached Files Attached Files
    Downloads : 47 || Uploads : 4 || Rep Power : 5298 || Posts : 211 || Thanks : 71 || Thanked 737 Times in 108 Posts


    If you feel like donating some bit coins, please do so to address "1DNcjKhrVTGnKTyQYbjx8yTRoenTSySeoP", if you are interested in other projects visit www.chipit.se or www.baeckstrom.com, thanks!


  2. The Following 19 Users Say Thank You to fairchild For This Useful Post:

    + Show/Hide list of the thanked


  3. #2
    Traine Dev

    fullmetal172 is offline
    Join Date : Jun 2011
    Location : New York, New York, United States
    Posts : 1,479
    Array
    Twitter: @
    Awesome work Fairchild, thanks for this

    Sent from my Nexus 4 using Tapatalk 2
    Downloads : 58 || Uploads : 0 || Rep Power : 6251 || Posts : 1,479 || Thanks : 1,539 || Thanked 456 Times in 197 Posts




  4. #3
    Noctis Caelum

    Re: DmC Devil Must Cry 5 (2013) Crypto Toolkit

    nice work man, when i try to start it i get a message saying. The progtam cant start because LIBEAY32.dll is missing

  5. #4
    Reverse Engineer


    fairchild is offline
    Join Date : Jan 2011
    Location : Spain / Sweden
    Posts : 211
    Array

    Re: DmC Devil Must Cry 5 (2013) Crypto Toolkit

    Quote Originally Posted by Red Hulk View Post
    nice work man, when i try to start it i get a message saying. The progtam cant start because LIBEAY32.dll is missing
    Attached LIBEAY32.dll to this thread including VirusTotal url, let me know if more files from the OpenSSL package is required.
    Downloads : 47 || Uploads : 4 || Rep Power : 5298 || Posts : 211 || Thanks : 71 || Thanked 737 Times in 108 Posts


    If you feel like donating some bit coins, please do so to address "1DNcjKhrVTGnKTyQYbjx8yTRoenTSySeoP", if you are interested in other projects visit www.chipit.se or www.baeckstrom.com, thanks!

  6. #5
    Senior Member
    bad_laugh_smiley
    pogi is offline
    Join Date : Apr 2011
    Location : some where near you!!
    Posts : 203
    Array

    Re: DmC Devil Must Cry 5 (2013) Crypto Toolkit

    wow nice1 fairchild thank

  7. #6
    Senior Member

    drizzy is offline
    Join Date : Sep 2011
    Location : California
    Posts : 587
    Array

    Re: DmC Devil Must Cry 5 (2013) Crypto Toolkit

    that was fast, thank you for this

  8. #7
    Retired Staff

    thegutta is offline
    Join Date : Jun 2011
    Location : On Top Of The World
    Posts : 10,471
    Array
    Twitter: @
    That's an excellent and fast job Fairchild thanks for the share bro :)
    Downloads : 47 || Uploads : 0 || Rep Power : 15471 || Posts : 10,471 || Thanks : 3,231 || Thanked 1,396 Times in 1,224 Posts



  9. #8
    The Immortal God
    Rpg_Fan

    CloudStrife7x is offline
    Join Date : Dec 2010
    Location : Unknown
    Age : 36
    Posts : 18,751
    Array
    Twitter: @

    Re: DmC Devil Must Cry 5 (2013) Crypto Toolkit

    amazing job on this fairchild
    Downloads : 157 || Uploads : 0 || Rep Power : 24436 || Posts : 18,751 || Thanks : 4,451 || Thanked 3,096 Times in 2,607 Posts



 

 
Page 1 of 2 12 LastLast

Similar Threads

  1. [Release] DMC Devil May Cry 5 Save Editor [14/01/2013]
    By Jappi88 in forum Xbox 360 Modding Programs
    Replies: 239
    Last Post: 08-25-2021, 11:01 AM
  2. [Release] DmC Devil May Cry Editor v1.2
    By Idlehands88 in forum Xbox 360 Modding Programs
    Replies: 524
    Last Post: 12-11-2014, 12:24 PM
  3. [Release] DmC - Devil May Cry Editor v1.0.0.0
    By Vincent Valentine in forum Xbox 360 Modding Programs
    Replies: 55
    Last Post: 03-30-2014, 12:05 AM
  4. DmC Devil may cry gameplay
    By Original Boss in forum Youtube Famous
    Replies: 2
    Last Post: 01-29-2013, 07:47 PM

Visitors found this page by searching for:

Nobody landed on this page from a search engine, yet!

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  

About 360haven

    360haven is an Forum Devoted To Game modding Fans from all over the world.

    An Awesome Community of Xbox 360 Gamers, Modders and Developers who Create & Share Tutorials, Applications, Gfx, Trainers and Gamesaves.

    A haven for the l33t.
    A scarce paradise for modders.

★★★★★¯\_(ツ)_/¯