JxTx

Results 11 comments of JxTx

My bad. Changed it, and confirm that it still works

Thank you, did you install python 3.8.5 from source? as i cant seem to install it from `apt` ``` $ sudo apt install python3.8 Reading package lists... Done Building dependency...

Hey, I'm unable to test this, as I don't use WSL anymore. I'm happy for it to be closed.

Sorry, should have mentioned the ssh-ed machine is macOS and the latest build of ipsw. no rush, it’s not the end of the world, just a nice to have :)

It may be. I quickly tried `security unlock-keychain` and then trying an auth download with `ipsw download dev` and it still gave the error. ``` ⨯ failed to login: failed...

screenshot to make life easier

I'd like to add I did try adding the `--privileged` flag when running the docker container, which did not appear to change any of the results.

Hello, I don't think so. ``` docker build --platform linux/amd64 -t libafl . ``` In the container ``` cargo install cargo-make cd /tmp && git clone https://github.com/AFLplusplus/LibAFL.git && cd LibAFL/fuzzers/binary_only/qemu_launcher...

Hey @rmalmain I have just noticed that I do not see a `SIGSEGV` if the host OS that I'm running the docker container on is Linux. My main host OS...

x86 due to the `--platform linux/amd64` flag