Moved to https://github.com/smx-smx/tools/tree/master/dva5592/autostart
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
"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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// 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."); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
Moved to https://github.com/smx-smx/tools/tree/master/vl805 | |
**/ |

Dumped from compo::Environment::PutAllComponentFactories
in msdelta.dll
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
XZ Backdoor symbol deobfuscation. Updated as i make progress |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Moved to https://github.com/smx-smx/tools/tree/master/kaitai/microsoft_pe |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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}) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
meta: | |
id: lg_sym | |
file-extension: sym | |
endian: le | |
encoding: ascii | |
seq: | |
- id: header | |
type: header | |
- id: sym_entries | |
type: sym_entry |
NewerOlder