Skip to content

Instantly share code, notes, and snippets.

View darconeous's full-sized avatar
🦀

Robert Quattlebaum darconeous

🦀
View GitHub Profile
@darconeous
darconeous / biosreport.txt
Last active July 28, 2018 15:28
LG N4B2 NAS Hacking Information #Hacking #Reverse-Engineering #Logs
--------------------------------------------------------------------------------
AMIBIOS Information Report
--------------------------------------------------------------------------------
BIOS Name: Pineview
ROM File: LG-N~BD6.ROM
Thu, Feb 02, 2012 09:21:29
BIOS MODULES
------------
@darconeous
darconeous / trakr-remote-startup.txt
Last active September 27, 2015 09:47
TRAKR SPI Sniffing #Hardware #Hacking #Reverse-Engineering
# TRAKR Remote Startup Radio SPI Traffic #
This is about 1.5 seconds of SPI traffic starting at the moment
the remote is powered up. It is hoped that this information will
be useful for reverse engineering the radio protocol being used.
The following was logged by Robert Quattlebaum.
He does interesting stuff at <http://www.deepdarc.com/>.
## Timeline Summary ##
@darconeous
darconeous / gist:1247488
Last active September 27, 2015 09:27
TRAKR mod ideas #Ideas #Hacking #Hardware
possible trakr mods:
* Add a gyro for more accurate turning
* Add recharging capability for NiMH batteries
* Add proximity sensors
* Make the camera tilt controlled by a servo
* Modify the controls on the remote to be analog instead of on/off
* Add a wide-angle lens.
* use USB port on remote for computer control of the robot
* Make a recharging "base station" that the robot can drive into
@darconeous
darconeous / 4-1-balun.txt
Last active September 26, 2015 20:48
4:1 Balun Circuit (for Circuit Simulator) #Ham-Radio #Hardware
$ 1 5.0E-6 10.20027730826997 50 5.0 43
T 416 192 480 256 0 4.0 1.0 0.018164359747977105 -0.016010881850760782 0.999
w 416 192 464 144 0
w 528 240 480 192 0
w 480 256 592 144 0
171 208 192 416 192 0 0.1 75.0 64 0.0
r 160 192 208 192 0 75.0
g 208 256 208 320 0
R 160 192 160 144 0 1 40.0 5.0 0.0 0.0 0.5
r 464 144 592 144 0 300.0
@darconeous
darconeous / main.c
Created May 7, 2011 00:31
Example using struct dyld_all_image_infos
/* Example using struct dyld_all_image_infos */
#include <stdio.h>
#include <dlfcn.h>
#include <mach-o/dyld_images.h>
#include <mach-o/dyld.h>
#include <mach-o/dyld_priv.h>
int
@darconeous
darconeous / sf2email.sh
Created April 21, 2011 20:45
'authors-prog' for git-svn when importing subversion repositories from SourceForge
#!/bin/bash
# sf2email v0.2 (2011-05-11)
# By Robert Quattlebaum <[email protected]>
#
# PUBLIC DOMAIN
#
# This shell script was originally designed to be used as the 'authors-prog'
# for git-svn. It takes the sourceforge username as an argument, and outputs
# the name and email address of the individual to stdout.