Explorar el Código

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

master
aaaaaa aaaaaaa hace 6 años
padre
commit
01e918c819
Se han modificado 1 ficheros con 7 adiciones y 7 borrados
  1. +7
    -7
      README.md

+ 7
- 7
README.md Ver fichero

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

Cargando…
Cancelar
Guardar