Skip to content

Commit

Permalink
Compiled native wifi patch. Updated autoit version used to compile.
Browse files Browse the repository at this point in the history
  • Loading branch information
acalcutt committed Jul 15, 2014
1 parent f6cbeda commit d6e41ab
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 10 deletions.
18 changes: 8 additions & 10 deletions VistumblerMDB/Vistumbler.au3
@@ -1,27 +1,25 @@
#RequireAdmin
#region ;**** Directives created by AutoIt3Wrapper_GUI ****
#AutoIt3Wrapper_Version=Beta
#Region ;**** Directives created by AutoIt3Wrapper_GUI ****
#AutoIt3Wrapper_Icon=Icons\icon.ico
#AutoIt3Wrapper_Outfile=Vistumbler.exe
#AutoIt3Wrapper_UseUpx=n
#AutoIt3Wrapper_Res_Fileversion=10.3.2.0
#AutoIt3Wrapper_res_requestedExecutionLevel=asInvoker
#AutoIt3Wrapper_Res_requestedExecutionLevel=asInvoker
#AutoIt3Wrapper_Run_Tidy=y
#endregion ;**** Directives created by AutoIt3Wrapper_GUI ****
#EndRegion ;**** Directives created by AutoIt3Wrapper_GUI ****
;License Information------------------------------------
;Copyright (C) 2013 Andrew Calcutt
;Copyright (C) 2014 Andrew Calcutt
;This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; Version 2 of the License.
;This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
;You should have received a copy of the GNU General Public License along with this program; If not, see <http://www.gnu.org/licenses/gpl-2.0.html>.
;--------------------------------------------------------
;AutoIt Version: v3.3.9.4
;AutoIt Version: v3.3.12.0
$Script_Author = 'Andrew Calcutt'
$Script_Name = 'Vistumbler'
$Script_Website = 'http://www.Vistumbler.net'
$Script_Function = 'A wireless network scanner for vista and windows 7. This Program uses "netsh wlan show networks mode=bssid" to get wireless information.'
$version = 'v10.5.1 Beta 4.2'
$Script_Function = 'A wireless network scanner for Windows 8, Windows 7, and Vista.'
$version = 'v10.5.1 Beta 5'
$Script_Start_Date = '2007/07/10'
$last_modified = '2013/10/09'
$last_modified = '2014/07/15'
HttpSetUserAgent($Script_Name & ' ' & $version)
;Includes------------------------------------------------
#include <File.au3>
Expand Down
Binary file modified VistumblerMDB/Vistumbler.exe
Binary file not shown.

0 comments on commit d6e41ab

Please sign in to comment.