Re: Match On Export Directory Name

2019-06-25 Thread Wesley Shields
For now you can do: pe.exports("pilot.dll"). -- WXS > On Jun 25, 2019, at 6:21 PM, Schrodinger wrote: > > Hi everyone, > > I was wondering if there is a way to perform matching on the name in the > DIRECTORY_ENTRY_EXPORT in a Portable Executable. Example from the Python > pefile module: >

Match On Export Directory Name

2019-06-25 Thread Schrodinger
Hi everyone, I was wondering if there is a way to perform matching on the name in the DIRECTORY_ENTRY_EXPORT in a Portable Executable. Example from the Python pefile module: In [32]: pe.DIRECTORY_ENTRY_EXPORT.name Out[32]: 'pilot.dll' Cheers, Schrodinger. -- You received this message