Recent

Author Topic: I Need Windows PE Parser ?  (Read 2564 times)

Coldzer0

  • Jr. Member
  • **
  • Posts: 50
I Need Windows PE Parser ?
« on: September 21, 2018, 05:11:56 am »
Hello all  :D

i'm working on a project that need Parsing PE Files
it an PE Emulator based on Unicorn Engine .

so i need a good PE Parser
right now i'm using "https://github.com/oranke/pe-image-for-Lazarus"

and i make a some changes to it to make it work right with some files but still has a lot to do
to make it works as expected .

and i know about "https://github.com/stievie/pesp"
but it's not complete and there's no TLS or Relocations , and still need a lot to do.

so i hope if there's any PE Parser i don't know about , please let me know .


thanks 

Thaddy

  • Hero Member
  • *****
  • Posts: 14193
  • Probably until I exterminate Putin.
Re: I Need Windows PE Parser ?
« Reply #1 on: September 21, 2018, 07:46:10 am »
« Last Edit: September 21, 2018, 08:01:01 am by Thaddy »
Specialize a type, not a var.

marcov

  • Administrator
  • Hero Member
  • *
  • Posts: 11376
  • FPC developer.
Re: I Need Windows PE Parser ?
« Reply #2 on: September 21, 2018, 09:08:47 am »
Afaik jedi-jcl jcldebug also has some parsing properties?

guest58172

  • Guest
Re: I Need Windows PE Parser ?
« Reply #3 on: September 21, 2018, 02:54:59 pm »
You can interface a C library too. This one for example : https://github.com/merces/libpe

Coldzer0

  • Jr. Member
  • **
  • Posts: 50
Re: I Need Windows PE Parser ?
« Reply #4 on: September 21, 2018, 06:34:43 pm »
thanks all

but i decided to build a new one on top of the 2 libs i mention .

i'll post it when i finish

 

TinyPortal © 2005-2018