From 01e918c819895dbbe857a56fe4f07ea63a56b3f0 Mon Sep 17 00:00:00 2001 From: aaaaaa aaaaaaa Date: Sat, 13 Jan 2018 19:06:45 +0100 Subject: [PATCH] The Markdown implementation in goog doesn't support tables :( --- README.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 863950f..dd3045c 100644 --- a/README.md +++ b/README.md @@ -232,13 +232,13 @@ Which isn't right and will crash horribly. (Preliminary) Results ===================== -+----------+-----+------+------------+---+------+----+-------+ -| Name|Small|Branch|RIP Relative|AVX|RDRAND|Loop|TailRec| -+----------+-----+------+------------+---+------+----+-------+ -| PolyHook| X | X | X | X | | | | -| MinHook| X | X | X | | | | X | -| MHook| | | X | | | | | -+----------+-----+------+------------+---+------+----+-------+ + +----------+-----+------+------------+---+------+----+-------+ + | Name|Small|Branch|RIP Relative|AVX|RDRAND|Loop|TailRec| + +----------+-----+------+------------+---+------+----+-------+ + | PolyHook| X | X | X | X | | | | + | MinHook| X | X | X | | | | X | + | MHook| | | X | | | | | + +----------+-----+------+------------+---+------+----+-------+ As expected nothing could correctly hook the loop. In fact I had to comment out those parts because even Catch2 couldn't recover from the crashes generated by