Menu

call wrapper_*_*

Criticism
2007-07-01
2013-04-22
  • Taavi Repän

    Taavi Repän - 2007-07-01

    If I have code:
      printf("Hi");
    Then HT disassembles it to this:
      push strz_Hi__*
      call wrapper_*_*
    But it would be much more readable, if it would produce
      push strz_Hi_*
      call printf (or wrapper_printf)

     
    • Taavi Repän

      Taavi Repän - 2007-07-01

      Forgot to mention, problem is on FreeBSD-ELF
      And *-s represent memory addresses

       

Log in to post a comment.