Post Atq2dmsghWQFvUPWuu by [email protected] | |
More posts by [email protected] | |
Post #Atq2ZphCIIelUu9OUa by [email protected] | |
0 likes, 0 repeats | |
This seems like something that should already exist:a tool to take a C struct d… | |
Post #Atq2dmsghWQFvUPWuu by [email protected] | |
0 likes, 0 repeats | |
like I know I can write code that does offsetof()/sizeof() but I'd still ha… | |
Post #Atq2kJbJxiAt8uOsZk by [email protected] | |
0 likes, 0 repeats | |
for context, I'm accessing shared memory that contains nested structs/array… | |
Post #Atq2vF5X53bQKek49o by [email protected] | |
0 likes, 0 repeats | |
@ben oh good point, I could just import it into a ghidra project | |
Post #Atq30aJTauQlbkoNLU by [email protected] | |
0 likes, 0 repeats | |
@foone if this is from Python, you could drop the struct definitions into cffi … | |
Post #Atq3astPzc5jemvqkK by [email protected] | |
0 likes, 0 repeats | |
@foone from C headers/source or? I have done this with pycparser, and it's … | |
Post #Atq3fR8kbVup20H4nQ by [email protected] | |
0 likes, 0 repeats | |
@foone pahole kinda does this, by annotating the struct definition with comments | |
Post #AtqOQxfRU5HIbfVLNY by [email protected] | |
0 likes, 0 repeats | |
@foone If you can compile the C code with debugging information, there are vari… |