Results 33 comments of Rodney Beede

I open Resource Monitor Disk tab Disk Activity pane The md5deep process shows multiple files open with read activity. It is easiest to reproduce when doing a directory with several...

The beta version run with "md5deep64.exe -r -z -c -j 1 ." works as expected and only opens 1 file at a time.

I am working this out as well. ``` apt-get install libykpers-1-dev ``` ``` gcc -I/usr/include/ykpers-1 yubicrack.c ```

This is closer, but it appears the library has changed in later versions so not compatible with this code: ``` gcc -I/usr/include/ykpers-1 -I/usr/include yubicrack.c # Result yubicrack.c:(.text+0x1f4): undefined reference to...

Gave up on compiling this and tried a slow bash variant: cat yubikey_bruteforce_access_code.bash ```bash #for ((i=0; i < 281474976710656; i++)); do for ((i=0; i < 16; i++)); do echo $i...

One trick to get what you need is to "Publish" the app in Visual Studio. Then look at the list of all the dlls in the published directory and use...

I found that if I use the bin\Release\ files the exe created by ILMerge crashes when I try to run it in a standalone directory. If I use the dll...

The following build.xml will actually compile and generate the jar. I used Windows 7, Java 7 64-bit jdk, and Ant 1.90. ``` xml ```

Executed on Windows with ``` text "c:\Program Files (x86)\Java\jre7\bin\java.exe" -Djava.library.path=.\lib\swt-win32-3.5.2.jar -cp .\lib\swt-win32-3.5.2.jar;.\lib;defacetool.jar com.trustwave.deface.Deface ``` All one line

https://docs.aws.amazon.com/AmazonS3/latest/API/sig-v4-header-based-auth.html