[Guide][VB.NET] Reading a String From Memory menu

User Tag List

Results 1 to 15 of 15
  1. #1
    Gothian's Avatar Member
    Reputation
    249
    Join Date
    Jul 2006
    Posts
    496
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    [Guide][VB.NET] Reading a String From Memory

    < moved to programming section >
    Last edited by Gothian; 08-10-2008 at 10:59 AM.

    Soon you can find my projects at: www.termight.info

    [Guide][VB.NET] Reading a String From Memory
  2. #2
    Ermok's Avatar Contributor
    Reputation
    212
    Join Date
    Jul 2007
    Posts
    447
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: [Guide][VB.NET] Reading a String From Memory

    Thanks gothian, =]
    I was looking for something like this, as i just started VB = very confusing >.<
    I'm going to try my best,

    thanks alot

  3. #3
    Gothian's Avatar Member
    Reputation
    249
    Join Date
    Jul 2006
    Posts
    496
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: [Guide][VB.NET] Reading a String From Memory

    Originally Posted by UserDutty View Post
    Thanks gothian, =]
    I was looking for something like this, as i just started VB = very confusing >.<
    I'm going to try my best,

    thanks alot
    Thanks for the comment

    Soon you can find my projects at: www.termight.info

  4. #4
    Dragon[Sky]'s Avatar Anti-social Engineer
    Reputation
    847
    Join Date
    Apr 2007
    Posts
    1,416
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: [Guide][VB.NET] Reading a String From Memory

    Glad to see it's not only me, tttommeke and Froogle posting in the memory editing section. ; )
    Great post, keep it up.


  5. #5
    Gothian's Avatar Member
    Reputation
    249
    Join Date
    Jul 2006
    Posts
    496
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: [Guide][VB.NET] Reading a String From Memory

    Originally Posted by Dragon[Sky] View Post
    Glad to see it's not only me, tttommeke and Froogle posting in the memory editing section. ; )
    Great post, keep it up.
    Thanks a lot Sky I saw the memory editing section was pretty barren, and that reading a string from memory wasnt usually easy to figure out, so I put mah hard work in a guide

    Soon you can find my projects at: www.termight.info

  6. #6
    tttommeke's Avatar Banned
    Reputation
    1
    Join Date
    Jul 2007
    Posts
    613
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: [Guide][VB.NET] Reading a String From Memory

    Good job, to bad their is no memreadfloat and memreaddword

  7. #7
    Gothian's Avatar Member
    Reputation
    249
    Join Date
    Jul 2006
    Posts
    496
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: [Guide][VB.NET] Reading a String From Memory

    Originally Posted by tttommeke View Post
    Good job, to bad their is no memreadfloat and memreaddword
    I have a function for Float, its just Overloading the ReadProcessMemory differently, Instead of Byte(), its Single, and for Integers, its Iinteger :P

    AddWord though? Whats that? :P

    Soon you can find my projects at: www.termight.info

  8. #8
    tttommeke's Avatar Banned
    Reputation
    1
    Join Date
    Jul 2007
    Posts
    613
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: [Guide][VB.NET] Reading a String From Memory

    dword => 4 byte

  9. #9
    Gothian's Avatar Member
    Reputation
    249
    Join Date
    Jul 2006
    Posts
    496
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: [Guide][VB.NET] Reading a String From Memory

    Originally Posted by tttommeke View Post
    dword => 4 byte
    Maby *shrug*, Im still fairly new to the whole deal :P

    Soon you can find my projects at: www.termight.info

  10. #10
    Froogle's Avatar Legendary
    Reputation
    690
    Join Date
    Jan 2007
    Posts
    787
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: [Guide][VB.NET] Reading a String From Memory

    Great guide in all, I hope everyone knows that posting contributing threads in this section will get great rewards , +7(grats on contributor).

    I'll probably get a hold of Fenryr and make some vb programs with him since I pretty much fail with anything other then autoit (and I'm still not that good with it XD).


  11. #11
    Gothian's Avatar Member
    Reputation
    249
    Join Date
    Jul 2006
    Posts
    496
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: [Guide][VB.NET] Reading a String From Memory

    Originally Posted by Froogle View Post
    Great guide in all, I hope everyone knows that posting contributing threads in this section will get great rewards , +7(grats on contributor).

    I'll probably get a hold of Fenryr and make some vb programs with him since I pretty much fail with anything other then autoit (and I'm still not that good with it XD).
    Im a VB.NET whore, if you wanna do some stuff with me pertaining to .NET, Ill be glad to aid you (youll probably be Aiding me in the Memory Department)

    But you should really check out the .NET Express Editions from Microsoft, they are free versions of Visual Studio without all the big-time features that corporate coders need, but amazing for home-brewers like me. Visual Basic is easier to learn than AutoIT Im sure, and youll probably not find too much difference other than the fact that the IDE is much better, coding is much easier (IMO), and possibility pretty much endless. Its a really powerful too.

    Also... thanks for the +rep froogle!! You have bumped me into Contributordom, and Im all giggly inside

    Soon you can find my projects at: www.termight.info

  12. #12
    Froogle's Avatar Legendary
    Reputation
    690
    Join Date
    Jan 2007
    Posts
    787
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: [Guide][VB.NET] Reading a String From Memory

    Sounds good, I'll hook up with you tomorrow ;0


  13. #13
    suicidity's Avatar Contributor
    Reputation
    207
    Join Date
    Oct 2006
    Posts
    1,439
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    i like my functions more than these. but good post none the less.


  14. #14
    blinko's Avatar Member
    Reputation
    1
    Join Date
    Dec 2007
    Posts
    1
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Great job mate but there are easier methods using VB.NET to read and write to memory, i've got a fully functional 'Conquer Online based Program) i wrote to read/write values to memory, all very simple methods makes it so easy for programmers to use my sources as sort of "starting point" it also supports multiple clients,by ways of determing the process id's...i'm sure either my DLL or open source files could work for ya.I'll post it up as soon as i get it all cleaned up.

    Also note that all you'd need to do would be..
    1 : Find memory addresses (undetected cheat engines work great)
    2 : Change the Window title global setting from "[Conquer2.0]" to "World of Warcraft"
    3 : Update the memory address into the source code.
    4 : since it's setup in structures you'd say for example..Player.Name = ReadString (<BaseAddress>, <size(1,2,4,8 byte(s))>)

  15. #15
    Marlo's Avatar Banned
    Reputation
    84
    Join Date
    Jul 2006
    Posts
    2,453
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Didnt work for me : /

Similar Threads

  1. [C#] Reading a std::string from memory
    By prixone in forum Programming
    Replies: 3
    Last Post: 03-12-2016, 08:37 PM
  2. AutoIT Example - Reading a value from memory
    By mechtn in forum SWTOR Bots and Programs
    Replies: 10
    Last Post: 02-01-2012, 11:48 AM
  3. [Question] Reading DBC's from memory?
    By -Ryuk- in forum WoW Memory Editing
    Replies: 7
    Last Post: 09-05-2011, 04:52 PM
  4. Reading multiple strings from another file?
    By Ryoushi. in forum Programming
    Replies: 0
    Last Post: 06-08-2009, 12:08 PM
  5. [Guide][VB.NET] Read a string from memory
    By Gothian in forum Programming
    Replies: 14
    Last Post: 08-18-2008, 04:39 PM
All times are GMT -5. The time now is 11:36 AM. 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