Rot127
Rot127
Thanks, can be closed then I guess.
Some instructions stop printing at "non-printable" characters. Those are of course invalid unicode code points. But for some commands those are also tab, newline or color code escape sequences. What...
@R33v0LT Could you take a look please?
Generated files and LLVM files should not be licensed via a comment in the file, but via the `dep5`. It is way easier and saves us again some code generation...
> What was using all the memory? As it turns out, it is the notification daemon: During the signing:  Just before the freeze:  Notice that `systemd-oomd` doesn't seem...
Hopefully! Just as another data point. If the rebase finishes before a critical number of commits are signed, it seems to "un-freeze" after a short while. But there are still...
> do u know which file provide a best practice sample for returning RzIterator You can checkout `ht_inc.c`. The functions `Ht_(as_iter_keys)`, `Ht_(as_iter_mut)` and the corresponding (`iter_next` etc.) return an iterator...
For anyone bumping into this issue. There is the possibility to write the [table gen](https://llvm.org/docs/TableGen/ProgRef.html) file for the extension in LLVM. It will like not be up-streamed to LLVM because...
I have an abstract RzIL interpreter in a private repo which tracks those references and resolves them correctly. This could fix the problem by simply implementing a better method to...
> Is it in a state where it can be tried out? Not plug and play like unfortunately. It tracks the memory references in an abstract state. BUt not more...