Arusekk

Results 162 comments of Arusekk

After some time (normally quite a lot) it should be gone and open successfully, works for me

I use Gentoo, and it has ALL the headers installed. (All possible. Every single one of them.) — so to me this blacklist thing is the wrong approach: it would...

After #801 a test fails, because of showing the symbol twice (not really helpful when one wants to see jump addresses): https://travis-ci.org/github/pwndbg/pwndbg/builds/710915914#L931-L934

Is kctf pow on pypi? Maybe it would be better to include it from there, or to make them submit it to pypi... otherwise looks fine

What is the stacktrace that Python shows? In most cases the stack trace is more relevant than the message itself (at least in Python).

Can you try to trace down the issue down to a traceback from the last python opcode executed? It is probably a CALL_FUNCTION of a builtin function. Or can you...

I have honestly no idea what could possibly cause that. But if you find out, I will be curious to get more info on it.

The proper fix would change the hamming-distance function to ensure that the result does not violate the constraints, and maybe extend the overflow limit if it does. This is just...