lazymio
lazymio
The new API style may be similar to `reqwest`, btw.
> fyi https://github.com/foundry-rs/foundry-fork-db `tokio::task::block_in_place` is not the elegant way. Underhood, it coerces current thread to a blocking thread while spawning a new worker thread. In other words, the overhead (in...
> this can be optimized by adding another variant that does not use block in place for every call. I understand your solution because I once also tried to dedicate...
We should have an android runner. I did this in Unicorn which works pretty well: https://github.com/unicorn-engine/unicorn/blob/f8c6db950420d2498700245269d0b647697c5666/.github/workflows/build-uc2.yml#L344
Reproduced exactly here: https://github.com/AFLplusplus/LibAFL/actions/runs/15045873173/job/42288150005?pr=3233#step:8:235
`frida_gum_sys_error` seems previous CI error. Have you sync-ed main?
Closed due to inactivity.
But still link this to #1449 if I have more time or some one could assist me.
This shall be fixed by `pip install -U pip wheel setuptools` ?