View Single Post
  #1  
Old 09-24-2018, 20:07
blaquee blaquee is offline
Guest
 
Join Date: Sep 2018
Posts: 2
Rept. Given: 0
Rept. Rcvd 0 Times in 0 Posts
Thanks Given: 2
Thanks Rcvd at 4 Times in 1 Post
blaquee Reputation: 0
Using DwarfLib for PE files

Maybe useful to someone out there, but the documentation for using dwarflib on Windows and for PE files is pretty scarce so I made a ready to use lib one could integrate to their project to use it. You can find it here:

https://github.com/blaquee/DwarfPeParse

It comes with the example usage:
https://github.com/blaquee/DwarfPeParse/blob/master/DwarfPeParse/DwarfPeParse.cpp


you just need to add the folders in the thirdparty folder into your project and include:
#include

to your code to use it.

regards,
Reply With Quote
The Following 4 Users Say Thank You to blaquee For This Useful Post:
bigboss-62 (09-29-2018), Indigo (07-19-2019), niculaita (09-24-2018), user1 (09-25-2018)