Daniel C
Daniel C
I dumped the region in a file, and ran `binwalk` on it. It couldn't find any recognizable compression format.
Some notes: Elf format might not be a great idea. AHDK is sort of limited on memory. ``` #include #include // TODO: use uint8_t typedef int _gpio(void); _gpio* gpio =...
> Could do a task system like in an rtos. Pie code that you could could inject and call like a task with ways to start/stop that particular code from...
Current spec: https://petabyt.dev/blog/tiny-embedded-module-system-spec Project put on hold until I can fix my Ambarella camera, and when I'm not busy
The first step would be to get a memory dump, then try and find a ASH command to hack on. I chose the `cardmgr` command. [ashp](https://github.com/petabyt/liemoth/tree/master/ashp) is a basic preprocessor...
You'll need to find a few stubs (like https://github.com/petabyt/liemoth/blob/3c15be953d5bab3406cd7325677686059c643d13/platform/activeondx.h#L72-L91), with Ghidra.
I tried to use that library on a PTP/USB device and it wouldn't work. `WinUsb_Initialize` woudn't work on my device. Quick question, is there a way to use libusb win32...
I've got this mostly figured out (a section of firmware is decompressed on boot time, by the firmware)
Fujihack is probably fine, "fuji" is not trademarked by Fujiflim https://tmsearch.uspto.gov/bin/gate.exe?f=tess&state=4803:kn7x35.6.50
Some of those issues seem familiar. I've got an updated ptetris.h that I never pushed, I'll add it later