Page 1 of 1

Highly optimized build of KisMAC-ng

Posted: Fri Mar 18, 2011 1:11 pm
by doommaster
Hi there, after having some performance problems with default KisMAC-ng builds I decided to create my own, highly optimized build of it

warning it so far is ONLY for 64bit Intel MACs running OS 10.6 or later, there is no 32bit Binary and also no PPC code included.

Problems, if they occur, should not be related to my optimizations but rely in the projects sources :( I will gradually update my build to newer Versions of KisMAC-ng

this one is todays trunk
http://datatomb.de/mirror/KisMAC-ng/KisMAC.7z

Re: Highly optimized build of KisMAC-ng

Posted: Sat Mar 19, 2011 4:14 pm
by pejacoby
What's new and optimized in your build? Do you have a Read.Me file describing the differences?

Re: Highly optimized build of KisMAC-ng

Posted: Mon Mar 21, 2011 12:12 am
by doommaster
It is the latest r399 SVN-trunk (18.03.2011)
with modified build options:
-O3 for all binaries
SSE and other post P4 code extensions
stipped build (64bit-Intel only)
compiler optimization via run-time profiling of the binaries (could not do it for the PRISM-Driver as I have no device so that binaries are just statically optimized)
built on 10.6 framework which could improve the performance of the list sorting with many networks in it (a couple of thousands) which resulted in slowdown for me

the build will only run on Macs with Core2Duo or newer running OS X 10.6 or newer