Skip to content

Instantly share code, notes, and snippets.

cd $HOME/nwjs/src && ninja -C out/nw nwjs
ninja: Entering directory `out/nw'
[1/6] SOLINK ./lib/libheadless_non_renderer.so
FAILED: lib/libheadless_non_renderer.so lib/libheadless_non_renderer.so.TOC
python3 "../../build/toolchain/gcc_solink_wrapper.py" --readelf="../../third_party/llvm-build/Release+Asserts/bin/llvm-readelf" --nm="../../third_party/llvm-build/Release+Asserts/bin/llvm-nm" --sofile="./lib/libheadless_non_renderer.so" --tocfile="./lib/libheadless_non_renderer.so.TOC" --output="./lib/libheadless_non_renderer.so" -- ../../third_party/llvm-build/Release+Asserts/bin/clang++ -shared -Wl,-soname="libheadless_non_renderer.so" -Werror -fuse-ld=lld -Wl,--fatal-warnings -Wl,--build-id -fPIC -Wl,-z,noexecstack -Wl,-z,relro -Wl,--color-diagnostics -Wl,--no-call-graph-profile-sort -m64 -no-canonical-prefixes -Wl,--gdb-index -rdynamic -Wl,-z,defs -Wl,--as-needed -nostdlib++ --sysroot=../../build/linux/debian_bullseye_amd64-sysroot -o "./lib/libheadless_non_renderer.so" @"./lib/libheadless_non_renderer.so.rs
@adamlaska
adamlaska / README.md
Created November 4, 2020 21:56 — forked from nsjames/README.md
Scatter 12 backup recovery tool

Scatter 12 backup recovery tool

This is just a recovery tool for the malformed backups from scatter 12.0.0

How to use

  • Option 1: Click the "Download ZIP" button on the top of this gist, extract it somewhere, and then open index.html.
  • Option 2: Copy the contents of index.html and main.js to a folder on your computer, and then open index.html.

The unpacked_min.js file is what the main.js is before it goes through webpacking which allows it to be imported in a single file, otherwise users would have to install the node package manager and run a full blown javascript project.