Skip to content

Instantly share code, notes, and snippets.

View andre95d's full-sized avatar

Andrea andre95d

  • Apulia, Italy
View GitHub Profile
@dakotawilliams0095
dakotawilliams0095 / readme.md
Created January 6, 2026 04:50
A quick guide to buying a genuine Windows 11 Pro license safely. Lists reputable purchase options (Microsoft Store, authorized retailers, OEM preinstalled PCs), explains Retail vs OEM basics, and highlights common red flags (too-cheap keys, unverifiable sellers, “multi-activation” claims). Includes simple post-purchase checks in Windows Activati…

Where to Buy a Genuine Windows 11 Pro License (Safe Options + Red Flags) People usually land here after buying a “cheap key” that activates for a day, then flips to not genuine. This gist is a safe buying checklist. It helps you avoid gray-market licenses, avoid chargebacks, avoid compliance headaches. One mention only: Softwarelegit.

First, know what you are buying A “Windows 11 Pro license” can mean different things. Price, transfer rights, support depend on the license type.

Common types:

Retail (digital or boxed): safest for most home users. Can usually transfer to a new PC later. OEM/System Builder: meant for one device. Often tied to the first motherboard.

@Zibri
Zibri / sfwd2.sh
Last active March 10, 2025 09:18
Samsung SSD Firmware decrypt
#!/bin/bash
#
# Samsung SSD Firmware decompressor & deobfuscator
# By Zibri / RamJam in 2024
#
# This version uses openssl.
#
if ! which &>/dev/null openssl
then
@NeatMonster
NeatMonster / README.md
Last active August 25, 2024 20:55
A simple hexdump module for Python

Simple Hexdump

A simple hexdump module for Python.

Installation

The preferred installation method is:

pip install simple-hexdump

ELF Format Cheatsheet

Introduction

Executable and Linkable Format (ELF), is the default binary format on Linux-based systems.

ELF

Compilation

@cetinajero
cetinajero / ddrescue.md
Last active March 3, 2026 05:34
Guide for using Ddrescue to recover data

Guide for using Ddrescue to recover data

Start command:

ddrescue -d /dev/sda output.img output.mapfile

NOTE: If direct disc access is not available in your system, try raw devices.

@AnatomicJC
AnatomicJC / android-backup-apk-and-datas.md
Last active March 12, 2026 02:08
Backup android app, data included, no root needed, with adb

Backup android app, data included, no root needed, with adb

Note: This gist may be outdated, thanks to all contributors in comments.

adb is the Android CLI tool with which you can interact with your android device, from your PC

You must enable developer mode (tap 7 times on the build version in parameters) and install adb on your PC.

Don't hesitate to read comments, there is useful tips, thanks guys for this !

@hax0kartik
hax0kartik / export_symbol.idc
Last active July 22, 2025 23:24
Export symbols from IDA to a ghidra importable symbol file
#include <idc.idc>
static FuncDump(f, start)
{
auto ea, str, count, ref;
auto end;
auto teststr;
ea = start;
@dogtopus
dogtopus / csrotau.py
Created December 12, 2018 20:37
CSR OTAU binary parser
#!/usr/bin/env python3
# CSR OTAU binary parser
# https://developer.qualcomm.com/qfile/34081/csr102x_otau_overview.pdf
# For use with test and demonstration only. This is obviously not official and
# is not affiliated with Qualcomm.
import io
import os
import sys
@al3xtjames
al3xtjames / xps_9560_ifr.txt
Last active April 13, 2025 11:52
Dell XPS 15 9560 (1.2.5) NVRAM edits
# Set Intel(R) Speed Shift Technology to Enabled
setup_var 0x4BC 0x1
# Set CFG Lock to Disabled
setup_var 0x4ED 0x0
# Set Above 4GB MMIO BIOS assignment to Enabled
# setup_var 0x79A 0x1
# Set EHCI Hand-off to Disabled
# setup_var 0x2 0x0
# Set XHCI Hand-off to Disabled
@stupidpupil
stupidpupil / GalliumOS on Edgar.markdown
Last active September 23, 2025 13:07
Guide to installing GalliumOS on an Acer Chromebook 14" (CB3-431) 'Edgar'

GalliumOS on Edgar

This document sets out how I installed GalliumOS 2.1 on a new Acer Chromebook 14" (CB3-431) 'Edgar' in April 2017. I installed GalliumOS on the internal eMMC storage, but left Chrome OS in place (allowing dual-booting).

It is meant to be an easy-to-follow and particularly thorough (if repetitive) guide, but I make no warranty that it will work correctly for you. It will wipe all data on your Edgar.

I have tried to provide references for each section; see the GalliumOS wiki guide to chrx installation for an overview of the general process.

⚠ Caution: There have been reports of Edgars' speakers overheating, due to a malfunction of the audio hardware, when booted into anything other than Chrome OS. I have not experienced this, and it seems to be believed that this will not now occur under GalliumOS. More information can be found in the comments for the [GalliumOS Braswell Platform Validation