Thanks to visit codestin.com
Credit goes to github.com

Skip to content

musasPI/Temp-Windows-Janitor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

52 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Windows Temp Janitor 32-Bits

Cleans files and folders in the %temp% and C:\Windows\Temp folders

☢️ Executable flagged as malware

The execute file (.exe) is flagged as malware because the code modifies Temp files and using Shell32.dll and User32.dll.

🏗️ Building the Executable

If you want to use the tool, it is recommended to assemble the executable from the source code (.asm) using the NASM assembler and the GoLink linker.

Assembler

nasm -f win32 windows-temp-janitor.asm

Linker

golink /entry _amanto windows-temp-janitor.obj Shell32.dll User32.dll Kernel32.dll /mix && rename windows-temp-janitor.exe "WT Janitor.exe"

Execution

"WT Janitor.exe"

I'm beginner on Assembly Language

Don't worry about code!

Adiós 🐱‍👤

Windows Temp Janitor 32-Bits

Limpa os arquivos e pastas na pasta %Temp% e na pasta C:\Windows\Temp

Tradução

A tradução em Português está em reformulação após cenários marcados com falha na exibição de acentos e por esse motivo que a tradução foi removida temporariamente do Temp Windows Janitor.

☣️ Executável sinalizado como Malware

O ficheiro executável (.exe) está sendo sinalizado como malware porque ele modifica arquivos Temporários e usa Shell32.dll e User32.dll.

🏗️ Montando o Executável

Caso queira utilizar a ferramenta, é recomendado montar (compilar) o executável pelo código-fonte (.asm), utilizando do montador (assembler) NASM e o ligador (linker) GoLink.

Montador (Assembler)

nasm -f win32 windows-temp-janitor.asm

Ligador (Linker)

golink /entry _amanto windows-temp-janitor.obj Shell32.dll User32.dll Kernel32.dll /mix && rename windows-temp-janitor.exe "WT Janitor.exe"

Execução

"WT.exe"

Sou novato na Linguagem Assembly!

Não se preocupe por causa da sintaxe do código. (estou saindo do analfabetismo Assembly)

Até Logo🐱‍💻

About

Cleans files in the %temp% and C:\Windows\Temp folders

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors