1ikeadragon
1ikeadragon
I created an aarch64 vm and used all the suggested flags but when I get into it, I can't run 32-bit binaries and I can't debug 64-bit binaries either. So...
@abiosoft Exact command is the one mentioned in this issue: `colima start --profile rosetta --cpu 4 --memory 8 --disk 100 --arch aarch64 --vm-type=vz --vz-rosetta --mount-type virtiofs` this does start an...
@abiosoft I could run the binaries anyway the issue as I had mentioned is I can't **debug** them. This is output after following what you said:  Container cmd: ```sh...
@abiosoft yes I'm aware, just didn't update the readme. Tell me more about the third option you mention. As you have understood the goal is to debug x86_64 binaries smoothly....
@abiosoft that doesn't work. We run into PTRACE_NOT_IMPLEMENTED error. I tried everything before what I settled for haha :p
Yep @abiosoft it's slower but stable and gets the job done so I'm fine w it. Since I'm just running CTF tools like pwndbg, ROPGadget, etc. This is definitely too...
@fujiwarazz yeah I found a solution but it's really bad code. Have you found any solution?
@fujiwarazz why?
Hi, you merged my pull request but its not showing up in my Hactoberfest profile? Does PR's to this repo count??
Yes @reveurguy , it showed up. Apologies, this is my first time contributing to Hacktoberfest and so very new to this and learning! Thanks for accepting and merging my PR...