Snaipe
Snaipe
Thanks for the fix -- would it be possible to get a couple of comments explaining what this does exactly, for maintainability purposes?
The thing is that mmk_when is supposed to be called multiple times -- it just setups an input-output binding for an existing mock. Think of it as it inserting an...
I'll send an email to their mailing list to get some more info. libffi seems to heavily rely on the assumption that callers know exactly the types & calling conventions...
So I investigated some more on how I could "convince" libffi (or dyncall, for that matter), but I don't think this is going anywhere. Fundamentally, the problem is very delicate...
Can you check whether the following trampoline would work with arm7-a? https://github.com/Snaipe/Mimick/blob/master/src/asm/trampoline-arm.S You can edit by hand this line https://github.com/Snaipe/Mimick/blob/master/CMakeLists.txt#L17 to allow the architecture to be correctly detected.
Probably. You would need to add the necessary platform detection bits but I'm expecting it to be pretty much the same as Linux. If it gets past the tests, we...
This looks fine as-is, but isn't the convention for cmake config files PascalCase?
I don't think there's a way to currently do that. Perhaps we could add a way to create a wssdl `packet` object from an existing dissector: ```lua local wssdl =...
It's not implemented. The main problem I see with calling dissectors like this is that wssdl currently adds the decoded protocol fields to the output tree after it has parsed...
The library was ported to python 2.7 in #2, so I guess we should still be using `#!/usr/bin/env python` like we're doing right now. Does it still work on python...