Jump to content

nothappyuser

Members
  • Posts

    5
  • Joined

  • Last visited

Reputation

0 Neutral

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

  1. using System; using System.Linq; using System.Resources; using System.Threading; using System.Reflection; using System.Diagnostics; using System.Collections; using System.Runtime.InteropServices; [assembly: ComVisible(false)] [assembly: AssemblyCulture("")] [assembly: AssemblyTitle("Status")] [assembly: AssemblyConfiguration("")] [assembly: AssemblyVersion("1.0.0.1")] [assembly: AssemblyFileVersion("1.0.0.1")] [assembly: NeutralResourcesLanguage("en")] [assembly: AssemblyCompany("Ben Knobe Inc")] [assembly: AssemblyProduct("Check Windows Min|Max")] [assembly: AssemblyDescription("Check Windows Max/Min")] [assembly: Guid("064490ee-ad15-4a44-8521-6bcf513f953f")] [assembly: AssemblyCopyright("Ben Knobe Copyright © 2021")] [assembly: AssemblyTrademark("Ben Knobe Copyright © 2021")] namespace Status { class Program { [DllImport("user32.dll")][return: MarshalAs(UnmanagedType.Bool)] static extern bool IsIconic(IntPtr hWnd); static void Main(string[] args) { if (!args.Any()) { Console.WriteLine("\nUse: " + System.AppDomain.CurrentDomain.FriendlyName + " \"File_Name.eXtension\""); return; } else { String Title = args[0].ToLower() + " - Notepad"; Process process = Process.GetProcesses().Where(p => p.MainWindowTitle == Title).SingleOrDefault(); if (process != null) { var wHnd = process.MainWindowHandle; if (!IsIconic(wHnd)) { Console.WriteLine("False"); // Maximized or Nommal Window: File - Notepad.exe // return; } else if (IsIconic(wHnd)); { Console.WriteLine("True"); // Minimized Window: File - Notepad.exe // return; } } Console.WriteLine("File not open!"); // Not Founded Windows // } } } } // https://www.iconfinder.com/icons/2525058/ben_kenobi_jedi_obi_-_wan_kenobi_star_wars_icon // %__APPDir__%..\Microsoft.NET\Framework64\v4.0.30319\csc.exe /t:exe /out:".\Status.exe" ".\Status.cs" /win32icon:"Ben Knobe.ico" /platform:anycpu /unsafe+ /w:0 /o /nologo Here is the source code of the virus, you can compile using the same line that I used (last line) The promised 10-minute solution has not yet arrived, it is already over 10 hours. I really opened an account to have all this work for a false positive with the MalWareBytes* machine learning engine is unnecessary efforts for little use or none. It is difficult to be technological and advanced using machine learning engine to learn how to produce waste of time for your clients... Thank you for yours disservices * Obs.: Your name starting with "Mal" in my natural language it means "bad/evil"
  2. Thank you, if you need the code, let me know...
  3. zOk, New users can not edit because of the abuse to the editing system. New users can not edit because of the abuse to the editing system. you remind me of someone whose answers are odd (i'm not saying bad), i'm saying "unique" precisely... Thank you /again Sr.
  4. That's what I think about this event... 2/69 Two occurrences in 69 software, which I understand to be a real case of false positive, where it is not necessary to affiliate/register an account, open an email, activate an account, create a topic, and then resolve the demand. Perfect, but when it comes to malwarebytes, all this work forces the search for the solution via a waste of time, as I need the result to be faithful to the content (without viruses), it is only possible to resolve to meet all the demands dictated by malwarebytes. Hence, I can suppose, that programmatically, this result and many more, may not in fact be false positive, even though the string rain points to this hypothesis, but it is intentional to force more and more victims of the false positive, to affiliate. What is the reason for not having an isolated tool from the forum, without additional demands of efforts by the user to send and remedy a false positive?... Thank you very much Sr. for supporting the content posted, and forgive me for letting off the steam on your polst, I couldn't find where to edit my own post .. there is no interface that is "deductible" the action of editing around here, or I just can't do it, no know...
  5. The virustotal.com website tool results in infection in an exe (my) file compiled using C # code to signal false/true if a notepad window is minimized, maximized or the file is not open. In addition to malwarebytes, another detector also pointed to the presence of viruses, was SecureAge APEX. I didn't take 2 minutes to report the same to them, I didn't have to create an account, I didn't have to activate an account, I didn't have to open a forum content, where I understand to be spontaneous and unintentional the result of this scanner. forcing to create an account, to solve it later, is unproductive, is a waste of time in the race against the real viruses... keep looking the error path to find error results... keep looking the error path to find error results... Status.zip
Back to top
×
×
  • Create New...

Important Information

This site uses cookies - We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.