0
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Apr 22, 2023 — Apr 22, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Modified the skeleton image test runner to do a binary dump when the tests fail More... over 10 years ago
Added test stubs for testing the ImportAddressTableWriter integration More... over 10 years ago
Added section header write support to the skeleton image generation tests More... over 10 years ago
Added data directories write support to the skeleton image generation tests More... over 10 years ago
Added support for writing the OptionalHeader PE32/64 specific fields in the Skeleton image generation tests More... over 10 years ago
Modified the NTHeaderWriter class to be an IImageWriter instance (makes it easier to use for writing images with composite writers) More... over 10 years ago
Added support for writing the OptionalStandardFields headers for the skeleton image More... over 10 years ago
Refactored the SkeletonImageGenerationTests test code into a separate runner and moved the Image-related classes into a separate Tao.Image folder More... over 10 years ago
Modified the ImageBuilder to be composable More... over 10 years ago
Added CoffHeader skeleton generation support More... over 10 years ago
Modified the image builder to create IImage object instances in parallel with the IImageWriter instances. The image builder should work in tandem with the IImageWriters to generate the final PE image. More... over 10 years ago
Refactored the ImageWriter class into a composite IImageWriter class to make it easier to incrementally build a skeleton PE image using composites More... over 10 years ago
Modified the ImageWriter model in order to make it easier to break the PE image writing operations into composite operations More... over 10 years ago
Added dos header write support to the image builder class More... over 10 years ago
Cleared the test stubs that weren't essential for generating/writing assemblies More... almost 11 years ago
Added the SlackWriter class, which makes it easier to pad the empty spaces between items within the .text section More... almost 11 years ago
Added extension methods for converting IWriter<T> instances into Lazy Writers More... almost 11 years ago
Modified the ImportAddressTableWriter to lazy-resolve the HintNameTableRva More... almost 11 years ago
Added extension methods for creating deferred method def rows from IMethod instances More... almost 11 years ago
Added the method class to abstract away the MethodDefRow class More... almost 11 years ago
Merge pull request #13 from NN---/master More... almost 11 years ago
Nemerle dlls with SpecificVersion false More... almost 11 years ago
Added the methodattribute and methodimplattribute types in lieu of the Method class More... almost 11 years ago
Finished the MethodDefRowBuilder implementation More... almost 11 years ago
Added workaround for the Nemerle internal compiler bug More... almost 11 years ago
Added missing files More... almost 11 years ago
Added initial tests and implementation for the MethodDefRowBuilder but it seems to be breaking the Nemerle compiler More... almost 11 years ago
Added support for DeferredMethodDefRows, which make it easier to create the MethodDefTable rows without having to determine where the method code block should be in the final PE file More... almost 11 years ago
Modified the GetDeferredOffsetFunctionFrom meth so that it only applies to MethodBody maps More... almost 11 years ago
Added test stubs for generating methoddef rows from method bodies More... almost 11 years ago