Plugins.txt 2.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  1. Using Plugins with fileinfo.wlx :
  2. --------------------------------
  3. to Users :
  4. ----------
  5. to use plugins, you must manually edit fileinfo.ini and add a new section with new line like following
  6. [plugins]
  7. 0=c:\Program Files\wincmd\plugins\unaspack.dll
  8. !!! you MUST enter the complete path for this dll !!!
  9. I supply unaspack.dll as a sample but this plugin just test for the version of aspack,
  10. if the file you are viewing is aspack protected (eg : irfanview.exe), you'll get in 'Image File Header'
  11. TECHNICAL FILE INFORMATION :
  12. File Type Description : Portable Executable (PE)
  13. Plugin 0 : <APK>: Executing...
  14. Plugin 0 : <APK>: File compressed with Aspack ver 2.11c/d
  15. Plugin 0 : End of Work
  16. However, if you own PE-explorer from heaventools (get their trial demo), you can add unupx.dll (found in 'PE Explorer\plugins' dir )
  17. in this case, you'll get
  18. TECHNICAL FILE INFORMATION :
  19. File Type Description : Portable Executable (PE)
  20. Plugin 1 : Executing...
  21. Plugin 1 : <UPX> File compressed with UPX
  22. Plugin 1 : <UPX> UPX version: 12
  23. Plugin 1 : <UPX> File type: win32/pe
  24. Plugin 1 : <UPX> Compression method: NRV2D_LE32
  25. Plugin 1 : <UPX> Compression level: 8
  26. Plugin 1 : <UPX> Uncompressed length: 294235 bytes
  27. Plugin 1 : <UPX> Compressed length: 73725 bytes
  28. Plugin 1 : <UPX> Original file size: 286720 bytes
  29. Plugin 1 : <UPX> Filter ID: 26h
  30. Plugin 1 : <UPX> CTO (for filters 21h .. 29h): 01h
  31. Plugin 1 : <UPX> Header checksum: From Header = 91h
  32. Plugin 1 : <UPX> Header checksum: Calculated = 91h
  33. Plugin 1 : <UPX> Compressed adler32: From Header = CDB3F22Ah
  34. Plugin 1 : <UPX> Compressed adler32: Calculated = CDB3F22Ah
  35. Plugin 1 : <UPX> Decompressing...
  36. and fileinfo will use the decompressed image of your executable in all this tabs.
  37. to developers :
  38. ---------------
  39. I supply the source of unaspack.dll written in Visual C++.if you want to contribute to develop this plugin
  40. or an other (eg : Manolo PEload PEpack PE-Prot PEshield Petite Securom Shrinker TimeLock/VBox VGCrypt WWPack32 PE-Compact...)
  41. please contact me. I will give you more information.