Skip to content

Instantly share code, notes, and snippets.

View CodeAsm's full-sized avatar
🌏
Doing my coding thingies

CodeAsm CodeAsm

🌏
Doing my coding thingies
View GitHub Profile
@CodeAsm
CodeAsm / glUtils.js
Created November 23, 2015 11:16 — forked from zdxerr/glUtils.js
Small webgl example
// augment Sylvester some
Matrix.Translation = function (v)
{
if (v.elements.length == 2) {
var r = Matrix.I(3);
r.elements[2][0] = v.elements[0];
r.elements[2][1] = v.elements[1];
return r;
}
@CodeAsm
CodeAsm / MN740.md
Last active March 13, 2019 18:48
Xbox wireless adapter MN740 notes

Firmware is ARJ compressed MN740_01.00.02.0022_RUNTIME.bin extracted results into a NML.MEM

some strings inside this memory dump/file are:

D:\Source Code\stack\arch\ar531x\wireless\common\crypto\ccm.c
Copyright string: "Copyright © 2004 D-Link Systems, Inc.
DGL-3420 Bootrom 00.03.00.0000
D-Link 108AG Gaming Adapter
@CodeAsm
CodeAsm / PRIMOSDK.H
Created May 15, 2019 09:22
A header file found in a Lenovo recovery image. "CD and DVD mastering API" by Sonic Solutions
//-----------------------------------------------------------------------------
// primosdk.h
// Copyright (c) 2002 - 2004, Sonic Solutions. All rights reserved.
//-----------------------------------------------------------------------------
////////////////////////////////////////////////////////////////////
// //
// //
// P r i m o S D K //
@CodeAsm
CodeAsm / xqemu.sh
Last active August 1, 2019 17:08
My latest Xqemu start script, does need a little bit of love and im sure someone could write a tidier and better one. Hey, im learning. Tweet or mail me your ideas or find me on some discord/fb or forum with ideas or how you solved it. Besides, I am very well aware of some GUI made menu's. but they depend on staying uptodate with Xqemu, and the …
#!/bin/bash
cd /home/codeasm/xbox/
while [[ $# -gt 0 ]]
do
key="$1"
case $key in
-cd|--cdrom)
CD="$2"
shift; shift # past argument and value
;;-bios|-kernel|-k)

Keybase proof

I hereby claim:

  • I am CodeAsm on github.
  • I am codeasm (https://keybase.io/codeasm) on keybase.
  • I have a public key whose fingerprint is 856B 734D AF9B 84B6 666B 6684 EDF0 ACEF 94E5 20EC

To claim this, I am signing this object:

@CodeAsm
CodeAsm / Samsung UE32D6500 VSXXN Research
Last active May 10, 2020 21:55
Samsung UE32D6500 VSXXN Research into hardware and revisions.
Parrent main
BN91-07775K
BN94-05035A
ASSY PCB MAIN;UE32D6500VSXXN
BN94-04968A
€208,57
BN94-05035A
@CodeAsm
CodeAsm / main.c
Last active May 21, 2020 11:03
testing for dev kernel on xbox or not, use nxdk, based on Luke Ushers code example and nxdk hello sample.
#include <hal/debug.h>
#include <hal/video.h>
#include <hal/xbox.h>
#include <nxdk/mount.h>
#include <windows.h>
#include <stdio.h>
#include <string.h>
int main(void)
{
0x00-05 unkown SHA/3DES ?
0x06 unkown 0x09 TAB - Horizontal Tabulation?
0x1C flag 0x01/0x00 pincode
0x20-23 pincode [01 left trigger, 02 right trigger, (03 A, 04 B), 05 X, 06 Y, ]
0x24-2B Domain xbox.com Domain
0x38-43 K Realm PASSPORT.NET Kerberos Realm
0x50-5F unkown SHA/3DES ?*
0x60-63 unkown Same as on HDD and XMU(Angul)
0x64-6B unkown SHA/3DES ?*
@CodeAsm
CodeAsm / main.c
Created July 4, 2020 10:55
Xbox eeprom dump and writer, buggy, donot use if not reading code
#include <hal/debug.h>
#include <hal/video.h>
#include <nxdk/mount.h>
#include <stdio.h>
#include <windows.h>
#include <stdbool.h>
/// Bunnie Huang eeprom
char array[] = {
0xE3, 0x1C, 0x5C, 0x23, 0x6A, 0x58, 0x68, 0x37,
0xB7, 0x12, 0x26, 0x6C, 0x99, 0x11, 0x30, 0xD1,
@CodeAsm
CodeAsm / Higher then Hope.txt
Created July 17, 2020 14:12
Higher then Hope webgame from old days, Copyrighted and owned by Sayne aka Joost Kulker. send to me by someone, for publication. lost over time, recently found again.
_ _ _ _____ _ _ _____ _____ _____ _ _ _____ __ _ _ _ _____ _____ _____
| | | | | | / ___| | | | | | ____| | _ \ |_ _| | | | | | ____| | \ | | | | | | / _ \ | _ \ | ____|
| |_| | | | | | | |_| | | |__ | |_| | | | | |_| | | |__ | \| | | |_| | | | | | | |_| | | |__
| _ | | | | | _ | _ | | __| | _ / | | | _ | | __| | |\ | | _ | | | | | | ___/ | __|
| | | | | | | |_| | | | | | | |___ | | \ \ | | | | | | | |___ | | \ | | | | | | |_| | | | | |___
|_| |_| |_| \_____/ |_| |_| |_____| |_| \_\ |_| |_| |_| |_____| |_| \_| |_| |_| \_____/ |_| |_____|
www.higherthenhope.tk
The text based MMORPG