Skip to content

Instantly share code, notes, and snippets.

View CatRass's full-sized avatar
🦀

Darrel CatRass

🦀
  • Melbourne, Victoria
  • 03:23 (UTC +10:00)
View GitHub Profile
@frolleks
frolleks / DECOMPILING_AN_ELECTRON_APP.md
Last active July 14, 2024 07:46
How to decompile an Electron app

Let me tell you how easy it is to decompile an Electron app (that's closed source).

Prerequisites

Decompilation

First of all, you find the install path of your Electron app. If you found it, find the resources folder. If you found it, you'll have to install asar globally, by running:

@fnky
fnky / ANSI.md
Last active July 19, 2024 08:06
ANSI Escape Codes

ANSI Escape Sequences

Standard escape codes are prefixed with Escape:

  • Ctrl-Key: ^[
  • Octal: \033
  • Unicode: \u001b
  • Hexadecimal: \x1B
  • Decimal: 27
@thomasheller
thomasheller / INSTALL.md
Last active July 2, 2024 11:55
Install Arch Linux in VirtualBox VM