Skip to content

Instantly share code, notes, and snippets.

@smx-smx
smx-smx / get.bat
Created July 1, 2025 00:32
Download chrome.dll symbols
"C:\Program Files (x86)\Windows Kits\10\Debuggers\x64\symchk.exe" ^
"C:\Program Files (x86)\Google\Chrome\Application\138.0.7204.49\chrome.dll" ^
/s SRV*c:\symbols*https://chromium-browser-symsrv.commondatastorage.googleapis.com
// kiosk.js
// forces a macOS app to be in presentation mode 3 (hide dock, hide menu bar)
// tracks fullscreen enter/exit and alt-tab, restoring the desired state in case it was changed by the OS
'use strict';
console.log("Frida script starting (presentation10.js - with fullscreen hooks)...");
if (ObjC.available) {
console.log("Objective-C runtime is available.");
@smx-smx
smx-smx / vl805.c
Last active July 14, 2024 00:56
VL805 USB Init Code
/**
Moved to https://github.com/smx-smx/tools/tree/master/vl805
**/
@smx-smx
smx-smx / AsrockFlashrom.jpg
Last active June 30, 2024 01:08
z270 coreboot
AsrockFlashrom.jpg
@smx-smx
smx-smx / !readme.md
Last active May 12, 2024 15:49
MSDelta flows dump

Dumped from compo::Environment::PutAllComponentFactories in msdelta.dll

@smx-smx
smx-smx / XZ Backdoor Analysis
Last active June 2, 2025 22:53
[WIP] XZ Backdoor Analysis and symbol mapping
XZ Backdoor symbol deobfuscation. Updated as i make progress
@smx-smx
smx-smx / !microsoft_pe.txt
Last active July 14, 2024 13:15
microsoft_pe.ksy
Moved to https://github.com/smx-smx/tools/tree/master/kaitai/microsoft_pe
@smx-smx
smx-smx / CMakeLists.txt
Created February 9, 2024 01:41
!linker_proxy
project(linker_test)
macro(handle_asm_file file)
set_property(SOURCE "${file}" PROPERTY LANGUAGE C)
set_property(SOURCE "${file}" PROPERTY COMPILE_DEFINITIONS __ASSEMBLY__)
endmacro()
find_library(LIBCRYPTO_LIBRARY NAMES crypto REQUIRED)
message(STATUS ${LIBCRYPTO_LIBRARY})
@smx-smx
smx-smx / lgsym.ksy
Last active January 6, 2024 21:23
LG Sym Kaitai definition
meta:
id: lg_sym
file-extension: sym
endian: le
encoding: ascii
seq:
- id: header
type: header
- id: sym_entries
type: sym_entry