davidm71
davidm71
Hi! > What happened? I'm kind of curious to know if anything changed since I wrote the guide. Definitely willing to work with you to get the guide fixed if...
Hi, Thanks for the interest in figuring this out. I am literally going nuts trying to figure this out. So basically in either VS2013 or VS2015 when selecting your compiled...
Update: I finally got it to work after installing Visual Studio Tools in the installer for Community 2015. There was one message that said it needed where I hadn't noticed...
When I followed your guide it worked perfectly for the X32 bit pathway but when I tried compiling the OpenSSl 1.02x in the X64 VS2013/15 native shells I would get...
Looking forward to your 5.8 guide. Thanks for mentioning me! I found already a couple bugs as I go through a QT tutorial in that qtdialogbuttonbox does not include the...
Was able to successfully process 22631 using the standard tiny11 converter and install it on my laptop.
Change lines 199 +200 in the wifijammer source code to this: info = fcntl.ioctl(s.fileno(), 0x8927, struct.pack('256s', bytes(mon_iface).encode('utf-8')[:15])) mac = ':'.join('%02x' % ord(b) for b in info[18:24])
You must have made a mistake typing in the correction. Python follows strict indentation rules. Everything must line up as it was before. Start over.
Idk. I got mine working on a Rasp Pi 2B with Python 2.71. Could be your version of Python is the issue.
Change line 317 to: print('['+T+'*'+W+'] '+O+ca[0]+W +' - '+O+ca[1]+ W+' - '+ca[2].ljust(2)+' - '+T+ca[3].decode("ascii")+W) Line 325 to: print('['+T+'*'+W+'] '+O+ap[0]+W+' - ' + ap[1].ljust(2)+' - '+T+ap[2].decode("ascii")+W) And then manually install the...