[Tutorial] How to find simple stuff menu

User Tag List

Page 4 of 5 FirstFirst 12345 LastLast
Results 46 to 60 of 66
  1. #46
    NightZ's Avatar Member
    Reputation
    1
    Join Date
    Aug 2007
    Posts
    6
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    thanks helped me a lot

    [Tutorial] How to find simple stuff
  2. #47
    Jackie Moon's Avatar Elite User
    Reputation
    407
    Join Date
    May 2008
    Posts
    922
    Thanks G/R
    0/0
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Looks good man +Rep x2
    Check out my YouTube: SkeetzGaming

  3. #48
    wormuz's Avatar Member
    Reputation
    1
    Join Date
    Dec 2007
    Posts
    8
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Step #5 IDA Pro 5.2

    What have i done wrong ?


  4. #49
    ezqu24's Avatar Sergeant
    Reputation
    1
    Join Date
    Apr 2008
    Posts
    41
    Thanks G/R
    0/0
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    oh my god, this what i finding ! very very nice post + rep

  5. #50
    Unl3asehd's Avatar Member
    Reputation
    1
    Join Date
    Sep 2010
    Posts
    3
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    very nice tutorial but i have an proplem i have no idea what code i should use to read the memory or select the proces sory for my bad english but i hope anyone understand my proplem and i hope that anyone can give me a example

  6. #51
    L33ch's Avatar Member
    Reputation
    5
    Join Date
    Aug 2008
    Posts
    20
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    better late...

    this is AWSOME!
    HOW!? could I have missed this?? >.<

    thanks a lot + rep

  7. #52
    Neffarian's Avatar Member
    Reputation
    -5
    Join Date
    Sep 2006
    Posts
    53
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    uhh so this mean that in the 4.0.3 patch the offset for


    minimapzonetext


    eax, dword_D8167C

    //how come this wont work...
    the offsets, that were listed, in another post, state that the address im looking for is this one.
    However, via ida, D8167C Says that this is the correct address
    0x98F68C


    is there, some algorithm to calculate the Address?
    Last edited by Neffarian; 11-19-2010 at 07:02 AM.

  8. #53
    cvccbum's Avatar Member
    Reputation
    1
    Join Date
    Sep 2009
    Posts
    26
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    IDA's address is 0x00400000 over the address the forum members give you because the BaseAddress is different when running the program. I'm not sure in your case though.

  9. #54
    Syltex's Avatar Sergeant Major
    Reputation
    23
    Join Date
    Jul 2010
    Posts
    174
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Neffarian View Post

    is there, some algorithm to calculate the Address?
    Sort of.. Just do "THE OFFSET YOU FOUND" - 40000 and you will get you working offset.

  10. #55
    Nextlive's Avatar Private
    Reputation
    1
    Join Date
    Dec 2010
    Posts
    2
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Very Nice Tutorial especially for me as a beginner I have only one question to your c# code. +Rep
    Code:
    SMemory.ReadUInt(mp.WindowHandle,0x113D778), 30);
    i cannot code a lot in c# so.. why do you write a "30" at the end of SMemory.ReadUInt? How do i know what number i have to enter there because i already read another tutorial about memory editing with c# an there was a 12.
    Command in the other tut was a little bit different
    Code:
    string Name = WoW.ReadASCIIString(0xAdress, 12);
    Maybe anyone can explain it to me or give me a reference that i can look it up / learn it on my own ?
    Would be nice

  11. #56
    namreeb's Avatar Legendary

    Reputation
    658
    Join Date
    Sep 2008
    Posts
    1,023
    Thanks G/R
    7/215
    Trade Feedback
    0 (0%)
    Mentioned
    8 Post(s)
    Tagged
    0 Thread(s)
    With all due respect, you need to learn to program before you will be ready to enter this part of the forum.

  12. #57
    sucu's Avatar Member
    Reputation
    1
    Join Date
    May 2008
    Posts
    17
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Thanks but I would like to learn about offset-base relation of address. What the offsets are, what the base is, what operation is required to find the data. If someone could enlight me, I'll be appriciated. It may be simple for an expert, but hard at first time.

    (In before nerd rage, Im not a programming newbie. Just new on memory editting)

  13. #58
    namreeb's Avatar Legendary

    Reputation
    658
    Join Date
    Sep 2008
    Posts
    1,023
    Thanks G/R
    7/215
    Trade Feedback
    0 (0%)
    Mentioned
    8 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by sucu View Post
    Thanks but I would like to learn about offset-base relation of address. What the offsets are, what the base is, what operation is required to find the data. If someone could enlight me, I'll be appriciated. It may be simple for an expert, but hard at first time.

    (In before nerd rage, Im not a programming newbie. Just new on memory editting)
    My comment was directed at "Nextlive", not you. His post clearly indicates he is in over his head here.

  14. #59
    ShadeTeK's Avatar Private
    Reputation
    1
    Join Date
    Dec 2010
    Posts
    10
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Awesome! This is a great tutorial! Hopefully now I can know how to do this kind of stuff! Rep+

  15. #60
    Flushie's Avatar Master Sergeant
    Reputation
    -13
    Join Date
    May 2010
    Posts
    72
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Thank you guys, your are all awesome, I appreciate your help to the Newbs!!!

    ---------- Post added at 05:44 AM ---------- Previous post was at 05:42 AM ----------

    Originally Posted by wormuz View Post
    Step #5 IDA Pro 5.2

    What have i done wrong ?

    That is because the function called does not return to the caller, we atleast from what I read... Its not IDA screwing up, this feature was introduced in 5.1, hxxp://www.datarescue.com/idabase/ida51news.pdf

    NORET-ANALYSIS
    IDA performs the “no-return” analysis for all functions. It finds out if a particular function returns to the caller or not. This analysis greatly improves the listing quality because many wrong execution paths are detected and truncated at early stages. The user can use the Edit Function dialog box to assist IDA in difficult cases.

    This analysis option can be turned on or off in the IDA.CFG file using the AF2_ANORET bit. By default it is active for the x86 processor.


    ---------- Post added at 05:52 AM ---------- Previous post was at 05:44 AM ----------

    Originally Posted by Syltex View Post
    Sort of.. Just do "THE OFFSET YOU FOUND" - 40000 and you will get you working offset.
    Well, the base address you gave (not exactly the Base Address *but close*) is not always going to be 400000, it all depends on the compiler, and mostly on the the PE loader, the loader decides where it will be mapped in. This is why we have 2 types of Addresses, VA(On disk/file) and RVA(In memory). I believe (correct me if I am wrong) RVA = VA-BASE ADDRESS

    ---------- Post added at 05:54 AM ---------- Previous post was at 05:52 AM ----------

    Originally Posted by Grape View Post
    You need to wait a while for IDA To load up :]
    Is he in the Resource section (or is that what they call the data section (.rdata)



    Where is the C decompilation plugin?
    Last edited by Flushie; 01-02-2011 at 06:05 AM.

Page 4 of 5 FirstFirst 12345 LastLast

Similar Threads

  1. [Tutorial] How to find Mana Hack for every update.
    By xviet4xlife in forum Devilian Exploits|Hacks
    Replies: 7
    Last Post: 12-17-2016, 10:38 PM
  2. Replies: 6
    Last Post: 08-31-2010, 12:58 AM
  3. Replies: 3
    Last Post: 09-19-2009, 10:53 AM
  4. TRUE Custom Object Tutorial [ How to find your own displayids! ]
    By Flame_Warrior in forum WoW EMU Guides & Tutorials
    Replies: 53
    Last Post: 03-18-2009, 03:22 AM
All times are GMT -5. The time now is 03:15 PM. Powered by vBulletin® Version 4.2.3
Copyright © 2024 vBulletin Solutions, Inc. All rights reserved. User Alert System provided by Advanced User Tagging (Pro) - vBulletin Mods & Addons Copyright © 2024 DragonByte Technologies Ltd.
Digital Point modules: Sphinx-based search