Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: amd64, offset read error issue for PIE executable.
On amd64, when the executable program in PIE format compiled by golang reads the return instruction of the function, the start address of inst is incorrect, resulting in an exception, see PR #516 for details. Signed-off-by: CFC4N <cfc4n.cs@gmail.com>
- Loading branch information