donnm

Results 6 comments of donnm

There's this, an Arduino Mega connected to a 32 pin PDIP NOR flash: https://mint64.home.blog/2018/07/29/parallel-nor-flash-eeprom-programmer-using-an-arduino-part-1-the-sst39sf040-and-planning/ Part 2 has the Arduino sketch code: https://mint64.home.blog/2018/07/30/parallel-nor-flash-eeprom-programmer-using-an-arduino-part-2-arduino-code-and-serial-comms/

I submitted a pull request https://github.com/r-downing/SPIFFSReadServer/pull/1 implementing HTTPS for SPIFFSReadServer that should solve this issue if security is the only concern. In this case just use SPIFFSReadServerSecure instead of SPIFFSReadServer....

Being root was one of the first things I tried. It didn't make a difference. On Sat, Jan 26, 2019 at 09:21:39AM -0800, Alex T wrote: > Looks like you...

I had previously tried many combinations of these strings. ``` # ls -l /dev/spidev0.* crw-rw---- 1 root spi 153, 0 Jan 17 12:36 /dev/spidev0.0 crw-rw---- 1 root spi 153, 1...

> I can see a use-case here: if you have multiple accounts and want to use one of them with scli while using others with other programs. Is that along...

The binary you get from unalice.py can be loaded into a disassembler (IDA or radare2). You can also run "strings" (Linux command) on it to get an idea of what...