Skip to content

Commit

Permalink
Add dyninstAPI/src/parse-x86.C
Browse files Browse the repository at this point in the history
  • Loading branch information
hainest committed Apr 3, 2024
1 parent 6c15407 commit 7b5baa0
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions dyninstAPI/src/parse-x86.C
Original file line number Diff line number Diff line change
Expand Up @@ -173,14 +173,6 @@ bool parse_func::writesFPRs(unsigned level) {

using namespace Dyninst::SymtabAPI;

/*
* Static binary rewriting support
*
* Some of the following functions replace the standard ctor and dtor handlers
* in a binary. Currently, these operations only work with binaries linked with
* the GNU toolchain. However, it should be straightforward to extend these
* operations to other toolchains.
*/
namespace {
char const* LIBC_CTOR_HANDLER("__libc_csu_init");
char const* LIBC_DTOR_HANDLER("__libc_csu_fini");
Expand Down

0 comments on commit 7b5baa0

Please sign in to comment.