- What I do know, PNF files:
- are precompiled INF files
- generally temporary
- get compiled by windows upon use of the INF
- are compiled to speed up processing
- located in the \windows\inf folder
What I want to know: - Can they be decompiled/decrypted? How?
- What program compiles INFs into PNFs?
.PNF Files: Any information appreciated
.PNF Files: Any information appreciated
Anyone have any information about PNF files?
-
- Posts: 18
- Joined: Mon Oct 31, 2005 7:23 pm
- Contact:
Inf files are compiled to pnf files by calling pSetupInfCacheBuild in setupapi.dll ( only works on Xp / W2003 - not W2K or Vista ). This also produces an INFCACHE.1 file from the compiled pnf files. You should investigate the infcachebuild tool by Sherpya which was designed to be used when building PE / BartPE images.