瀏覽代碼

The Markdown implementation in goog doesn't support tables :(

master
aaaaaa aaaaaaa 6 年之前
父節點
當前提交
01e918c819
共有 1 個檔案被更改,包括 7 行新增7 行删除
  1. +7
    -7
      README.md

+ 7
- 7
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

Loading…
取消
儲存