AGB  ·  Datenschutz  ·  Impressum  







Anmelden
Nützliche Links
Registrieren
Thema durchsuchen
Ansicht
Themen-Optionen

Windows Defender

Ein Thema von Willie1 · begonnen am 21. Okt 2025 · letzter Beitrag vom 5. Nov 2025
Antwort Antwort
Seite 3 von 3     123   
Kas Ob.

Registriert seit: 3. Sep 2023
502 Beiträge
 
#21

AW: Windows Defender

  Alt 30. Okt 2025, 09:06
Ich habe gelernt, dass es keine gute Idee war eine rar-Datei in eine mp4 oder docx-Datei zum Zwecke der Camouflage um zu benennen. Für mich selbst habe ich die Lösung gefunden, den Ordner und meine exe von Defender raus zu nehmen. Aber für ein professionelles Programm wäre das sicher keine Lösung. Schließlich hat Microsoft diese Option ganz schön versteckt.
Have you tried to simply to name these RAR files to ".dat" or ".bin" ?
The right way is not only rename them but also encrypt, this should solve your problem,

BUT, and it is huge but here, and need some information to keep in mind:

Renaming (and/or) deleting a file using the OS APIs is closely watched operation by all AV scanners and specially Windows Defender, this is called a trigger,
so, i suggest to try the following:
1) create a file, new and different file either in the same directory or in different path.
2) choose the name you want, try ".mp3", ".bin", ".dat" ... just test multiple variations.
3) write the data to the new file, may be just copy the content form the old file to the new one.
4) delete the original, and see if this step still triggers the Defender, as it might, being NTFS closely monitored for ownership and permissions.

Please, test the above and report here, so we can see if an encryption is needed, also we need to know exactly what step is the trigger, it could be writing/renaming on that directory and has nothing to do with the files them selves, which is pretty much easy one, but again if you are changing the content of a file you are not suppose to from Defender point of view, or that file is watched for its content then it will trigger th Defender, but this solvable by creating the copy (may be with encryption) the content to different file (woth/without different path) same as above.

And good luck !
Kas
  Mit Zitat antworten Zitat
Willie1

Registriert seit: 28. Mai 2008
778 Beiträge
 
Delphi 10.1 Berlin Starter
 
#22

AW: Windows Defender

  Alt 30. Okt 2025, 16:49
Da gibt es ja noch ganz andere Optionen wenn man sowas wirklich machen möchte. Habe das aber seit vielen Jahren nicht mehr probiert. Wäre mal interessant ob der Defender dann nörgelt....
Zum Beispiel, es gibt Musik in Audio Formaten bei denen die Datei nur Noten und Töne enthält. Beim abspielen werden die Töne entspechend der Noten gespielt und gemischt. Als Töne kann man faktisch alles laden was man an Dateien verfügbar hat.
Meinst du Midi? Willie.
  Mit Zitat antworten Zitat
Willie1

Registriert seit: 28. Mai 2008
778 Beiträge
 
Delphi 10.1 Berlin Starter
 
#23

AW: Windows Defender

  Alt 30. Okt 2025, 17:05
Renaming (and/or) deleting a file using the OS APIs is closely watched operation by all AV scanners and specially Windows Defender, this is called a trigger,
so, i suggest to try the following:
1) create a file, new and different file either in the same directory or in different path.
2) choose the name you want, try ".mp3", ".bin", ".dat" ... just test multiple variations.
3) write the data to the new file, may be just copy the content form the old file to the new one.
4) delete the original, and see if this step still triggers the Defender, as it might, being NTFS closely monitored for ownership and permissions.

Please, test the above and report here, so we can see if an encryption is needed, also we need to know exactly what step is the trigger, it could be writing/renaming on that directory and has nothing to do with the files them selves, which is pretty much easy one, but again if you are changing the content of a file you are not suppose to from Defender point of view, or that file is watched for its content then it will trigger th Defender, but this solvable by creating the copy (may be with encryption) the content to different file (woth/without different path) same as above.

And good luck !
Yes, that would be a good idea. Copy the file with a new name. That could be done elegantly with "Rename".
Gut hören kann ich schlecht, schlecht sehen kann ich gut - Ersteres stimmt nicht, das zweite schon.
  Mit Zitat antworten Zitat
Kas Ob.

Registriert seit: 3. Sep 2023
502 Beiträge
 
#24

AW: Windows Defender

  Alt 30. Okt 2025, 17:32
Yes, that would be a good idea. Copy the file with a new name. That could be done elegantly with "Rename".
And that what was i pointing to, when you copy and rename using single API, you are still disclosing the operation to Defender and it might also block it, but when you read it in whole or partial and at the same time writing data to another file, these are internal operation to your application.

Do you get the idea ?
1) Copying a file with the help of the OS UI like Windows Explorer, and
2) copying the file using an API, and
3) creating a different file then read data then write it to the second, in other words copying the data from within the file, but not the file.
these are different operations and Windows Defender will be not watching and reacting them the same way, each one has collection of rules to watched and checked.

Defender is not a simple scanner but also real time protection with heuristic and behavior analyzer scanner.
Kas
  Mit Zitat antworten Zitat
Benutzerbild von Sinspin
Sinspin

Registriert seit: 15. Sep 2008
Ort: Dubai
767 Beiträge
 
Delphi 10.3 Rio
 
#25

