Articles

Affichage des articles du juillet, 2019

Serana Library Project

Image
Hi Today I will present my current project Serana Serana Serana is a .NET library that can parse windows executables This library interpret all elements of the executable and represent them in a Object Programming way So you can get any informations of a PE structure and modify each one of them (in the future) These objects could be exported (raw file buffers) separately after modifying them or export the entire executable git : https://github.com/whereisr0da/Serana-Lib Why I know, I know ... there is a lot of library like this. I like use pefile in python, but in .NET there is not that much about PE files, there is libs for .NET such as Mono, dnlib. I made this to improve my PE knowledge. Currently Now this library support only the reading / parsing of executables. So you can use this to take informations about all structures of the PE. The export function work but its useless because nothing can be modify. How You can read informations about the ex