Skip to content
New issue

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

Android? #13

Open
WYNNGATE opened this issue Mar 30, 2023 · 2 comments
Open

Android? #13

WYNNGATE opened this issue Mar 30, 2023 · 2 comments
Labels
question Further information is requested

Comments

@WYNNGATE
Copy link

Hi, can this be used on android? I'm guessing yes?...

@arget13
Copy link
Owner

arget13 commented Mar 30, 2023

Hello, noup, this doesn't work in Android yet... The problem is that in Android there is a shell called mksh which is really really shitty since it doesn't even implement 64-bit integer arithmetic. And DDexec needs to calculate addresses and offsets which are 64-bit integers...

Having said this, I'm currently working in the technique memdlopen as a better way to load binaries, and I hope I will manage to make it work in Android and integrate it into DDexec :)

On the other hand I think the title of your question is rather misleading. What do you want to know about busybox?

@arget13 arget13 changed the title Busybox? Android? Mar 30, 2023
@arget13 arget13 added the question Further information is requested label Mar 30, 2023
@tinmarino
Copy link

I think @WYNNGATE is refering to Termux => any shell allowed.

This feature on Android would be nice because there the filesystem is really restricted.

I think this should work out of the box, let me have a look.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

3 participants