Closed jjang3 closed 2 years ago
Hello!
I am doing very simple patching to test out the latest patching capability of the E9Patch version and came across this issue.
Here are the following steps to reproduce the error:
git clone git@github.com:GJDuck/e9patch.git
cd e9patch && bash build.sh
./e9tool -M 'asm=ret' -P empty bzip2
truncate --size=1G test.txt && ./a.out test.txt
I'm not sure if this is only the problem from my end, or maybe others have this issue as well.
I have attached the screenshot below:
I have also tried this on xterm which results in the same error. Sincerely,
xterm
Thanks for the report. I think it should be fixed now, otherwise please reopen.
Hello!
I am doing very simple patching to test out the latest patching capability of the E9Patch version and came across this issue.
Here are the following steps to reproduce the error:
git clone git@github.com:GJDuck/e9patch.git
cd e9patch && bash build.sh
./e9tool -M 'asm=ret' -P empty bzip2
truncate --size=1G test.txt && ./a.out test.txt
I'm not sure if this is only the problem from my end, or maybe others have this issue as well.
I have attached the screenshot below:
I have also tried this on
xterm
which results in the same error. Sincerely,