Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

secutil(1) [centos man page]

Mono(secutil)                                                                                                                        Mono(secutil)

NAME
secutil - Extract X.509 certificates and strongnames from assemblies. SYNOPSIS
secutil [options] filename DESCRIPTION
Extract X.509 certificates and strongnames from assemblies in a format that can be easily re-used in source code (C# or VB.NET syntax). OPTIONS
-s assembly , -strongname assembly Display strongname informations about the assembly. -x assembly , -x509certificate assembly Display the X509 Authenticode certificate for the assembly. -a , -array Display data in a decimal array (default). -v , -vbmode Display data in a VisualBasic friendly format. -c , -cmode Display data in a C/C++/C# friendly format (default). -help , -h , -? Display help about this tool. AUTHOR
Written by Sebastien Pouliot COPYRIGHT
Copyright (C) 2002, 2003 Motus Technologies. Released under BSD license. MAILING LISTS
Visit http://lists.ximian.com/mailman/listinfo/mono-devel-list for details. WEB SITE
Visit http://www.mono-project.com for details SEE ALSO
sn(1),signcode(1) Mono(secutil)

Check Out this Related Man Page

Mono(chktrust)															    Mono(chktrust)

NAME
chktrust - Check the trust of a PE executable. SYNOPSIS
chktrust [options] filename DESCRIPTION
Verify if an PE executable (CLR assembly, Win32 EXE or DLL) has a valid Authenticode(r) signature that can be traced back to a trusted cer- tificate authority (CA). This means that (a) the signature is valid (i.e. file integrity) and, (b) the code-signing certificate can be chained back to one of the certificates in the Trust store. OPTIONS
-q , -quiet Quiet mode. Limited display on console. -v , -verbose Verbose mode. More details displayed on the console. -help , -h , -? , /? Display help about this tool. KNOWN RESTRICTIONS
chktrust cannot validate Authenticode signatures on CAB files. AUTHOR
Written by Sebastien Pouliot COPYRIGHT
Copyright (C) 2003 Motus Technologies. Copyright (C) 2004 Novell. Released under BSD license. 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
signcode(1),makecert(1),certmgr(1),setreg(1) Mono(chktrust)
Man Page

12 More Discussions You Might Find Interesting

1. 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

2. Programming

Assembly Language ( compile )

Can someone explain how to compile assembly language code. I made my first assembly language code, but don't know how to run it. I know i can debug with gdb, but is there any way to just compile it and get the answer like in C and java compilers. (3 Replies)
Discussion started by: Learnerabc
3 Replies

3. 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

4. Programming

From Processor To Display

What is the programming side of the keyboard's PrintScreen? When I hit this button, what is the computer doing to give me the image that my monitor is displaying? In the same arena, how does the computer tell the monitor what to display visually? I move the mouse and the cursor appears to be... (2 Replies)
Discussion started by: ciNG
2 Replies

5. 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

6. Programming

Fibonacci (assembly)

When i run this with gcc filename.s -o filename. It is giving fatal error: Unknown opcode at define registers. Anyhelp will be appreciated .section ".data" prompt: .asciz "\nThis program prints the Fibonacci sequence" prompt2: .asciz "\nEnter a limit on the largest number to be displayed:"... (2 Replies)
Discussion started by: Learnerabc
2 Replies

7. Programming

Alternative debugger to GNU insight debugger

GNU insight debugger is not available now a days and it is required to debug/inspect assembly code as written in the book Assembly Language Programming step by step in Linux so my question is; is there any alternative to insight that I can use instead of insight in which I can get the same... (5 Replies)
Discussion started by: vectrum
5 Replies

8. Ubuntu

how to install win version of mono

How do I install the windows version of mono? I get the message "wine: Install the Windows version of Mono to run .NET executables" (1 Reply)
Discussion started by: locoroco
1 Replies

9. 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

10. 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

11. 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

12. 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