|
You last visited: Today at 10:09
Advertisement
Memory Read/Write Questions
Discussion on Memory Read/Write Questions within the AutoIt forum part of the Coders Den category.
09/27/2015, 02:10
|
#1
|
elite*gold: 0
Join Date: Dec 2012
Posts: 14
Received Thanks: 1
|
Memory Read/Write Questions
Hi everyone, i have a few questions that need to be answered. Been having a lot of issues with this topic.
Questions:
- Does "NomadMemory" support 64 bit windows or can memory read/write 64 bit game?
- I know KDMemory supports 64 bit, but dosen't work on my win 8.1 64 bit and NomadMemory does, why?
- Does read/write pointers work on win 64 bit or 64 bit game?
|
|
|
09/27/2015, 08:23
|
#2
|
elite*gold: 60
Join Date: Aug 2009
Posts: 2,256
Received Thanks: 815
|
1. Not quite sure, better google for results.
2. There can be several reasons why it doesn't work. Check the error codes to see why it doesn't.
3. Sure, why shouldn't it work?
|
|
|
09/27/2015, 08:51
|
#3
|
elite*gold: 0
Join Date: Dec 2012
Posts: 14
Received Thanks: 1
|
Quote:
Originally Posted by alpines
3. Sure, why shouldn't it work?
|
I say this because i have tried every posible pointer UDF, and no luck. Even tho i run as admin and debug privileges. Always return 0 value.
|
|
|
09/27/2015, 09:04
|
#4
|
elite*gold: 60
Join Date: Aug 2009
Posts: 2,256
Received Thanks: 815
|
Quote:
Originally Posted by progh0st
I say this because i have tried every posible pointer UDF, and no luck. Even tho i run as admin and debug privileges. Always return 0 value.
|
Maybe you're using it the wrong way. Why don't you provide your script? AutoIt can cause some issues with strings and hexadecimal numbers so that might be the error.
|
|
|
09/27/2015, 20:54
|
#5
|
elite*gold: 0
Join Date: Dec 2012
Posts: 14
Received Thanks: 1
|
Quote:
Originally Posted by alpines
Maybe you're using it the wrong way. Why don't you provide your script? AutoIt can cause some issues with strings and hexadecimal numbers so that might be the error.
|
This is one of the methods i tried:
Code:
#RequireAdmin
#include <NomadMemory.au3>
SetPrivilege("SeDebugPrivilege", 1)
$pid = WinGetProcess("[class:RiotWindowClass]")
MsgBox(0,"", $pid) ;Check if success
$Mem_Open = _MemoryOpen($pid)
Local $Base = 0x00A40000
Local $Static_offset = 0x01107644
$sRead = _MemoryRead($Base + $Static_offset, $Mem_Open, "float") + 0xC
$sRead = _MemoryRead($sRead, $Mem_Open, "float") + 0x354
$sValue = _MemoryRead($sRead, $Mem_Open, "float")
MsgBox(0,"", $sValue) ; Return to 0 always
_MemoryClose($Mem_Open)
|
|
|
09/27/2015, 21:14
|
#6
|
elite*gold: 64
Join Date: May 2011
Posts: 1,229
Received Thanks: 854
|
Then try this:
Code:
#RequireAdmin
#include <NomadMemory.au3>
SetPrivilege("SeDebugPrivilege", 1)
$pid = WinGetProcess("[class:RiotWindowClass]")
MsgBox(0,"", $pid) ;Check if success
$Mem_Open = _MemoryOpen($pid)
Local $Base = 0x00A40000
Local $Static_offset = 0x01107644
$sRead = _MemoryRead($Base + $Static_offset, $Mem_Open) + 0xC
$sRead = _MemoryRead($sRead, $Mem_Open) + 0x354
$sValue = _MemoryRead($sRead, $Mem_Open, "float")
MsgBox(0,"", $sValue) ; Return to 0 always
_MemoryClose($Mem_Open)
When it doesn't work, send please an picture of offsets + address from Cheat Engine
|
|
|
09/27/2015, 21:26
|
#7
|
elite*gold: 50
Join Date: Sep 2012
Posts: 3,841
Received Thanks: 1,462
|
nomadmemory cant readwrite on 64 bit processes
|
|
|
09/27/2015, 22:16
|
#8
|
elite*gold: 0
Join Date: Dec 2012
Posts: 14
Received Thanks: 1
|
Quote:
Originally Posted by BladeTiger12
Then try this:
Code:
#RequireAdmin
#include <NomadMemory.au3>
SetPrivilege("SeDebugPrivilege", 1)
$pid = WinGetProcess("[class:RiotWindowClass]")
MsgBox(0,"", $pid) ;Check if success
$Mem_Open = _MemoryOpen($pid)
Local $Base = 0x00A40000
Local $Static_offset = 0x01107644
$sRead = _MemoryRead($Base + $Static_offset, $Mem_Open) + 0xC
$sRead = _MemoryRead($sRead, $Mem_Open) + 0x354
$sValue = _MemoryRead($sRead, $Mem_Open, "float")
MsgBox(0,"", $sValue) ; Return to 0 always
_MemoryClose($Mem_Open)
When it doesn't work, send please an picture of offsets + address from Cheat Engine
|
Quote:
Originally Posted by BladeTiger12
When it doesn't work, send please an picture of offsets + address from Cheat Engine
|
OMG ty it works!
|
|
|
 |
Similar Threads
|
How to memory read/write in VB?
05/25/2014 - S4 League - 4 Replies
I'm a newbie to VB
Just started VB not long ago (Only start VB like 1 or 2 days. I know C# so its kinda similar to it.)
Anyway, so im trying to make a trainer for S4 using VB
So far i have a GUI the layout and theme for the trainer
I just need to know how to read and edit the memory of a process (Obvious S4Client process) in VB
This is my work so far
http://u.cubeupload.com/SquadZLeader/Trainer.png
|
[VB]Write Memory bzw Read Memory
06/26/2010 - .NET Languages - 8 Replies
Hi
Ich hab das TuT von *Guidman* benütz um einen hack zu machen.
So aber nun hab ihc ein paar fragen könnte man memory teil kürzer machen und am besten wie kann man das selber machen weil ich will nihct immer C&P machen.
Und zu Read Memory kann man das auch machen das ein Label immer die Bestimmte Ahnzahl angiebt von dem Pointer?.(Wenn das Read Memory ist ?)
Bitte helf mir
Danke
|
[REQUEST] [C#] Read/Write Memory
03/04/2010 - CO2 Programming - 2 Replies
Hi guys,
I know C# (Simple).
I try to search "how to read/write process memory" but there is not result. Please help me about this? Waiting your helps.
Thank you.
(if my English bad. I'm sorry :))
|
All times are GMT +1. The time now is 10:10.
|
|