-
Hi Matias,
i've compiled from a git clone, compiling worked fine (i've compiled libtins with -DLIBTINS_ENABLE_CXX11=1).
However dot11decrypt can be started but not packets get forwarded to tap0 (wpa h…
-
I've actually successfully built libtins on windows 10 using visual studio 2017 with c++. After using cmake and configuring all needed stuff including WinPcap dev pack etc. I've built stream_dump.exe …
-
The log shows it's building a shared library:
`-- Build will generate a shared library. Use LIBTINS_BUILD_SHARED=0 to perform a static build`
Here you can see it does not install the DLL.
`…
-
I installed libations, jsconcpp, libpcap-dev but when I run the make command in the "build" directory inside dublin-traceroute, it fails.
`ubuntu:~/dublin-traceroute/build$ make
[ 12%] Building …
-
I've try to build it using brew formula
`brew install https://raw.githubusercontent.com/insomniacslk/dublin-traceroute/master/homebrew/dublin-traceroute.rb`
and get this error:
```
==> cmake…
-
Would it make sense to allow libtins to run either on top of libpcap (like it does today), or other packet capturing technologies -- which are potentially faster -- like netmap [1]?
[1] http://info.i…
-
Excellent project!! Are you running Aircrack-ng on a mac virtually? From what I've read about Aircrack-ng, it's not fully implemented for a mac.
-
Is it possible to extend this to allow the user to specify the non-default interface? This would be helpful on systems that are attached to multiple networks. I've taken a look at the code and if I ca…
-
-
With some c++ code I'm experiencing the situation, that IKOS thinks all code is dead, which is obviously not the case.
Example from libtins (https://github.com/mfontanini/libtins):
**1) This works…