yasukata / zpoline

system call hook for Linux
Apache License 2.0
408 stars 32 forks source link

handle the version of binutils (take2) #5

Closed thehajime closed 1 year ago

thehajime commented 1 year ago

The 3rd parameter of init_disassemble_info() in new API needs to be specify a non-null function address, which previous commit didn't address. This commit fixes it.