X-Git-Url: http://git.rot13.org/?p=goodfet;a=blobdiff_plain;f=shellcode%2FREADME.txt;fp=shellcode%2FREADME.txt;h=ec3caee61f389faac72bf02d7ddfb1aa8793a693;hp=0000000000000000000000000000000000000000;hb=ea807e987b960e8c237b1867cad899de5abbe5e7;hpb=4e3844b68525ad592ca81e19c3f314969bb4ccaf diff --git a/shellcode/README.txt b/shellcode/README.txt new file mode 100644 index 0000000..ec3caee --- /dev/null +++ b/shellcode/README.txt @@ -0,0 +1,12 @@ +Howdy y'all, + +In addition to running code on the GoodFET itself (trunk/firmware) and +on the host (trunk/client), it is often necessary to run small +fragments of code on the target that is being debugged. Rather than +allow each fragment to be written and edited as machine code, it is +better to write them in C in this directory, with the results being +dumped into trunk/client somehow. + +Thank you kindly, +--Travis +