Commit Graph

46 Commits

Author SHA1 Message Date
ab93d72633 Finally incorporated arduino code into main program (somewhat) 2020-02-11 21:27:14 -05:00
059461ccbd fixed an async payload bug and implemented an async floppysleep (works!) 2020-02-11 20:52:23 -05:00
3e64bd8bab added a function to fix the heap 2020-02-11 20:51:50 -05:00
a6ddec511a improved generic payload entry point 2020-02-11 20:51:04 -05:00
33f3ab9a0d fix segfault 2020-02-11 15:41:31 -05:00
823c914e84 better data housekeeping since we're using the on-device heap now... don't want to leave a mess 2020-02-11 15:34:47 -05:00
8b25a00bd4 synchronous payloads seem to work well 2020-02-11 15:10:35 -05:00
d407c17c0f implement basics of async execution (still need to test) 2020-02-11 14:38:53 -05:00
637fd548f5 Added a generic payload entry point to support async execution 2020-02-11 14:38:21 -05:00
80fd4f6b4c Some restructuring for libbootrom 2020-02-11 14:37:32 -05:00
bd4c9b8196 heavily restructured libpayload, more integrated with c8_remote now 2020-02-11 09:56:37 -05:00
983ad0ad29 more device pointers 2020-02-10 19:42:25 -05:00
5143528433 add explicit type for device pointers 2020-02-10 19:39:35 -05:00
0e094be537 some changes, preparing for async 2020-02-10 19:02:30 -05:00
5c8579c913 some fixes 2020-02-09 12:53:25 -05:00
cd3eb5edf0 Add dynamic allocation 2020-02-09 12:29:55 -05:00
79d3b72d15 Added demotion capability 2020-02-09 11:12:04 -05:00
e341d51bf9 payload changes 2020-02-09 11:11:42 -05:00
b1bf2daa2f Add some more interesting payloads 2020-01-21 10:22:17 -05:00
1ae07de502 Fix segfault on rpi 2020-01-13 12:01:10 -05:00
c94c776a61 Also place payload lengths in the header... not known at compile time 2020-01-12 17:14:21 -05:00
37c11da469 Payload changes 2020-01-12 16:37:19 -05:00
41d3ae8550 Added functionality for getting error strings from codes 2020-01-12 16:13:15 -05:00
afe7b1bbd6 Made automatic payload generation much better 2020-01-12 16:12:47 -05:00
a0e89e76e3 Cleaned some compiler warnings 2020-01-12 13:09:08 -05:00
660ae546f8 Payloads are now linked into the final remote executable... much cleaner but still needs some work 2020-01-12 13:03:52 -05:00
4727861d37 Updated aes_sw binary and fixed a bug in usb_helpers.c 2020-01-11 18:02:40 -05:00
13b5c8abb0 Bugfixes and experiment update 2020-01-11 17:14:33 -05:00
477d7079c8 Added payload for figuring out sleep function 2020-01-11 17:14:10 -05:00
ad9ce8f850 Loop and sleep 2020-01-10 16:06:44 -05:00
3f0e274bd5 Fixed active idling when waiting for arduino communication 2020-01-10 14:54:24 -05:00
5326c19acc Added AES software-based implementation 2020-01-10 14:35:51 -05:00
8c5c5a8976 Fixed a bug in the dev_read_memory command 2020-01-10 14:35:00 -05:00
7f49731ec6 report the return value of the command 2020-01-08 15:33:08 -05:00
41df95aaab long 2020-01-07 17:40:33 -05:00
9648816497 Fixed raspberry pi complaint about data types (valid tho) 2020-01-07 17:38:07 -05:00
69387e84fb Fixed bug related to 2-byte reads only returning one byte sometimes 2020-01-07 17:35:51 -05:00
b590cd65c8 Same as prev, but on remote side 2020-01-07 11:17:34 -05:00
bf9e8e94c8 Don't open device session when installing payloads... defer to usb helpers 2020-01-07 11:15:39 -05:00
3945238173 Add payload_aes_busy to project 2020-01-07 11:14:54 -05:00
d8f5e48598 Working trigger (basic) and user key AES - good for experiments tomorrow! 2020-01-05 22:25:27 -05:00
afae03eb78 Correct byte order 2020-01-05 19:02:31 -05:00
87bd68b697 Remove custom libusb, never really modified it 2020-01-05 16:13:19 -05:00
431b51bb4e A working AES experiment! 2020-01-05 14:01:07 -05:00
dcfb71bbb6 I guess this is okay for now... do want to clean up in the future though 2020-01-04 14:51:07 -05:00
de3be2df4b Project restructuring 2019-12-31 00:30:21 -05:00