Hi, first of all thanks for this great tool.
I was successful in running the example from the readme, but I also wanted to test input minimization with afl-tmin. This however doesn't work (as well as running afl-lua standalone but this isn't my use case) because it fails on the following assertion: https://github.com/stevenjohnstone/afl-lua/blob/v5.3/lua.c#L401
I assume that afl-lua expects to always be ran under afl-fuzz. How much work would be required to support running under afl-tmin as well? Could you give me some pointers to resources I should take a look at if I were to implement it myself?