1

I have these 3 AMF files and wondering what program should i use to open or extract it?

here is the file location

https://drive.google.com/file/d/0B8cxg0kOsaDQZWJURDB6NU1WWWM/view?usp=sharing

https://drive.google.com/file/d/0B8cxg0kOsaDQamdnbUdNZHhRQlU/view?usp=sharing

Otenawa
  • 11

1 Answers1

0

Behind the two zlib layers, the files have several mentions of "fv2" and various terms from the Farmville game, e.g. fv2_rabbitwarren_minigame or averageFarmbucksPurchased

So I would have guessed Action Message Format, an IPC format that Farmville uses. However, I can't get any AMF parser to work with them...

Either way, the files don't have interesting data – not control messages but rather something that looks like parts of a program's structure (lots and lots of function names, object names).

grawity
  • 501,077