hasherezade / libpeconv

A library to load, manipulate, dump PE files. See also: https://github.com/hasherezade/libpeconv_tpl
https://hasherezade.github.io/libpeconv
BSD 2-Clause "Simplified" License
1.07k stars 176 forks source link

can use it in .NET? #2

Open lisvok opened 5 years ago

lisvok commented 5 years ago

hello, i wanna use it in .NET Can it be? i'm care about it, also can you please make a tourtial how to build the source? cuz i'm not into C++, thanks.

hasherezade commented 5 years ago

Hi! Currently libPeConv is available only as a static library. However, I am planning to support building it as a DLL too. After it will be implemented, it shouldn't be a problem to use it with .NET projects. I will ping you when it will be available. Regarding building the source, it is described here: https://hshrzd.wordpress.com/2018/01/29/unpacking-a-malware-with-libpeconv-pykspa-case-study/

laomms commented 4 years ago

need dll too, can you complite it to clr dll? ok, I have made it, unmanaged dll and manged dll(CLR).