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

github.com/mono/cecil.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-07-19Fix corrupted debug header directory entry when writing multiple such entries...Vitek Karas
2022-01-20Fix deterministic MVID and add PdbChecksum (#810)Vitek Karas
2022-01-20FieldRVA alignment (#817)David Wrighton
2021-07-02Preserve LargeAwareAddress image flag (#775)Jb Evain
2021-04-24Fix resolving from a ModuleReference (#730)AnakinSklavenwalker
2020-05-14Removing the assumption that StringHeap is always present in the metadata whe...Ivan Povazan
2019-08-02Avoid exceptions for malformed debug headersJb Evain
2019-06-04Protect against incorrect debug headers; Fix #589Jb Evain
2019-05-31Compute deterministic mvid from metadataJb Evain
2019-04-18Add support for emitting deterministic guids.Zoltan Varga
2019-03-05Remove support for the readonly builds as they don't make sense in a nuget worldJb Evain
2019-02-01Preserve subsystem version in NT headersJb Evain
2019-01-31Use the same pe64 values for stack and heap size than csc binariesJb Evain
2018-02-05Develop/issue 485 (#486)Steve Gilham
2017-09-30Fix win32 resource processing.Eugene Rozenfeld
2017-05-05Use TargetArchitecture enum values when writing imagesSven Boemer
2017-03-29Fix reading/writing the size of table indexes in external pdbsJb Evain
2017-03-22Write PE32+ files for ARM64 binariesJb Evain
2017-03-21Fix portable PDB version headerJb Evain
2017-03-21Properly write empty guid heapsJb Evain
2017-03-21Add test for empty portable pdbJb Evain
2017-03-21Merge pull request #353 from jbevain/native-pdb-integrationJb Evain
2017-03-21Refactor and adjust coding styleJb Evain
2017-03-17Fix style and refactor for master integrationJb Evain
2017-03-13Add support for deterministic debug directoryJb Evain
2017-03-13Add support for the new embedded compressed ppdbJb Evain
2017-02-25Fix ReadArchitecture, fix #337Jb Evain
2017-02-21Allow timestamp customization by module and writer parametersJb Evain
2017-02-21Preserve PE timestamps.Rolf Bjarne Kvinge
2017-01-11Flush our streams before disposing them; Fix #312Jb Evain
2016-08-04Make sure we do not mess with the stream position when writingJb Evain
2016-07-28Fix ownership of streams for the writing partJb Evain
2016-07-28Properly handle ownership of streams used by CecilJb Evain
2016-07-16Fix writing of timestamp in the pdb idJb Evain
2016-07-16Include the proper timestamp in the pdb idJb Evain
2016-07-16Fix computation of metadata header lengthJb Evain
2016-07-15Rename GetFullyQualifiedName to GetFileNameJb Evain
2016-07-15Merge branch 'lowermemuse' into ppdb_lowermemuseJb Evain
2016-07-13Add support for the portable pdb formatJb Evain
2016-05-13Merge branch 'master' into lowermemuseJb Evain
2015-10-31Fix metadata header length calculation so that Windows metadata assemblies ar...Ignas Ziberkas
2015-04-25GetReaderAt can return null if RVA can not be resolvedJb Evain
2015-04-25Fix handling of modules filenamesJb Evain
2015-04-25Remove unecessary finalizerJb Evain
2015-04-25Merge branch 'master' into lowermemuseJb Evain
2015-04-22Simplify headerJb Evain
2015-04-22Update copyrightsJb Evain
2015-03-19Fix calculation of header size for hash computation. Fixes #206.Jb Evain
2015-01-21EncLog rows are 8 bytes long. Fixes #199Jb Evain
2014-11-30Remove left-over codeJb Evain