Levente Polyak

Results 135 comments of Levente Polyak

Sounds great, but there are no git tags pushed :cat: I would love to have the matching tags in here: https://github.com/fazibear/colorize/tags can we make this happen? :cat2:

@arno01 @Wonderfall what happened to this ticket? is this resolved?

please add git tags sometimes so we can pull release tarballs... I'm considering to package this into a distribution, but no release tags are a big concern for me.

I can confirm this issue with python 2.7.10 (works fine with python3), any progress on this issue?

@rhelmot I'm currently trying to finish the packaging and release angr as a native distro package. I'm currently hit by this issue as we are providing `unicorn 2.0.0`. It turned...

Basic arch support itself is there, you can take a look at the pwndbg and pwndbg-git packages in the AUR. The problem with Heap is the way how it is...

i don't see what recompiling GDB in Arch would achieve, it already links to pthread. And for glibc we need to wait for debug symbol support (which is being worked...

I see where you are coming from. but if we replace core parts of pwndbg with calls to pwnlib, it becomes a hard dependency which makes is currently npita to...

sure we can do a base class, but ljust does more then just formatting, it padds an arbitrary lenghed string to a very max of a given length (f.e. very...

Again: it doesn't work with arbitrary lengthed optional padding strings. Like if you want to pad a possible 3 character padding to a max of 8 you will get a...