You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
while reading this, i'm wondering if this could be used to including deleted records i have a fp5 file and hoping it will include accidentialy deleted records.
Since a "block" might consist of many records, I'd guess that its deleted attribute won't be applicable to individually deleted records.
Do you know what any of the deleted data looks like? It might help to search the file e.g. with a hex editor to verify that the deleted records are actually in the file before trying to reverse engineer it.
Hello, thanks a lot for your work
while reading this, i'm wondering if this could be used to including deleted records i have a fp5 file and hoping it will include accidentialy deleted records.
In https://github.com/evanmiller/fmptools/blob/main/HACKING
in src/fmp.h it is declared as
int deleted;
in src/block.c
so my idea was forcing each block to be not deleted :-)
but after compiling i'll get the same amount of data as without the patch
thanks for any hints
The text was updated successfully, but these errors were encountered: