Mike

Results 3 issues of Mike

This is with v0.8.1, same issue as #15 and #43. I'm hooking 42 functions in an x64 Linux binary. If I look at the output of `GetTrampoline()` on every hook...

Looks like this is the only way, which is really messy. ```js .array('strings', { type: new Parser() .string('text', { length: 64, stripNull: true }), length: 'stringCount' }) ``` That would...

Example input: "AAAAAAAAHHHHHHHH!!!!!!!!" Infinite loop was here: https://github.com/vidarh/SAM/blob/c86ea395743b8ea4ad071c2167fd1f7f96648f7b/src/sam.c#L156 Looks like 'ML' figured it out many years ago