larcerkev Posted May 11, 2011 Posted May 11, 2011 So I'm trying to read from an 8-bit memory value, I have no clue what I would need to set the $sv_type to and is it possible to read memory values off a pointer through a .dll?
JohnOne Posted May 11, 2011 Posted May 11, 2011 8 bit = 1 byte so you could probably use char as type. AutoIt Absolute Beginners Require a serial Pause Script Video Tutorials by Morthawt ipify Monkey's are, like, natures humans.
JohnOne Posted May 11, 2011 Posted May 11, 2011 Try int64 or uint64 AutoIt Absolute Beginners Require a serial Pause Script Video Tutorials by Morthawt ipify Monkey's are, like, natures humans.
larcerkev Posted May 11, 2011 Author Posted May 11, 2011 And do you have any clue if I can use it to read out of a .dll? Cheat Engine has given me a pointer from a .dll
JohnOne Posted May 11, 2011 Posted May 11, 2011 If you are reading memory, you are reading memory. I dont understand what you mean by read out of a dll. AutoIt Absolute Beginners Require a serial Pause Script Video Tutorials by Morthawt ipify Monkey's are, like, natures humans.
larcerkev Posted May 11, 2011 Author Posted May 11, 2011 When you read and write from a memory value you usually grab a base address, this is usually grabbed from a .exe but Cheat Engine happens to be telling me a .dll for the base address.
JohnOne Posted May 11, 2011 Posted May 11, 2011 I'm out. Dont understand that sort of thing. AutoIt Absolute Beginners Require a serial Pause Script Video Tutorials by Morthawt ipify Monkey's are, like, natures humans.
larcerkev Posted May 11, 2011 Author Posted May 11, 2011 Okay, thanks for helping, I may have found my answer in using MemoryModuleGetBaseAddress.au3... I'm currently throwing together a test.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now