Files
Kacper Kołodziej c24481790d Add propagating prototypes in DetectABI pass
The goal of this update is to propagate prototypes of functions called
in wrappers to this wrappers.

When some function hasn't it's own prototype, but the only thing it does
is calling another function, DetectABI pass sets callee prototype as
caller prototype also.

This behaviour is limited to callers that:
 1. have only one basic block
 2. end with call
 3. don't write arguments of callee
 4. don't modify stack pointer
 5. don't write to memory.
2023-07-20 17:15:26 +02:00
..
2023-07-03 15:23:10 +00:00
2023-07-03 15:23:10 +00:00
2023-07-03 15:23:10 +00:00
2023-07-03 15:23:10 +00:00
2023-07-03 15:23:10 +00:00
2023-06-30 13:39:22 +02:00