File | Last Change |
---|---|
![]() |
|
![]() |
254 (10 years ago) by william: ReadProcessMemory(): byte[] buffer = new byte[] { }; ==> byte[] buffer = new byte[bytesToRead]; (the lack of capacity was causing errors to be thrown) |
![]() |
249 (10 years ago) by william: change address from uint to int |