[HELP] Any ways to find the Rijndael key through a game.exe that is not decrypted??

Results 1 to 5 of 5
  1. #1
    Enthusiast lamgood921 is offline
    MemberRank
    Dec 2015 Join Date
    42Posts

    [HELP] Any ways to find the Rijndael key through a game.exe that is not decrypted??

    My Ran textfile editor version is 0x0004. I use hex editor to open the file (comment.ini etc) inside glogic.rcc from a client, the client and game.exe is not encrypted, But it shows that the file version is 0x0005. (shown in the first 4 bytes) .. and I dont have source from that client

    I believe I have to find the Rijndael Key from the game.exe probably through OllyDbg? and compile a new editor with the new key to open the *.ini file inside rcc.

    how could I find that Rijndael Key from game.exe?? any idea?? if using Ollydbg how can we trace to find the Rijndael key??


  2. #2
    Valued Member a4t333ch is offline
    MemberRank
    Jul 2019 Join Date
    129Posts

    Re: [HELP] Any ways to find the Rijndael key through a game.exe that is not decrypted

    Quote Originally Posted by lamgood921 View Post
    My Ran textfile editor version is 0x0004. I use hex editor to open the file (comment.ini etc) inside glogic.rcc from a client, the client and game.exe is not encrypted, But it shows that the file version is 0x0005. (shown in the first 4 bytes) .. and I dont have source from that client

    I believe I have to find the Rijndael Key from the game.exe probably through OllyDbg? and compile a new editor with the new key to open the *.ini file inside rcc.

    how could I find that Rijndael Key from game.exe?? any idea?? if using Ollydbg how can we trace to find the Rijndael key??
    open hex editor, search rijndael, the characters before rijndael keyword is the rijndael key

  3. #3
    Enthusiast lamgood921 is offline
    MemberRank
    Dec 2015 Join Date
    42Posts

    Re: [HELP] Any ways to find the Rijndael key through a game.exe that is not decrypted

    Quote Originally Posted by a4t333ch View Post
    open hex editor, search rijndael, the characters before rijndael keyword is the rijndael key
    thanks for reply buddy.

    can you tell me how many characters the rijndael keyword is? and Where I should put this into my textfile editor source??
    I have tried your method in two game.exe . the first one has 3 Rijndael and the second one has one.
    The first exe,

    1
    1-3.jpg
    2
    1-2.jpg

    3
    1-1.jpg

    The second exe
    2-1.jpg

    - - - Updated - - -

    Quote Originally Posted by a4t333ch View Post
    open hex editor, search rijndael, the characters before rijndael keyword is the rijndael key
    U chinese? me too. may be you could leave your contact we could discuss lol or PM

  4. #4
    Valued Member a4t333ch is offline
    MemberRank
    Jul 2019 Join Date
    129Posts

    Re: [HELP] Any ways to find the Rijndael key through a game.exe that is not decrypted

    Quote Originally Posted by lamgood921 View Post
    thanks for reply buddy.

    can you tell me how many characters the rijndael keyword is? and Where I should put this into my textfile editor source??
    I have tried your method in two game.exe . the first one has 3 Rijndael and the second one has one.
    The first exe,

    1
    1-3.jpg
    2
    1-2.jpg

    3
    1-1.jpg

    The second exe
    2-1.jpg

    - - - Updated - - -



    U chinese? me too. may be you could leave your contact we could discuss lol or PM
    the 3rd image shows the rijndael key

  5. #5
    Chinese Developer baby011528 is offline
    [VIP] MemberRank
    Apr 2019 Join Date
    MalaysiaLocation
    310Posts

    Re: [HELP] Any ways to find the Rijndael key through a game.exe that is not decrypted

    wu-biao-ti-123.jpg

    key arrangement

    1 : black 16
    2 : red 16
    3 : Orange default key length
    4 : Yellow default key length



Advertisement