Re: [PATCH v1 2/3] contrib/elf2dmp: move PE dir search to pe_get_data_dir_entry

2023-02-22 Thread Viktor Prutyanov
Hello, On Wed, Feb 22, 2023 at 10:07 PM Annie.li wrote: > > Hello Viktor, > > See my following comments inline, > > On 11/29/2022 7:03 PM, Viktor Prutyanov wrote: > > Move out PE directory search functionality to be reused not only > > for Debug Directory processing but for arbitrary PE directory

Re: [PATCH v1 2/3] contrib/elf2dmp: move PE dir search to pe_get_data_dir_entry

2023-02-22 Thread Annie.li
Hello Viktor, See my following comments inline, On 11/29/2022 7:03 PM, Viktor Prutyanov wrote: Move out PE directory search functionality to be reused not only for Debug Directory processing but for arbitrary PE directory. Signed-off-by: Viktor Prutyanov --- contrib/elf2dmp/main.c | 66

[PATCH v1 2/3] contrib/elf2dmp: move PE dir search to pe_get_data_dir_entry

2022-11-29 Thread Viktor Prutyanov
Move out PE directory search functionality to be reused not only for Debug Directory processing but for arbitrary PE directory. Signed-off-by: Viktor Prutyanov --- contrib/elf2dmp/main.c | 66 +++--- 1 file changed, 37 insertions(+), 29 deletions(-) diff --gi