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.
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.