python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
Executing function in other process through dll injection
I'm trying to execute a function in a VB6 app, I already know the instruction address and the format of the original code but when I execute it the app crashes.
It's probably wrong the way I'm executi...
Yind
Votes: 0
Answers: 1
Memory cheating with C++ WinApi
i'm trying to make a little program to my university that can change values in the memory of another process. With the exact address value that the Cheat Engine give me i can do this, but not ever the...
Rômulo peres de moraes
Votes: 0
Answers: 1
How can I change the value of an memory-address in Python?
My current code that does not show an error message but also doesn't work:
py import time
from ReadWriteMemory import ReadWriteMemory
process = ReadWriteMemory.get_process_by_name("Tutorial-i386...
Kert
Votes: 0
Answers: 1