Riccardo Schirone
Riccardo Schirone
> @ret2libc it's not even the actual code, it's a string. Yep, I got it. But that's a separate problem.
This seems to be still very slow...
I just added a test for `/w` and `/wi` in https://github.com/rizinorg/rizin/commit/194eabae1cc960f351a6cc2484b9b58cf91b6c57#diff-5d1bd151537f11271b42142143af25aeb8928081384b7a113907d693553b9db4 . Do you mean anything different?
Seems like it does not work :/
I'm using this test program for now: ```c #include #include #include #include int main() { // Set the locale to the user's default. setlocale(LC_ALL, ""); // Multiple Unicode strings including...
Wait, there are options to modify how the key should be compared. I think the doc is confusing, but it should be possible. ```c typedef struct Ht_(options_t) { HT_(ListComparator) cmp;...
HtUU should definitely use the bucketing. I can improve the doc for Ht if needed as I wrote most of it. The hash function is just used to improve the...
Yes indeed I am not sure how much benefit there would be in such output because you would need to know what type of file you are dealng with to...
still, it doesn't help you much because then you (as the user of the API/command) have to know that elf has "type", "machine", "version", "entrypoint", etc. while pe has something...
Yes this is something I'd love to have. I think marking those chunks as data would also improve the visualization of the address space, as it would be clearer when...