You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* GetManifestFile() --> GetPEAssembly()
* GetManifestImport() -> GetMDImport()
* removed GetCurrentAssembly(), GetLoadedAssembly()
* removed GetCurrentModule(), GetLoadedModule()
* fix
* removed DomainFile::ModuleIterator
* renamed Assembly::GetManifestModule() --> GetModule()
* Removed Assembly::ModuleIterator
* move most fields off DomainAssembly
* DomainAssembly is a complete proxy
* some DomainFile --> DomainAssembly renames.
* deleted DomainFile class
* renamed files
* a few minor cleanups
* DomainAssembly does not need to have VPTR_. Couple other changes.
* More DomainFile --> DomainAssembly renames
* More DomainFile --> DomainAssembly renames
* a few more renames
* removed domainassembly.inl
* domainassembly.h cleanup
* make gcc happy
* couple more changes
* fixed build after rebasing
* PR feedback
* more PR feedback
0 commit comments