Choongwoo Han
Choongwoo Han
Syntax error is not occured when there is a missing bracket. ``` x64: lea rcx, [rdx Result: 48 8d 0d b3 fa ff ff ``` Is this intended behavior? I'm...
version: 0.9.1 If I install `keystone-engine` with --user flag without virtualenv, ``` $ pip install --user keystone-engine ``` `libkeystone.so` is installed in a wrong directory, thus loading the keystone-engine throws...
Using 'g' shortcut, it should be able to jump to a symbol, not a specific address number. Moreover, it would be nice to add a new symol to a specific...
If new code is inserted, it can break following codes. So, we have to know some information such as the size of extra bytes, or dependencies of each code.
Support ALE
[ALE](https://github.com/w0rp/ale) is an asynchronous syntax checker (similar with syntastic). it seems that syntastic does not support asynchronous for a while (https://github.com/vim-syntastic/syntastic/issues/699#issuecomment-285039618), and ALE is growing quickly. so, I think it's...
Unicorn is already ignoring page locks, so we also don't need to manage the page collection and its tree objects. It helps us to avoid redundant object allocations and speed...
Attempt to avoid `notdirty_write` as much as possible. Please refer to #1838 for the context. If there is no TB in the page, we can skip the slow path, so...