bryan alexander

Results 21 comments of bryan alexander

Are you saying that the standard Wifite in BT5R3 produces incorrect WPS results, but the stable version from Github assesses correctly? If so, this is likely just a bug in...

Probably a solid idea. I don't foresee any issues with this change.

Not sure if related, but I ran into this as well. Turned out `get_test_case` was missing a FD close: ``` $ git diff afl-fuzz.c diff --git a/afl-fuzz.c b/afl-fuzz.c index 28ec379..7b4e195...

Thanks for the response. First via git-bash: ``` $ git clone https://github.com/intelxed/xed.git Cloning into 'xed'... remote: Enumerating objects: 364, done. remote: Counting objects: 100% (364/364), done. remote: Compressing objects: 100%...

I'm not, no. This is on a 32-bit Windows 7 machine so everything should be 32-bit.

``` $ litecov.exe -trace_debug_events -trace_module_entries -trace_basic_blocks -instrument_module notepad.exe -coverage_file coverage.txt -- notepad.exe Debugger: Process created or attached Debugger: Exception 80000003 at address 77BE060D Debugger: Loaded module notepad.exe at 00410000 Debugger:...

Building an x86 bin on Windows 10 gives me a working binary that I can capture coverage from. If I take this binary and drop it into a Windows 7...

If you're comfortable @danghvu, perhaps you could publish your core framework and the community could help bolt in modules around it? I've got a few things I'd like to publish...

Hey @3isenHeiM A few things: - When you changed all of the GUIDs, you also need to be sure you're including the correct IDL file and recompiling it. Once you...

`3335_1000_rpc_s.c` and `3335_1000_rpc_s.h` are not minor versions included in this repository, so the IDL must have compiled. Make sure you add both the `.h` and `.c` files to your Visual...