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: d715e06345644105205ca502c824f16f68a53947 (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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
2003-03-01 Jackson Harper <jackson@latitudegeo.com>

	* Image.cs: Write Metadata root

2003-02-23  Peter Williams  <peterw@ximian.com>

	* makefile.gnu (all): Give this dependencies
	so that we don't rebuild every time.
	(all): Take two.

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

	* Image.cs: Write CorHeader

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

	* Image.cs: Write Sections 

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

	* Section.cs: Add method for writing Sections

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 ;-)