juhovh

Results 4 issues of juhovh

Currently there doesn't seem to be any way to do `EAP-MS-CHAPv2` authentication using the SQL configuration plugin as a backend. The missing piece is the lack of ability to define...

I'm writing this on my mobile phone so sorry if I'm describing this too shortly. On JVM languages the language tags are considered to be in format language-region-variant. This is...

我看了你这个repo发现了fairplay_ex.c看起来是从fairplay-core.o反编译出来的call_0xeb00c,但它还需要call_0x435b4,call_0x6712c。是这反编译开始做了还没做完还是?我很好奇是因为我也曾经开始做类似的东西了但是一直没时间做完。😓

I'm getting the following: ``` $ node > var charsetDetector = require("node-icu-charset-detector"); undefined > var charset = charsetDetector.detectCharset(new Buffer('6d79f668e4', 'hex')); Segmentation fault (core dumped) ```