Skip to content

Instantly share code, notes, and snippets.

@AceAce2025
AceAce2025 / README.md
Created August 5, 2016 11:57
Deobfuscate free version of JavascriptObfuscator.com

Simple Javascript deobfuscator

Aims to deobfuscate the result of JavascriptObfuscator free version.

Run

To tun the script, you should have had node.js installed first. Requires node.js and following npm modules:

  • esprima
@AceAce2025
AceAce2025 / memory.cs
Created June 22, 2016 17:07
C# - Class to Read and Write in RAM.
using System;
using System.Diagnostics;
using System.Runtime.InteropServices;
namespace memoryReader
{
static class Memory
{