Results 1 to 2 of 2
  1. #1
    jackiedk100's Avatar
    Join Date
    Nov 2014
    Gender
    male
    Posts
    8
    Reputation
    10
    Thanks
    3

    Signatures and engine size

    Hello,
    I have two questions.

    How does a offset like
    Code:
    public const Int32 dwLocalPlayer = 0xCB3694;
    , become
    Code:
    dwLocalPlayer": 13317780,

    Also, back in the days, hazedumper used to have this at the bottom

    Code:
      "modules": {
        "client.dll": {
          "size": 85180416
        },
        "engine.dll": {
          "size": 9392128
        }
    How do I get the engine.dll size like here? It's not a part of the hazedumper offsets anymore.

  2. #2
    DIA4A's Avatar
    Join Date
    Jan 2020
    Gender
    male
    Posts
    102
    Reputation
    19
    Thanks
    162
    Regarding 0xCB3694 turning into 13317780, 0xCB3694 is the hexadecimal equivalent of the decimal number 13317780 and as for the size you could probably get it through K32GetModuleInformation if you're internal or use tl32help to iterate through csgo's modules and when you found the one you were looking for grab modBaseSize if you're external

Similar Threads

  1. HELP!! i need injector and engine help!
    By lonelygear in forum Combat Arms Help
    Replies: 3
    Last Post: 09-20-2009, 08:59 AM
  2. HELP enjecter and Engine...
    By Ticke in forum Combat Arms Help
    Replies: 3
    Last Post: 09-20-2009, 03:11 AM
  3. Need help with my signatures and pictures.
    By JustTheWind in forum Art & Graphic Design
    Replies: 2
    Last Post: 07-17-2009, 11:25 PM
  4. 2 SignatureS AnD 1 ShifT TilT
    By daniliard in forum Showroom
    Replies: 9
    Last Post: 06-22-2009, 08:41 AM
  5. Look he have stoled my signature and location
    By xtrylanx in forum General
    Replies: 23
    Last Post: 08-22-2007, 09:32 PM