ADaly
ADaly
CC#
Created by ADaly on 10/23/2024 in #help
What security restrictions do anti-malware place on Windows processes?
Hi - thank you for your response. I did trace it to a defect in my code, I struggle to understand why it was observed on the on one machine and not the other. I have little experience with the configuring (modern) malware and understanding what they check for regarding 'endpoints' is of interest (e.g., endpoint being a program or other active entity (I assume)).
3 replies
CC#
Created by Skadwick on 8/22/2024 in #help
Best way to search and replace substrings in large XML files
with XmlDocument class you should be to use xpath to create a collection of nodes, e.g.: xpath='//FileData/FullName', then update the InnerText Property for each node in the NodeList. HTH
4 replies