Сейчас на форуме: rmn (+2 невидимых) |
eXeL@B —› WorldWide —› How to read and write bytes in the memory by c |
Посл.ответ | Сообщение |
|
Создано: 07 августа 2009 18:20 · Личное сообщение · #1 |
|
Создано: 07 августа 2009 18:46 · Личное сообщение · #2 Code:
msdn.microsoft.com/en-us/library/ms680553%28VS.85%29.aspx Code:
msdn.microsoft.com/en-us/library/ms681674%28VS.85%29.aspx |
|
Создано: 07 августа 2009 19:36 · Поправил: arnix · Личное сообщение · #3 Ramiz writes: How to read and write bytes in the memory by c??? SER[G]ANT has provided API functions for reading/writing to other processes memory in Windows OS. These functions _can_ be used to operate with your own process, but why bother? If what you want is to read/write in your _own_ process' memory, then just use standard C: #include <string.h> void *memcpy( void *to, const void *from, size_t count ); |
|
Создано: 07 августа 2009 19:46 · Личное сообщение · #4 |
eXeL@B —› WorldWide —› How to read and write bytes in the memory by c |
Эта тема закрыта. Ответы больше не принимаются. |