Skip to content

Instantly share code, notes, and snippets.

View dearZander's full-sized avatar

Alejandro Jimenez dearZander

View GitHub Profile
@muff-in
muff-in / resources.md
Last active November 28, 2025 15:52
A curated list of Assembly Language / Reversing / Malware Analysis / Game Hacking-resources
@lalibi
lalibi / Set-WindowState.ps1
Last active October 8, 2025 22:13 — forked from Nora-Ballard/Set-WindowState.ps1
Hide, Show, Minimize, Maximize, etc window from Powershell.
function Set-WindowState {
<#
.SYNOPSIS
Set the state of a window.
.DESCRIPTION
Set the state of a window using the `ShowWindowAsync` function from `user32.dll`.
.PARAMETER InputObject
The process object(s) to set the state of. Can be piped from `Get-Process`.