no i tryd its not therenot in locallow srry
for me its this
LocalLow\OiranIchimi\アイリス★RE_アクション
appearently
also the save game is un-editable via Save editor online
any 1 has a full save plz for latest edition
.sav files can be compressed and you need to de-compress them using 7z or any other software because most of .sav files are encrypted.
for pc games it can be in any programming language and for android most likely java or c++ and c, some of .sav files can be decrypted using some specific programs.
some of .sav files can also opened in excel program from microsoft office or use software like HxD software, is one of the best hex editors.
if you have ida pro software, then you might find it useful at some point of hex editing (it also can detect the length of the value such as DB DW DD DQ).
you can also make like: make a copy of current .sav file before launching the game lets say i had 100 gold or something in that save, then i go and launch the game .. do some actions (get or use gold) save your game again and compare both .sav files (old and new) honestly i dont remember what software i used to compare a hex dump of files, so you might wish to google and i dont think you will find the exact one that i used since it made in early 2000s or late 90s.
usually the data in .sav files are separated into section, like first couple row of bytes for game time and date then next couple rows of bytes for hero details and maybe the next one is for inventory items and so on.