Skip to content

Instantly share code, notes, and snippets.

View degenoah's full-sized avatar

Degenoah degenoah

View GitHub Profile
@0xdevalias
0xdevalias / reverse-engineering-webpack-apps.md
Last active October 28, 2024 15:05
Some notes and techniques for reverse engineering Webpack (and a little bit about React/Vue/Angular) apps

Trying to figure out how to capture the audio from the WebSDR @ Twente.

http://websdr.ewi.utwente.nl:8901

Mirror the websdr site

wget --mirror http://websdr.ewi.utwente.nl:8901

Current Efforts

The ruby script will successfully pull down the audio IQ, however the IQ cannot be played in Audacity. I believe this is because the audio is encoded or otherwise slightly mangled to deter us.

@iscgar
iscgar / realbasic-overlay-resolve.py
Created September 26, 2018 19:32
REALbasic (Xojo) Reverse-Engineering Helper Script
# IDA REALbasic reverse engineering helper script
# It seems that every version of REALbasic (Xojo) the loader
# has a different behaviour (especially with regard to parsing
# the imports table), so I'm documenting here that this script
# was created based on a 2009r5 executable.
# iscgar, 2018-09-26
#
# Based on the REALbasic OVERLAY resolver
# XpoZed @ http://nullsecurity.org, 2017-07-16
# http://www.nullsecurity.org/article/reverse_engineering_realbasic_applications