Ralph Broenink

Results 9 issues of Ralph Broenink

pycrypto is no longer maintained and should not be used anymore. An alternative library is pycryptodome, which provides an alternative that is still maintained and suitable for the purposes of...

As contributed by @ruzzle but never merged. It got auto-closed due to a history rewrite but it still should be cherry-picked. See #32

Somehow, either the squashfs test is broken, or the support for it is entirely broken. The test is now temporarily disabled.

We don't add the offset of partition tables to their nested volumes (this happens in the base of BSD, where a MBR will contain a BSD volume system). However, more...

Currently, LIEF has the ability to expose ICON resources, but omits GROUP_ICON resources. These resources combine multiple ICON resources. Rebuilding these is probably more useful than all separate icon files....

enhancement
PE
API

I am currently debugging the following situation, for which I have not been able to create a reproducible situation in a testing environment, mostly due to time contraints. I am...

blocked/needs-investigation
blocked/user-response

At my bank, there is a limit to the amount of transactions in a single batch (which is 500). If there are more than 500 items in a batch, it...

enhancement
help wanted

Using or importing the ABCs from 'collections' instead of from 'collections.abc' is deprecated since Python 3.3, and in 3.9 it will stop working

### Is there an existing issue for this? - [X] I have searched the existing issues ### Current behavior When changing the authorization properties on a collection, going through the...

bug
need testing