Search found 4 matches

by wellworld
Sat Aug 11, 2018 10:16 am
Forum: madKernel
Topic: ReadProcess not working, help pls?
Replies: 6
Views: 12048

Re: ReadProcess not working, help pls?

Thanks. I appreciate the time you put into the coding, and testing. And taking the time to help clear the cobwebs here. I took a 4 year hiatus from coding and things have changed a bit 8^D Time for me to finally install Seattle, I guess.
by wellworld
Sat Aug 11, 2018 9:53 am
Forum: madKernel
Topic: ReadProcess not working, help pls?
Replies: 6
Views: 12048

Re: ReadProcess not working, help pls?

I am using address as a receiver, not assigning it a value. I am using Dest as the source, assigning it a location. I am using Databuff as a pointer to allocmem assigned (in-process writes) I am using Delphi XE, which does not use the NativeUInt (introduced in XE2) These are the API calls I normally...
by wellworld
Sat Aug 11, 2018 9:19 am
Forum: madKernel
Topic: ReadProcess not working, help pls?
Replies: 6
Views: 12048

Re: ReadProcess not working, help pls?

Working with your units is new, and confusing. I've been doing API calls for years >1) "myprocess:=process(gamehandle)" is superfluous because "process('testApp.exe')" already gave you an IProcess interface. GameHandle is an IHandle MyProcess is an IProcess So an IHandle and IPro...
by wellworld
Fri Aug 10, 2018 2:31 pm
Forum: madKernel
Topic: ReadProcess not working, help pls?
Replies: 6
Views: 12048

ReadProcess not working, help pls?

I use Delphi XE and I'm trying to read a section of process memory for my own app, as a check, but it is not working using MadKernel. I know I'm doing "Something" wring but I am getting lost. When I do the check using normal OpenProcess/ReadProcessMemory API calls, it works fine. The probl...