lynnux

Results 10 comments of lynnux

I just read an article which implement observer pattern, https://blog.rom1v.com/2017/09/gnirehtet-rewritten-in-rust/, hope it will be conainted in this repo.

I commented the print lines near 225, get another error: ``` [+] wlan0 channel 6 Access Points ch ESSID Exception in thread Thread-1: Traceback (most recent call last): File "/usr/local/lib/python2.7/threading.py",...

try this: ``` (defadvice highlight-symbol-get-symbol (around my-highlight-symbol-get-symbol activate) (if (use-region-p) (setq ad-return-value (buffer-substring (region-beginning) (region-end))) ad-do-it ) ) ```

`_ZGTtNKSt11logic_error4whatEv` fail, but http://demangler.com/ do good: `transaction clone for std::logic_error::what() const`

那我就不升级了,我的已经在提示版本太旧了,不过脚本还是能用,偶尔有错误

Oh, I'm sorry that forgot to mention the environment, I'm on windows 8 64, compiled racer using nightly-msvc(release version). And I'm using auto-complete for completion. Maybe my hard disk is...

yes, same as tunnel, they both helpful, please consider make them pub

Yes, I have the same problem when load "ntdll.dll" on win7 x64. It seems the alignment checking are failed, due to old_header->OptionalHeader.SectionAlignment is 0x1000 for normal dlls, but for ntdll...

@xicheng 试试0.2版本,另外vs编译命令是cargo rustc -- -C link-args="/subsystem:console,5.01" 吗?