|
|
|
|
|
by aleclm
811 days ago
|
|
In IDA you basically have only detection of stack frame layout (in a quite confusing fashion) and "create struct out of this pointer", which is something you have to do manually and its intraprocedural. Imagine this being done automatically, across all of the binary. If you pass a pointer to another function the type is correct and you build the type from all the functions using it. Then obviously the user needs to fix things, but boostrapping can definitely be hugely improved. |
|