Skip to content

Instantly share code, notes, and snippets.

View arminask's full-sized avatar
🐒

Arminas Keršys arminask

🐒
View GitHub Profile
@arminask
arminask / pep.log
Created November 27, 2024 16:02
qrd7325-pep
This file has been truncated, but you can view the full file.
Connected to target 169.254.50.21 on port 50000 on local IP 169.254.3.7.
You can get the target MAC address by running .kdtargetmac command.
Connected to Windows 10 21390 ARM 64-bit (AArch64) target at (Wed Nov 27 17:57:49.731 2024 (UTC + 2:00)), ptr64 TRUE
Kernel Debugger connection established. (Initial Breakpoint requested)
************* Path validation summary **************
Response Time (ms) Location
OK C:\symbols
Deferred SRV*C:\symbols*https://msdl.microsoft.com/download/symbols
@arminask
arminask / pil-squasher.py
Last active October 25, 2024 11:29
Python pil-squasher script that assembles ELF segments into a single .mbn file
#!/usr/bin/env python
"""
Assemble ELF segments into a single mbn file.
Usage: pil-squasher.py <mbn output> <mdt header>
This script reads an ELF header and program headers from the specified mdt
file and combines the corresponding segments from .bXX files or the mdt file
itself into a single mbn file.