Eidolon decrypt menu

User Tag List

Results 1 to 5 of 5
  1. #1
    numerbo's Avatar Active Member
    Reputation
    70
    Join Date
    Nov 2024
    Posts
    20
    Thanks G/R
    1/9
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Eidolon decrypt

    Code:
    // main.cpp
            PatchDecryptGadget(SDK::Memory::BaseAddress + 0x1A901D); 
            for (uintptr_t address = SDK::Memory::BaseAddress; address < SDK::Memory::EndAddress; address += 0x100) {
                DecryptAddress(address);
            }
    Code:
    // decrypt.hpp
    #pragma  once
    #include  <stdint.h>
    
    extern "C" {
        uint64_t __fastcall DecryptAddress(uint64_t encryptedPtr);
        extern   uint64_t          FindGadget;
    }
    
    inline void PatchDecryptGadget(uintptr_t gadgetVA)
    {
        FindGadget = gadgetVA;
    }
    Code:
    // decrypt.asm
    PUBLIC  DecryptAddress
    PUBLIC  FindGadget
    
    .code
    DecryptAddress PROC
        jmp     qword ptr [FindGadget]
    DecryptAddress ENDP
    
    .data
        ALIGN 8
    FindGadget  dq 0
    END
    Enjoy.

    Just dump with x64 now, or whatever you'd like.
    Last edited by numerbo; 3 Weeks Ago at 03:54 PM.

    Eidolon decrypt
  2. Thanks std233, Confucius, topkekerino, gdfsxwy (4 members gave Thanks to numerbo for this useful post)
  3. #2
    numerbo's Avatar Active Member
    Reputation
    70
    Join Date
    Nov 2024
    Posts
    20
    Thanks G/R
    1/9
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    wink )))))))))))))

  4. #3
    std233's Avatar Member
    Reputation
    1
    Join Date
    Dec 2024
    Posts
    2
    Thanks G/R
    2/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    thanks for sharing~
    Last edited by std233; 3 Weeks Ago at 12:14 AM.

  5. #4
    numerbo's Avatar Active Member
    Reputation
    70
    Join Date
    Nov 2024
    Posts
    20
    Thanks G/R
    1/9
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    61965 it was for the official retail implementation that went up and was removed.


    .text:00000000001A901D mov rax, [rcx]
    .text:00000000001A9020 retn

  6. Thanks air999 (1 members gave Thanks to numerbo for this useful post)
  7. #5
    rik.chong's Avatar Member
    Reputation
    7
    Join Date
    Oct 2009
    Posts
    43
    Thanks G/R
    0/2
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by numerbo View Post
    Code:
    // main.cpp
            PatchDecryptGadget(SDK::Memory::BaseAddress + 0x1A901D); 
            for (uintptr_t address = SDK::Memory::BaseAddress; address < SDK::Memory::EndAddress; address += 0x100) {
                DecryptAddress(address);
            }
    Code:
    // decrypt.hpp
    #pragma  once
    #include  <stdint.h>
    
    extern "C" {
        uint64_t __fastcall DecryptAddress(uint64_t encryptedPtr);
        extern   uint64_t          FindGadget;
    }
    
    inline void PatchDecryptGadget(uintptr_t gadgetVA)
    {
        FindGadget = gadgetVA;
    }
    Code:
    // decrypt.asm
    PUBLIC  DecryptAddress
    PUBLIC  FindGadget
    
    .code
    DecryptAddress PROC
        jmp     qword ptr [FindGadget]
    DecryptAddress ENDP
    
    .data
        ALIGN 8
    FindGadget  dq 0
    END
    Enjoy.

    Just dump with x64 now, or whatever you'd like.
    I noticed that some expansions are applying the Eidolon protection.
    Can I ask how to run these codes 'internally'? By injecting a dll?

    My previous dll injector (using GitHub - guided-hacking/GuidedHacking-Injector: The BEST DLL Injector Library.) did not work.
    I tried different injection method with no luck.
    In classic expansion the GH-Injector with 'INJECTION_MODE::IM_LdrLoadDll + LAUNCH_METHOD::LM_NtCreateThreadEx' is working perfectly though.

Similar Threads

  1. Packet capture/decrypt lib
    By amadmonk in forum WoW Memory Editing
    Replies: 17
    Last Post: 08-14-2009, 04:37 AM
  2. Working POC Decrypt/Encrypt gate
    By amadmonk in forum WoW Memory Editing
    Replies: 1
    Last Post: 06-10-2009, 07:37 PM
  3. LUA Decryption
    By undrgrnd59 in forum WoW UI, Macros and Talent Specs
    Replies: 5
    Last Post: 05-17-2008, 12:54 PM
  4. *Decrypted* Brian Knopps (5/23/07)
    By firezip in forum World of Warcraft Guides
    Replies: 58
    Last Post: 10-19-2007, 10:49 PM
All times are GMT -5. The time now is 01:07 AM. Powered by vBulletin® Version 4.2.3
Copyright © 2025 vBulletin Solutions, Inc. All rights reserved. User Alert System provided by Advanced User Tagging (Pro) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Google Authenticator verification provided by Two-Factor Authentication (Free) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Digital Point modules: Sphinx-based search