Yiannis Marangos
Yiannis Marangos
I just downloaded the latest Kali (1.0.9a) and installed: hostapd, bridge-utils After that I tried your command and everything works fine. Try to connect to the AP from another device...
BTW, what VM do you use? I use VirtualBox and the host machine is ArchLinux.
By the WiFi protocol you can not bridge a wifi interface to another one. If you change the VM network to NAT it should work. The strange thing is that...
Probably this will be solved if I implement pseudo-bridge (#38). Which I don't have much time to investigate it at the moment.
Sorry I stopped using AirVPN years ago, most probably doesn't work because it needs to be updated.
Yes it uses unsafe. In fact they are just unsafe functions without any extra abstraction. The good part is that the code is not that big, so you can evaluate...
Any updates on this?
I'm using failure but I want to migrate to snafu and I find tuples very useful then I want to handle the error with a `match` of an `it let`....
You could use dot instead of underscore, the same way [thiserror](https://github.com/dtolnay/thiserror) does.
Why do you need `ADD X0, X29, #0x78` and not just: ``` LDR X1, [X0, #0x210] BLR X1 ```