objection icon indicating copy to clipboard operation
objection copied to clipboard

Can objection be run directly on Android using termux?

Open mosherbrian opened this issue 5 years ago • 3 comments

Can the objection client be run directly on Android using termux? Installing it with pip seemed like it might work but then it failed partway through. It appears that some of the frida support is available on termux though. Any idea whether this is doable?

mosherbrian avatar Nov 17 '19 04:11 mosherbrian

This is not something I test/build for, but if you could paste the error you got, maybe there is a small change we can make to have it work in the environment you describe.

leonjza avatar Nov 17 '19 06:11 leonjza

This seems like a bit of a rabbit hole at this point. It looks like there are a number of dependencies that are partially lacking on the termux platform currently. I think for this to work, I will need to build a number of things manually. If I have any success, I will let you know.

mosherbrian avatar Nov 17 '19 06:11 mosherbrian

Here's the sort of thing that I am seeing: Frida setup-env.sh issue when building the toolchain

It looks like there is no arm71 pre-built toolchain available, so the build fails. I'm not sure how much effort it is the build the toolchain. I assume it's non-trivial.

mosherbrian avatar Nov 17 '19 07:11 mosherbrian