We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi all,
I have problems running hijack process for this example. Do you know how to fix the problem?
root@MLA-TL10:/data/local/tmp # ./hijack -d -p 11329 -l libexample.so ./hijack -d -p 11329 -l libexample.so Open maps file successfullymprotect: 0x1422fcf0 Open maps file successfullyOpen maps file successfullydlopen: 0xb77d0378 Attached to process successfullypc=d000 lr=d000 sp=2 fp=400f4c26 r0=1c010030 r1=40217cc4 r2=401b2df8 r3=0 libaddr: ffffffa2 stack: 0xbfcbb000-0xbfcdc000 leng = 135168 cannot write library name (libexample.so) to stack, error 5 addr=-94!
I'm using MEMU emulator.
The text was updated successfully, but these errors were encountered:
I figured out why. It's because I run the code on x86 emulator. These registers are invalid. I'm looking for a way to inject .so file on x86 emulator.
Sorry, something went wrong.
No branches or pull requests
Hi all,
I have problems running hijack process for this example. Do you know how to fix the problem?
root@MLA-TL10:/data/local/tmp # ./hijack -d -p 11329 -l libexample.so
./hijack -d -p 11329 -l libexample.so
Open maps file successfullymprotect: 0x1422fcf0
Open maps file successfullyOpen maps file successfullydlopen: 0xb77d0378
Attached to process successfullypc=d000 lr=d000 sp=2 fp=400f4c26
r0=1c010030 r1=40217cc4
r2=401b2df8 r3=0
libaddr: ffffffa2
stack: 0xbfcbb000-0xbfcdc000 leng = 135168
cannot write library name (libexample.so) to stack, error 5 addr=-94!
I'm using MEMU emulator.
The text was updated successfully, but these errors were encountered: