Results 1 to 8 of 8

Thread: Is Filealyzer scriptable or does it have command line parameters?

  1. #1
    Junior Member
    Join Date
    Feb 2014
    Posts
    7

    Default Is Filealyzer scriptable or does it have command line parameters?

    I want to programmatically launch filealyzer, point it at a file and have it generate a report then close. Can I do that?

    Thanks.

  2. #2
    Junior Member
    Join Date
    Feb 2014
    Posts
    7

    Default More data

    I am able to launch it from the command line and point it at a file to analyze. It launches the GUI with the file analyzed. So what I am looking for is something like command line switches to not display the GUI and to generate a report automatically. filealyzer /nogui /htmlreport filetoanalyze

    Thanks.

  3. #3
    Member of Team Spybot tashi's Avatar
    Join Date
    Oct 2005
    Location
    USA
    Posts
    30,955

    Default

    Hello Mike Malone,

    I left a team note, if someone could give input.

    Best regards.
    Microsoft MVP Reconnect 2018-
    Windows Insider MVP 2016-2018
    Microsoft Consumer Security MVP 2006-2016

  4. #4
    Junior Member
    Join Date
    Feb 2014
    Posts
    7

    Default That would be great

    This would allow me to use the utility as I need it. So I don't have to write my own PE parser. :-O

    Thanks.

  5. #5
    Member of Team Spybot PepiMK's Avatar
    Join Date
    Oct 2005
    Location
    Planet Earth
    Posts
    3,601

    Default

    FileAlyzer 1.x supports
    • /textreport
    • /htmlreport
    • /xmlreport


    For FileAlyzer 2/3, there's a command line version in work, but not public.

    If you're looking for PE specifically, there's a DLL version of PEiD available somewhere on the net.
    Just remember, love is life, and hate is living death.
    Treat your life for what it's worth, and live for every breath
    (Black Sabbath: A National Acrobat)

  6. #6
    Junior Member
    Join Date
    Feb 2014
    Posts
    7

    Default Very good.

    I will look for the dll and try 1.x and wait eagerly for a public version of 2.0 with command line parameters.

    Thanks,
    Mike Malone

    http://en.wikipedia.org/wiki/J._B._Malone

  7. #7
    Junior Member
    Join Date
    Feb 2014
    Posts
    7

    Default Didn't seem to work as I need

    I ran Filealyzer 1.6 as such from a Windows command prompt:
    Filealyzer /xmlreport myfile.exe
    Filealyzer myfile.exe /xmlreport

    Filealyzer /textreport myfile.exe
    Filealyzer myfile.exe /textreport

    Each time the program opened into the GUI with the specified file being analyzed. I need for the program to run, analyze the file, generate the report and exit.

    Thanks.

  8. #8
    Junior Member
    Join Date
    Feb 2014
    Posts
    7

    Default I have a work around

    I can use a python script to select the controls I want to generate a report and close the app.

    Thanks.

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •