On Mon, 9 Apr 2007 22:37:48 +0200
"Lluís Batlle" <[EMAIL PROTECTED]> wrote:
> :) ok
>
> In the context I cited, I wanted a program to know the member offsets
> of given C structs. That 'man pstruct' was the answer to the tool I
> needed.
yes i know't i was reading about it few months ago when implementing some
stuff on radare.
> If you give a .c/.h source to pstruct, it can generate the .S and dump
> the offsets.
> Nice program. :)
Yup, it's nice, but you can do the same in C just
printf("0x%08x\n", &struct.field-&struct);
but yup. is useful if you're working with sources and you need to analize
lot of structures, but most of time you only need one field or two. So
you can do this manually.
> By now, I need software to debug binaries, given that I have its
> source. A solid link between source and binaries is the toolchain I
> need. :)
Describe a list of features you need to achieve your needs. We can discuse
about them and try to find a good solution for each one. (i hope hehe)
--pancake
_______________________________________________
radare mailing list
[email protected]
https://lists.nopcode.org/mailman/listinfo/radare