Rot127

Results 545 comments of 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...

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: ![Image](https://github.com/user-attachments/assets/66d3264e-6efa-4cdd-98a6-b3ff49ccd628) Just before the freeze: ![Image](https://github.com/user-attachments/assets/b7524708-e147-4277-8ab0-a02a0a005303) 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...