Running assembly code on Liberty phone and connecting over ssh to the phone

Hello,

Can I run GNU Assembler or nasm code inside phone and can I connect to the phone to make it easier to run and compile like connecting to a server ?

happy hacking !

2 Likes

Sure. Byzantium has both the binutils package (which contains GNU Assembler) and nasm.

I’m having trouble understanding what exactly you’re trying to accomplish. Can you elaborate a little?

2 Likes

Connecting phone with ssh like connecting to a server for directly being inside to edit with nano, vi, emacs etc

1 Like

Yes, of course. Just install the ssh server.

2 Likes

Thanks ! I’ll focus on development from now on… happy hacking

2 Likes