Revision
254 -
Directory Listing
-
[select for diffs]
Modified
Sun Jun 3 16:44:42 2012 UTC
(10 years, 8 months ago)
by
william
Diff to
previous 253
(
colored)
ReadProcessMemory(): byte[] buffer = new byte[] { }; ==> byte[] buffer = new byte[bytesToRead]; (the lack of capacity was causing errors to be thrown)
Revision
160 -
Directory Listing
-
[select for diffs]
Modified
Mon May 28 05:30:14 2012 UTC
(10 years, 8 months ago)
by
william
Diff to
previous 159
(
colored)
Force the use of the enum values for these types
public struct IMAGE_FILE_HEADER
{
public MachineType Machine;
public DllCharacteristicsType Characteristics;
}