Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Frontend: End multiblocks early after hitting 2 consecutive null bytes
'add [rax], al' is almost never seen in actual code so the assumption can be made that we are most likely trying to explore garbage code and that this will never be hit. If it is then code will be generated at that point (where Entrypoint == true).
- Loading branch information