Matrix
Matrix
@pgeugene It's good idea. Can you make it a `lib` for `capslock++` ? Instruction of adding `lib` is at the bottom of `README.md`. I don't have time to do it...
Check `HyperSearch.ahk` for detail. It's just managed by some regexp, nothing special. If you want to use it as a web searcher, check ahk manual and rewrite function `HyperSearch` in...
@pourley Got any other problem?
可以检查输出一下addr的内容,这个可能是和程序有关,堆块的size被篡改,就可能会造成这个错误
This problem should be fixed already. You can simply use `chmod 755` for those binaries in `heapinspect\libs\*` to fix that. Try to find out if there is a permission problem....
@wuk0n9 Still have that problem? Use `git pull` and try again.
sorry for the late respose. i am busy these days. i will accept your pull request if you can make some changes as follows. 1. command line: use `glibc-all-in-one ./download...
@b0ldfrev Many thanks. It will be great if you create a pull request and become a contributer.
As for the problem of GDB, maybe you can write it down in the README within your PR?
#18 it may not be a good idea to copy '.build-id' to '/usr/lib/debug/.build-id/',since it corrupts the system debug symbols. as you point out, just updating gdb can solve the problem?