Thanks for the add Berion.
Because of your email request. Should be doable. The swap partition is always the same size, etc. a static generation of a "fresh" empty FAT32 is therefore feasible, to break a update loop.
@jcorrea
There are only low level functions for correct read/write blocks(sectors) from/to the ps3 HDD. Based on the PS3 partition table, i.e. the start and size of the various regions, data is always read in the correct plaintext and plaintext is always correctly encrypted and written back to...
@Rys_la_elegida
The "undo" option is intended for people who will think twice. Do I want to get the 7% from the reserved memory and thus reduce the reserved memory to 1% or would I rather not? Or people who might just want to see how much they would win.
It should be clear that you cannot use...
@Neal Cullum
Yes, after the change is made, 7% of the previously reserved "available memory" is available again.
Thx @aldostools , stupid habit of always taking -1 for errors ... :)
@aldostools
Yes, it really doesn't take much to change the superblock. :) The problem was that writing to the HDD didn't work. We need to change the "active" superblock of the mounted fs. If the fs is unmounted, it will be written back to the HDD with all changes. And BTW, that would also...
Long ago, but i look into my databases:
This happens in the lv2 kernel with this syscall:
sysm_send_packet() send the inquiry packet to the system manager, then we wait for the answare in RX packet.
arg1 is a u8 from offset 0x01 of RX packet.
Meanwhile, in gotham city:
After the system...
Not a endianness problem, sounds like memory leak in the driver. BTW, my changes only swap things from BE to LE for work and back to BE for write to HDD, I do not alloc something. As I have said to you per PN, construction site... If I found time I look further. And thx for testing :)