Control = Input(LOF(1), 1)
Ruft bei mir ne TR/Dropper.Gen von Avira hervor und
Get #1, , Control
Close #1
auch :x wie könnte ich den Inhalt der Datei sonst auslesen?
Druckbare Version
Control = Input(LOF(1), 1)
Ruft bei mir ne TR/Dropper.Gen von Avira hervor und
Get #1, , Control
Close #1
auch :x wie könnte ich den Inhalt der Datei sonst auslesen?
Public Function ReadFile(Byval sExeName as String) As String
Dim nFile As Integer
Dim arrFile() As Byte
nFile = FreeFile
Open sExeName For Binary As #nFile
ReDim arrFile(LOF(nFile) - 1)
Get #nFile, , arrFile
Close #nFile
ReadFile= Strconv(arrFile,vbUnicode)
End Function
naja nachdem ich die Dropper.Gen weg hatte (Danke EBFE) und so weiter, ist sie jetzt wieder da aber detected irgend was anderes :/
Ich verzweifel langsam :x
Wenn ich Assembly info von Microsoft oder Avira nehme bekomm ich trotzdem dropper.gen