Questions tagged [flash]

46 questions
8
votes
1 answer

No apparent effect after editing some JSON in the memory of a Flash process

I was trying to change the values of a Flash game which loads the SWF and some JSON over a HTTPS site. So changing the values of JSON was not possible using browser cache. I changed the values of that JSON by editing the memory of the Adobe Flash…
Novice User
  • 223
  • 1
  • 3
6
votes
1 answer

How does ECC work with nandwrite/nanddump in mtd-utils?

I am working on a device which has a NAND flash chip in TSOP48, a SK Hynix H27U1G8F2BTR (1Gbit/128Mbyte, 2048byte (+ 64byte spare) pages, 128K blocks). I have desoldered the chip and dumped the contents to a file. This file contains the OOB…
Cybergibbons
  • 1,762
  • 2
  • 17
  • 26
2
votes
2 answers

dump flash memory with CAN BUS

I want to be able to read Flash memory from Microcontroller using CAN BUS, I was looking for the past few months for some resources to do that but didn't find any, i'm wondering how is that possible since some companies do that I'm looking for a…
Jwdsoft
  • 191
  • 9
2
votes
0 answers

How can you use modprobe nandsim for two chips?

I have a board that uses two nand chips with data that appears to be interleaved byte-by-byte. I have manually desoldered the chips and dumped them with their respective spare areas to two files. I am trying to pull off data without having to worry…
PaulS
  • 91
  • 2