Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

permview(1) [debian man page]

Mono(permview)															    Mono(permview)

NAME
permview - Viewer for declarative security permission sets inside assemblies. SYNOPSIS
permview [options] assembly DESCRIPTION
This tools allow to list the declarative security attributes present in an assembly. The security attributes are either found on the assem- bly level, on the classes and the methods. This tool is useful to diagnose why an assembly won't load or why some class/method throws Secu- rityException. OPTIONS
-output filename Output all declarative security attributes related informations into the specified file. -xml | --xml | /XML Output all declarative security attributes in an XML format. -decl | --decl | /DECL Show declarative security attributes on classes and methods. The default, without the -decl option, is to show only the assembly level permission sets. -? | /? | -h[elp] | /h[elp] Display help informations about the permview tool. EXAMPLES
permview mscorlib.dll This will show the minimum, optional and refused permissions sets (i.e. the assembly level security actions) that are compiled inside the mscorlib assembly. permview -decl permview.exe This will show all (assembly, class or method level) declarative security attributes present in the permview.exe assembly. AUTHOR
Written by Sebastien Pouliot COPYRIGHT
Copyright (C) 2004-2005 Novell, Inc (http://www.novell.com) MAILING LISTS
Visit http://lists.ximian.com/mailman/listinfo/mono-devel-list for details. WEB SITE
Visit http://www.mono-project.com for details Mono(permview)

Check Out this Related Man Page

Mono(sgen)																Mono(sgen)

NAME
sgen - Mono XML Serializer GENerator SYNOPSIS
sgen [options] DESCRIPTION
Generates pre-compilable custom XML serializer classes for specific types. OPTIONS
--assembly[:filename] , -a Specifies the assembly filename to process. --type[:typefullname] , -t Explicitly specifies the runtime type to process. --reference:[filename] , -r Specifies an assembly filename, which is referenced by the target assembly and thus required to process it. --compiler:[options] , -c Specifies compiler options. --proxytypes , -p (Not supported yet.) --debug , -d Indicates the compiler to generate debug information. --keep , -k Indicates the compiler to keep generated temporary source files. --force , -f Indicates the generator to force overwriting existing assembly. --out:[output-directory] , -o Specifies the output directory for resulting files. By default, it is current directory. --nologo , -n Indicates to not print the logo for this tool. --silent , -s Indicates the tool to run silently. --verbose , -v Indicates the tool to be more verbose on its progress. --help , -? Display command line help. FEATURES
It generates a file which contains a set of classes for custom XML serialization. The resulting classes enable xml serialization faster since it does not have to generate serialization classes dynamically at run time. Generated classes are supported only after 2.0 profile. AUTHOR
Written by Lluis Sanchez Gual COPYRIGHT
Copyright (C) 2006 Novell. MAILING LISTS
Visit http://lists.ximian.com/mailman/listinfo/mono-list for details. WEB SITE
Visit http://www.mono-project.com for details SEE ALSO
xsd(1),wsdl(1),genxs(1) Mono(sgen)
Man Page

11 More Discussions You Might Find Interesting

1. Cybersecurity

SCO Support Services: Security Advisories

Link to SCO security bulletins: http://www.caldera.com/support/security/ (0 Replies)
Discussion started by: Neo
0 Replies

2. Programming

How to use a .exe with a compiled program.

I am confused about how to use a .exe file in unix along with a compiled C++ program. I've been using emacs and I compiled with g++, but I have no idea how that relates to use with a .exe. (1 Reply)
Discussion started by: adamsy
1 Replies

3. HP-UX

small ? on /etc/default/security edit?

Hi all, Has anyone ever been burned by editing /etc/default/security with vi? or should this only be edited inside of SAM or some such tool? I want to turn on /etc/nologin as a tool to lock out all users but keep my system in multi mode for DB maintenance. TIA -KJ PS I have been... (3 Replies)
Discussion started by: KmJohnson
3 Replies

4. Programming

Need assembly code for C program

Dear Buddies, I need assembly code for a compiled c program in unix. Kindly help me.... Thanking you in advance. (1 Reply)
Discussion started by: karthik537
1 Replies

5. Programming

Help with assembly code

I want make simple assembly code for some thing like this a^6+6a^2+2a and range of a is between -3 to 3. I tried but it is not working properly. As this is my first assembly program that I am going to try, I want some help with it. I found this example online but i dont want this kind of... (2 Replies)
Discussion started by: Learnerabc
2 Replies

6. Programming

GDB - how to find interesting information?

Hi all, I was wondering how to find interesting information inside the assembly code. As example, I've been trying something at smashthestack wargame. After viewing the assembly code via disassemble main command, I'm not sure what else to do. Hopefully someone can guide me here. This is... (2 Replies)
Discussion started by: type8code0
2 Replies

7. SuSE

Hardening Suse11 sp1

Currently we are hardening our Solaris server using the Sun provided Jass Security tool kit. How Can I implement the same security level on SUSE11 SP1? Are there any tools similar/equivalent to Jass for SUSE11 SP1? Tanks and Regards (1 Reply)
Discussion started by: vcfko
1 Replies

8. What is on Your Mind?

Can assembly language be dispensed with ?

Hi. I learned C in high school and am proficient in it:D. At the college while learning microcontrollers there was a short course on assembly language which I skipped:p but had no trouble as most of the application programming had to be done in C. Should I go back n learn assembly language as I... (9 Replies)
Discussion started by: priyadarshianu
9 Replies

9. Shell Programming and Scripting

auto-generating assembly code by variables found by script

Hi everybody I'm working on a list of registers(flip-flops to be exact), now i need to extract some value from this list and use them as arguments to pass them to some assembly code for example i have: 118 chain79 MASTER (FF-LE) FFFF 1975829 /TCK F FD1TQHVTT1 ... (1 Reply)
Discussion started by: Behrouzx77
1 Replies

10. Programming

Run assembly program on debian?

Hi, I am new to assembly. What i need to install to run assembly program on debian 64? What i write to excite the code? (3 Replies)
Discussion started by: kaja
3 Replies

11. Programming

Help w/ writing a custom Linux shell using x86 assembly (NASM)

Hello world, I thought this might be a great start to help me with an assignment I have that requires me to write an assembly program that mimics a 32 bit Linux command shell: When launched, your program will perform the following steps in a loop: 1. Print a prompt, specifically “$ “... (1 Reply)
Discussion started by: turtle13
1 Replies