You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to extend the .text section of an ELF file in order to add some functionality to it. When I run rabin2 -O r/.text/2048 a.out, it does not print any error, but the .text section size remains the same.
In addition, running rabin2 -O p/.data/rwx a.out or rabin2 -O e/0x8038000 a.out results in segmentation fault. It seems rabin patching functionalities does not work at all.
I have tested on both MacOS 10.15.1 and Ubuntu 18.04 environments. My targets were /bin/ls and a small gcc compiled program.
This is the output of rabin2 -O r/.text/2048 a.out:
On 20 Jan 2020, at 12:39, Francesco Soncina ***@***.***> wrote:
any update on this? i have the same problem.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or unsubscribe.
Hello
I want to extend the
.text
section of an ELF file in order to add some functionality to it. When I runrabin2 -O r/.text/2048 a.out
, it does not print any error, but the.text
section size remains the same.In addition, running
rabin2 -O p/.data/rwx a.out
orrabin2 -O e/0x8038000 a.out
results in segmentation fault. It seems rabin patching functionalities does not work at all.I have tested on both MacOS 10.15.1 and Ubuntu 18.04 environments. My targets were
/bin/ls
and a small gcc compiled program.This is the output of
rabin2 -O r/.text/2048 a.out
:Sorry for asking my question here, I googled a lot but didn't found any solution.
The text was updated successfully, but these errors were encountered: