BinaryAnalysisPlatform / bap

Binary Analysis Platform
MIT License
2.07k stars 273 forks source link

improves the main subroutine discovery within glibc runtime #1532

Closed ivg closed 2 years ago

ivg commented 2 years ago

1) makes it more robust by lifting an assumption that __libc_start_main is called in the first block of the start subroutine (now it could be any block);

2) uses the new bap-c functionality to properly apply abi processor on the discovered main subroutine.