unknownv2 / CoreHook

A library that simplifies intercepting application function calls using managed code and the .NET Core runtime
MIT License
259 stars 40 forks source link

Update Portable Executable structure classes #120

Closed unknownv2 closed 5 years ago

unknownv2 commented 5 years ago

Make class variables accessible as properties and mark them internal instead of public since they shouldn't be used outside of the project.