Enter Keywords:
1 - 10 of 18(0.012 seconds)
Sort By:
 
does this look correct to you ??                    [DllImport("kernel32.dll")]             public static extern Int32 WriteProcessMemory(IntPtr hProcess, IntPtr lpBaseAddress, byte[] buffer, UInt32 size, out IntPtr lp...
Zones: C#Date Answered: 08/09/2004 Rating: 7.8 Views: 0
hi, i want to have a discusion about the new 64bit microsoft os's xp64 and longhorn, as it has come to my attention the new operating systems will not be including RPM or WPM and even the new a...
Zones: Delphi ProgrammingDate Answered: 06/17/2004 Rating: 7.6 Views: 0
Private Sub Timer1_Timer() WriteProcessMemory phandle, &H1AA00EB, "1", 1, 0& WriteProcessMemory phandle, &H1AA08F4, "0", 1, 0& End Sub Private Sub Timer2_timer() Dim sExeName   As String Di...
Zones: Visual BasicDate Answered: 03/25/2005 Rating: 8.0 Views: 0
Hi, Im trying to read from and write to an applications memory. Im able to get the Application's process using GetProcessId. And I can also open the process for reading and writing using Open...
Zones: Delphi ProgrammingDate Answered: 01/04/2001 Rating: 7.6 Views: 0
Now Aphex made a hooking unit(afxCodeHook) in delphi but sadly it only works on NT systems.  I can inject the library fine in win9x using elicz elirt library.  But actually writing to the import ad...
Zones: Delphi ProgrammingDate Answered: 06/30/2003 Rating: 7.8 Views: 0
Can someone explain to me or give an example on how to use these two functions if i wanna read memory in a specific address range of a running process ReadProcessMemory WriteProcessMemory an...
Zones: Windows MFCDate Answered: 08/05/2003 Rating: 9.6 Views: 0
Hi experts! I am working on a new version of my program PowerProtect (http://www.geekfiles.com/details/16853/PowerProtect.php) and I need to make some modifications in the exe to expose security h...
Zones: Delphi ProgrammingDate Answered: 01/09/2006 Rating: 6.4 Views: 0
Hi, I am trying to write into allocated memory of another process but WriteProcessMemory() failes with error code 5 (access error). The code example works fine on NT and XP SP1. I tired to change ...
Zones: MS Visual C++Date Answered: 06/25/2006 Rating: 7.8 Views: 0
I want to write a dword to a specific address instead of a byte array. I already tried things like WriteProcessMemory(GetCurrentProcess(),(LPVOID)address,2,4,&dummy); but its not working. I also a...
Zones: C++, MS Visual C++, Microsoft V...Date Answered: 09/06/2009 Rating: 9.1 Views: 0
hi, i know theres no gud way to stop an application from being cracked but we can always try cant we? ok theres a lot of stuff plz keep with it! ok heres the code iv being playing abouts w...
Zones: Delphi ProgrammingDate Answered: 04/14/2004 Rating: 9.2 Views: 0