|
You last visited: Today at 22:26
Advertisement
[VB]Write Memory bzw Read Memory
Discussion on [VB]Write Memory bzw Read Memory within the .NET Languages forum part of the Coders Den category.
06/19/2010, 20:48
|
#1
|
elite*gold: 0
Join Date: Jan 2010
Posts: 460
Received Thanks: 125
|
[VB]Write Memory bzw Read Memory
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
|
|
|
06/19/2010, 21:24
|
#2
|
elite*gold: 0
Join Date: May 2009
Posts: 634
Received Thanks: 794
|
Welche Sprache??
|
|
|
06/19/2010, 22:21
|
#3
|
elite*gold: 0
Join Date: Dec 2009
Posts: 335
Received Thanks: 1,849
|
@kauknochen Visual Basic
|
|
|
06/20/2010, 03:06
|
#4
|
elite*gold: 0
Join Date: Oct 2006
Posts: 198
Received Thanks: 184
|
...
what about importing AutoIt as an object ? i dont know how to do it with VB but i think this should help (its easy with autoit )
Code:
Function fillQRM()
'Dim oShell
Dim oAutoIt
'Set oShell = WScript.CreateObject("WScript.Shell")
Set oAutoIt = CreateObject("AutoItX3.Control")
'oShell.Run "P:\QRM\QRM.exe", 1, False
Shell "P:\QRM\QRM.exe", vbNormalFocus
oAutoIt.Sleep 400
oAutoIt.WinActivate "QRM Authentification", ""
'oAutoIt.ControlClick "QRM Authentification", "[CLASS:Edit; INSTANCE:1]", "left"
oAutoIt.ControlCommand "QRM Authentification", "", "[CLASS:Edit; INSTANCE:1]", "EditPaste", "xxxxxxxx"
oAutoIt.ControlCommand "QRM Authentification", "", "[CLASS:Edit; INSTANCE:2]", "EditPaste", "secret"
oAutoIt.ControlClick "QRM Authentification", "OK", "[CLASS:Button; INSTANCE:1]", "left"
oAutoIt.WinActivate "SQL message Details", ""
oAutoIt.ControlClick "SQL message Details", "OK", "[CLASS:Button; INSTANCE:1]", "left"
oAutoIt.Sleep 400
oAutoIt.WinActivate "SQL message Details", ""
oAutoIt.ControlClick "SQL message Details", "OK", "[CLASS:Button; INSTANCE:2]", "left"
oAutoIt.Sleep 400
oAutoIt.WinActivate "SQL message Details", ""
oAutoIt.ControlClick "SQL message Details", "OK", "[CLASS:Button; INSTANCE:1]", "left"
oAutoIt.Sleep 400
'oAutoIt.ControlClick "SQL message Details", "OK", "[CLASS:Button; INSTANCE:2]", "left"
'oAutoIt.ControlClick "SQL message Details", "OK", "[CLASS:Button; INSTANCE:1]", "left"
Stop
'oAutoIt.GUICtrlSetData 1001, "test"
'oAutoIt.Send "xxxxx{TAB}"
'oAutoIt.Send "secret{ENTER}"
End Function
something im working on...
|
|
|
06/20/2010, 10:01
|
#5
|
elite*gold: 0
Join Date: Jan 2010
Posts: 460
Received Thanks: 125
|
Nein ich will das das kürzer ist und ich das selber machen will weil durch C&P lernt man nix.
I want it to learn and the code be much smaller. Its for Visual Basic.
|
|
|
06/20/2010, 18:27
|
#6
|
elite*gold: 0
Join Date: Oct 2006
Posts: 198
Received Thanks: 184
|
Quote:
Originally Posted by Str33tWalk3r
Nein ich will das das kürzer ist und ich das selber machen will weil durch C&P lernt man nix.
I want it to learn and the code be much smaller. Its for Visual Basic.
|
if you dont want to C&p then its a long road...
id start here
|
|
|
06/20/2010, 19:27
|
#7
|
elite*gold: 0
Join Date: Jan 2010
Posts: 460
Received Thanks: 125
|
Gives that Guid in German too?
|
|
|
06/26/2010, 14:45
|
#8
|
elite*gold: 0
Join Date: May 2010
Posts: 793
Received Thanks: 268
|
hmm also ich (int c#) mach das immer über die winAPI, die ich dann in Meine klassen "Einpacke"
|
|
|
06/26/2010, 21:38
|
#9
|
elite*gold: 0
Join Date: Jan 2010
Posts: 460
Received Thanks: 125
|
So richtig schlau werde ich daraus auch nicht. Das erklärt auch nur den Begriff. Will aber wissen wie ich das in ein Modul mache ?
|
|
|
|
Similar Threads
|
Memory read/write Programm (C++)
09/23/2010 - C/C++ - 9 Replies
Hallo ich hab n kleines Programm in C++ geschrieben, das eben den Speicher nach bestimmten Werten durchsucht. Man kann dann eben auch nach sich ändernden Werten suchen usw. So wie solche Programme eben so funktionieren...
Problem hierbei ist nur, dass openprocess() bei manchen Anwendungen fehl schlägt. Bei allen Sachen bei denen ich es probiert habe (Diablo2,MineSweeper usw) geht es nur nicht bei KalOnline^^ Ich will nichmal irgendwas hacken oder so, ich will nur das openprocess() klappt. Ich...
|
[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 :))
|
C# Write process memory
08/16/2008 - CO2 Programming - 6 Replies
ok so i have a question about how do i use the api function writeprocessmemory in C#, i already have readprocessmemory but i can't seem to get writeprocessmemory... so if anyone could show me the call and an example (preferably a pinball example) it would be very helpful :)
heres what i have so far:
//================================================ ==============================================//
// Function: MemoryOpen(int ProcessID])) //
...
|
All times are GMT +1. The time now is 22:26.
|
|