Results 1 to 5 of 5
  1. #1
    Michael2221's Avatar
    Join Date
    Mar 2021
    Gender
    male
    Posts
    3
    Reputation
    10
    Thanks
    0

    Question How to find addy strings with IDA pro?

    Hello guys
    I dumped cshell.dll with loadlibrary and use Ida pro for the first time to search referenced strings (before i used ollydbg but it dosen't work now)

    So how i can find basically BasicPlayerInfo with this?

  2. #2
    Michael2221's Avatar
    Join Date
    Mar 2021
    Gender
    male
    Posts
    3
    Reputation
    10
    Thanks
    0
    So
    i found the strings by pressing Shift+F12

    And finally get this, but wtf, how to find now pointer, where is it?
    To mention, red rectangles are just addresses and not what i need (i need pointers).



    Omg, olly is more easy and pretty than that
    Last edited by Michael2221; 03-04-2021 at 08:22 AM.

  3. #3
    Michael2221's Avatar
    Join Date
    Mar 2021
    Gender
    male
    Posts
    3
    Reputation
    10
    Thanks
    0
    Guys please, someone tell me how to find pointer in IDA pro!!
    @MemoryThePast

  4. #4
    IrineuMito's Avatar
    Join Date
    Sep 2017
    Gender
    male
    Posts
    68
    Reputation
    10
    Thanks
    9
    My Mood
    Doh
    Quote Originally Posted by Michael2221 View Post
    So
    i found the strings by pressing Shift+F12

    And finally get this, but wtf, how to find now pointer, where is it?
    To mention, red rectangles are just addresses and not what i need (i need pointers).



    Omg, olly is more easy and pretty than that

    You must subtract ImageBase... 0x5DB9109C - ImageBase

    At the beginning of IDA it shows the ImageBase of your CShell, each dump is a different ImageBase.

  5. #5
    MemoryThePast's Avatar
    Join Date
    Sep 2018
    Gender
    male
    Posts
    148
    Reputation
    10
    Thanks
    35
    My Mood
    Stressed
    Quote Originally Posted by Michael2221 View Post
    So
    i found the strings by pressing Shift+F12

    And finally get this, but wtf, how to find now pointer, where is it?
    To mention, red rectangles are just addresses and not what i need (i need pointers).



    Omg, olly is more easy and pretty than that
    just subtract your image base into the address you needed and this is example take a look that mov ds: dword_5DB910A0 - 5AB70000 to your image base = 30210A0 then this is the address you need. then how to get image base? scroll up to the top then find the image base and this is example

Similar Threads

  1. How to find addys in IDA PRO. Need Help ^_^ [PH]
    By zerooww in forum WarRock Philippines Help & Discussions
    Replies: 1
    Last Post: 02-07-2015, 01:30 AM
  2. [Assembly Tutorial] How to find addys with OllyDBG / Ida Pro
    By Flo$ter in forum Programming Tutorials
    Replies: 15
    Last Post: 08-08-2012, 02:31 AM
  3. [Help] How to Find no recoil in IDA PRO
    By makaniel1 in forum WarRock Hack Source Code
    Replies: 4
    Last Post: 05-13-2012, 08:29 AM
  4. How To Find Gameguard bypass in IDA PRO
    By asdtgb in forum WarRock Hack Source Code
    Replies: 0
    Last Post: 04-28-2011, 05:12 AM
  5. Well I Need Help With IDA PRO
    By josephjboogie3 in forum Trade Accounts/Keys/Items
    Replies: 2
    Last Post: 01-05-2008, 07:45 AM