Results 10 issues of Adrien Guinet

Hello everyone! compiler-rt functions aren't included with llvmlite. This makes generated code that relies on them not to work. # Reproducer One example is the LLVM IR here: https://pastebin.com/SNgXV0Ph ....

Clang tends to generate these sections that, in many cases, are useless in shellcodes and take place.

See https://bugzilla.opensuse.org/show_bug.cgi?id=1180748

Please paste here the results of winapi_check!

It's more an idea than an issue, but maybe using DragonFFI (github.com/aguinet/dragonffi) as a compiler and "python glue" (that is convert data back and forth from C and python) backend...

Create a generic TargetSet wrapper that encapsule any targetSet with support for new incoming targets with priorities (randomely inserted or FIFO).

It should be possible to have two kind of properties : some linked to a specific connection and others to a target (ip, port). Indeed, with repeatible target sets, it...

It is not possible to send directly a buffer in python3 with target.send(obj)! It has to be converted to a string implying issues with binary protocols.