DDexec icon indicating copy to clipboard operation
DDexec copied to clipboard

Android?

Open WYNNGATE opened this issue 1 year ago • 2 comments

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

WYNNGATE avatar Mar 30 '23 00:03 WYNNGATE

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 avatar Mar 30 '23 10:03 arget13

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.

tinmarino avatar Apr 16 '23 16:04 tinmarino