vient
vient
Useful when some cores are isolated with `isolcpus`, setting maximum number of threads gives `WARNING: can't run the requested number of threads (4) because there are only 1 available logical...
Resolves https://github.com/travisdowns/avx-turbo/issues/21
I spent an hour right now trying to debug `error connecting to pipe` on test run without afl-fuzz. It occured that I forgot the `-debug` option. While the whole thing...
Hi! As name suggests, I think it would be nice to have a `--read-only`/`--no-upload`/... switch that disables the upload functionality. What do you think?
There are multiple problems with both x86 and x64 builds, and I don't know how to deal with them all. First of all, x86 build: 1. It seems that C++...
"Hex-Rays Decompiler got called from Python without being loaded" is shown two times, first on IDA load then on opening file/db. Seems that this warning was introduced in IDA 7.7.220125
### Code of Conduct - [X] I have read and agree to the GitHub Docs project's [Code of Conduct](https://github.com/github/docs/blob/main/CODE_OF_CONDUCT.md) ### What article on docs.github.com is affected? https://docs.github.com/en/authentication/managing-commit-signature-verification/telling-git-about-your-signing-key ### What part(s)...
This is a question rather than an issue. Have you looked into creating structures with `__cppobj` attribute and naming virtual tables `__vftable` as described [here](https://www.hex-rays.com/products/ida/support/idadoc/1691.shtml)? This is a new functionality...
This is a question rather than an issue. Like in #33, question is about new functionality added in IDA 7.2, [shifted pointers](https://www.hex-rays.com/products/ida/support/idadoc/1695.shtml). While they resemble `CONTAINING_RECORD` macro which you use(?)...
## Description Fix IWYU warnings when using catch_all.hpp ## GitHub Issues