Eidolon decrypt menu

Shout-Out

User Tag List

Results 1 to 4 of 4
  1. #1
    numerbo's Avatar Active Member
    Reputation
    69
    Join Date
    Nov 2024
    Posts
    20
    Thanks G/R
    1/8
    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; 1 Week Ago at 03:54 PM.

    Eidolon decrypt
  2. Thanks std233, Confucius, topkekerino (3 members gave Thanks to numerbo for this useful post)
  3. #2
    numerbo's Avatar Active Member
    Reputation
    69
    Join Date
    Nov 2024
    Posts
    20
    Thanks G/R
    1/8
    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; 1 Week Ago at 12:14 AM.

  5. #4
    numerbo's Avatar Active Member
    Reputation
    69
    Join Date
    Nov 2024
    Posts
    20
    Thanks G/R
    1/8
    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)

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 09:22 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