Load and parse RTL from textual dump files

2017-12-18 Thread HEBBAL Yacine
Hello, In one of my projects, I need to determine automatically what are the names and types of data fields manipulated by functions in binary code of a given program (e.g. Linux kernel). I found that RTL dumps contains most of information I need in a form very close to the one of the binary code.

Re: Load and parse RTL from textual dump files

2017-12-20 Thread HEBBAL Yacine
is a reliable solution for my use case ? thanks Yacine 2017-12-18 13:31 GMT+01:00 Kyrill Tkachov : > Hi, > > > On 18/12/17 10:30, HEBBAL Yacine wrote: > >> Hello, >> In one of my projects, I need to determine automatically what are the >> names >> and types