Skip to content
This repository was archived by the owner on Jan 14, 2021. It is now read-only.

Conversation

@tobser
Copy link

@tobser tobser commented Apr 4, 2011

  • updated MoMA.analyzer to be compatible to mono.cecil 0.9.4.0

  • added some commandline parameters to ease the usage of MoMA with autobuild toolse like CruesControl.NET:

        -ignore: Comma separated list of assemblynames to ignore
        -xml: XML report filename
    

    Sample:
    MoMA.exe -nogui -xml ./foobar.xml -out ./boing/out.html C:\MyApplication\bin\Debug -ignore WPF-tainted.dll

912a6ed , e929b99 and 1a7fb59 may be skipped since they are only for informational console output purposes and will have no effect if MoMA is compiled as a Windows Application

Tobias Maier added 10 commits March 22, 2011 09:57
	MoMA.exe -nogui -xml ./foobar.xml -out ./boing/out.html
…ames which will be ignored in the scan

	MoMA.exe -nogui -xml ./foobar.xml -out ./boing/out.html C:\MyApplication\bin\Debug -ignore WPF-tainted.dll
$ bin/Release/MoMA.exe --help
MoMA.exe [options] [inputfiles|inputFilePath]

Options:

  --help:
   -help: Show this help message.

 --nogui:
  -nogui: Run application without GUI.

--ignore:
 -ignore: Comma separated list of Assemblies to ignore

   --out:
    -out: HTML report filename

   --xml:
    -xml: XML report filename

Sample:
	MoMA.exe -nogui -xml ./foobar.xml -out ./boing/out.html C:\MyApplication\bin\Debug -ignore WPF-tainted.dll
@Esvandiary
Copy link

These are really useful changes, hope they make it into the next version of MoMA.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants