Welcome to mirror list, hosted at ThFree Co, Russian Federation.

ChangeLog « Mono.PEToolkit « class « mcs - github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 6defd1f0f35faf96e27dd6f53bb89e113834f80b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
2003-02-21 Jackson Harper <jackson@latitudegeo.com>

	* Section.cs: Add Method to write Headers

2003-02-21 Jackson Harper <jackson@latitudegeo.com>

	* Section.cs: Make Read method safe

2003-02-21 Jackson Harper <jackson@latitudegeo.com>

	* Section.cs: Convert Header to a class and lowers it accesability.

2003-02-17  Jackson Harper <jackson@latitudegeo.com>

	* COFFHeader.cs: Convert to class, use Read and Write methods. Compress some code
	* CheckSum.cs: Access Lfanew through property not field.
	* CorHeader.cs: Convert to class, use Read and Write methods.
	* DOSHeader.cs: Convert to class, use Read and Write methods, and Init method for creating
	                new DOSHeaders
	* DataDir.cs: Convert to class, use Read and Write methods.
	* Image.cs: Access lfanew through property, add Write method.
	* PEHeader.cs: Convert to class, use Read and Write methods.
	* PEUtils.cs: Add GetString method for converting byte pointers to strings.
	* RVA.cs: Add Write method
	* Section.cs: Use PEUtils.GetString method instead of new string (byte*)
	* makefuile.gnu: Compile all the files I want compiled ;-)