AW: Windows Defender

  Alt 30. Okt 2025, 17:41
Da gibt es ja noch ganz andere Optionen wenn man sowas wirklich machen möchte. Habe das aber seit vielen Jahren nicht mehr probiert. Wäre mal interessant ob der Defender dann nörgelt....
Zum Beispiel, es gibt Musik in Audio Formaten bei denen die Datei nur Noten und Töne enthält. Beim abspielen werden die Töne entspechend der Noten gespielt und gemischt. Als Töne kann man faktisch alles laden was man an Dateien verfügbar hat.
Meinst du Midi? Willie.
Nee. Midi hat in den seltensten Fällen die verwendeten Instrumente mit dabei. Das verlässt sich auf die Audiobibliotek der Soundkarte. Deswegen können Midi auch auf jedem Rechner anders klingen.
Sorry, ich hatte das vergessen mit zu erwähnen ich meine Module oder Tracker Formate. Sowas wie MOD, S3M, IT, XM.
Stefan
Nur die Besten sterben jung
A constant is a constant until it change.
  Mit Zitat antworten Zitat
Willie1

Registriert seit: 28. Mai 2008
778 Beiträge
 
Delphi 10.1 Berlin Starter
 
#26

AW: Windows Defender

  Alt 30. Okt 2025, 18:01
Hey, MOD kenne ich aber sonst hab' ich wenig Ahnung davon. Ich weiß nicht, wie lange du schon dabei bist. Früher gab es eine kleine Klaviertastatrur, die wohl zur Soundkarte gehörte und eine lange Liste von Musikinstrumenten von Klavier über Geige bis Stimme (m/w) und du konntes Musik machen. Das war kurios. Das war Midi und gibt es nicht mehr. Aber wie gesagt, viel mehr weiß ich nicht.
Gut hören kann ich schlecht, schlecht sehen kann ich gut - Ersteres stimmt nicht, das zweite schon.
  Mit Zitat antworten Zitat
Willie1

Registriert seit: 28. Mai 2008
778 Beiträge
 
Delphi 10.1 Berlin Starter
 
#27

AW: Windows Defender

  Alt 30. Okt 2025, 18:12
[QUOTE=Kas Ob.;1553260]
Defender is not a simple scanner but also real time protection with heuristic and behavior analyzer scanner.
Yes, I noticed that. You don't necessarily need an additional virus protector. I will follow your thoughts and test.
Gut hören kann ich schlecht, schlecht sehen kann ich gut - Ersteres stimmt nicht, das zweite schon.
  Mit Zitat antworten Zitat
freimatz

Registriert seit: 20. Mai 2010
1.538 Beiträge
 
Delphi 11 Alexandria
 
#28

AW: Windows Defender

  Alt 4. Nov 2025, 10:30
Hey, MOD kenne ich aber sonst hab' ich wenig Ahnung davon. Ich weiß nicht, wie lange du schon dabei bist. Früher gab es eine kleine Klaviertastatrur, die wohl zur Soundkarte gehörte und eine lange Liste von Musikinstrumenten von Klavier über Geige bis Stimme (m/w) und du konntes Musik machen. Das war kurios. Das war Midi und gibt es nicht mehr. Aber wie gesagt, viel mehr weiß ich nicht.
Warum sollte es Midi nicht mehr geben? Problem ist nur bei Remote Desktop. (Midi ist das meist verbreitete Format um Musikinstrumente miteinander zu verkabeln - gibt sogar Drehleiern die das können )
Oder meinst Du nur die Klaviertastatur?
  Mit Zitat antworten Zitat
skybibo

Registriert seit: 23. Jun 2008
Ort: NRW
38 Beiträge
 
Delphi 13 Florence
 
#29

AW: Windows Defender

  Alt 4. Nov 2025, 17:29
</OT> Auf Youtube gibt es ein Video bei dem die größte Kirchenorgel der Welt über MIDI an ein Notebok angeschlossen wird </OT>
Bernd
  Mit Zitat antworten Zitat
Willie1

Registriert seit: 28. Mai 2008
778 Beiträge
 
Delphi 10.1 Berlin Starter
 
#30

AW: Windows Defender

  Alt 5. Nov 2025, 18:43
Oder meinst Du nur die Klaviertastatur?
Ja, genau meinte ich. Wiliie.
Gut hören kann ich schlecht, schlecht sehen kann ich gut - Ersteres stimmt nicht, das zweite schon.
  Mit Zitat antworten Zitat
Antwort Antwort
Seite 3 von 3     123   


Forumregeln

Es ist dir nicht erlaubt, neue Themen zu verfassen.
Es ist dir nicht erlaubt, auf Beiträge zu antworten.
Es ist dir nicht erlaubt, Anhänge hochzuladen.
Es ist dir nicht erlaubt, deine Beiträge zu bearbeiten.

BB-Code ist an.
Smileys sind an.
[IMG] Code ist an.
HTML-Code ist aus.
Trackbacks are an
Pingbacks are an
Refbacks are aus

Gehe zu:

Impressum · AGB · Datenschutz · Nach oben
Alle Zeitangaben in WEZ +1. Es ist jetzt 18:17 Uhr.
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
LinkBacks Enabled by vBSEO © 2011, Crawlability, Inc.
Delphi-PRAXiS (c) 2002 - 2023 by Daniel R. Wolf, 2024-2025 by Thomas Breitkreuz