Skip to content

Instantly share code, notes, and snippets.

@alisterk
alisterk / _deobfuscating-unminifying-obfuscated-web-app-code.md
Created December 15, 2024 05:15 — forked from 0xdevalias/_deobfuscating-unminifying-obfuscated-web-app-code.md
Some notes and tools for reverse engineering / deobfuscating / unminifying obfuscated web app code
@alisterk
alisterk / book-convert.sh
Created June 30, 2022 21:13 — forked from jianyun8023/book-convert.sh
ebook convert base on eCore
#!/bin/bash
workdir=$(pwd)
filepath=$1
format=$2
outdir=$3
book_convert(){
filepath=$1
format=$2
tmp_dir="$HOME/Downloads/eCoreCmdtmp/$(uuidgen)"
mkdir -p $tmp_dir