Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 16 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
root = true

[*.ps1]
charset = utf-8
end_of_line = crlf
insert_final_newline = true

[*.md]
charset = utf-8
end_of_line = crlf
insert_final_newline = true

[*.json]
charset = utf-8
end_of_line = crlf
insert_final_newline = true
2 changes: 1 addition & 1 deletion MalwTool.ps1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# https://github.com/ImMALWARE/MalwTool
# https://github.com/ImMALWARE/MalwTool
Add-Type -AssemblyName System.Windows.Forms
Add-Type -Name Window -Namespace Console -MemberDefinition '[DllImport("Kernel32.dll")]public static extern IntPtr GetConsoleWindow();[DllImport("user32.dll")]public static extern bool ShowWindow(IntPtr hWnd, Int32 nCmdShow);'
[void][Console.Window]::ShowWindow([Console.Window]::GetConsoleWindow(), 0)
Expand Down
2 changes: 1 addition & 1 deletion MalwToolLegacy.ps1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# https://github.com/ImMALWARE/MalwTool
# https://github.com/ImMALWARE/MalwTool
$n = [Environment]::NewLine
$tls = '[Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12'
$host.ui.RawUI.WindowTitle = 'MalwTool Legacy'
Expand Down
2 changes: 1 addition & 1 deletion README_EN.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,4 +76,4 @@ Guides are here: https://github.com/ImMALWARE/MalwTool/wiki/For-Windows-7-(Engli
## You can report here:
* [Github Issues](https://github.com/ImMALWARE/MalwTool/issues/new)
* [Telegram Chat](https://t.me/immalware_chat)
* [Lolzteam Thread](https://lolz.live/threads/4997821)
* [Lolzteam Thread](https://lolz.live/threads/4997821)