dyncall 0.3 (Default branch)


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements Software Releases - RSS News dyncall 0.3 (Default branch)
# 1  
Old 01-17-2009
dyncall 0.3 (Default branch)

Image The dyncall library project provides a clean and portable C interface to dynamically issue foreign function calls using small call kernels written in assembly. Instead of providing code for every bridged function call, which unnecessarily results in code bloat, only a modest number of instructions are used to invoke all calls. License: BSD License (revised) Changes:
Two new ports were added for ARM THUMB mode and PowerPC 32-bit System V ABI. The System V port has been tested on Linux, but the *BSDs are currently untested. A bug was fixed for cygwin/GNU as a tool chain. Additions and improvements were made in the test suites. Minor cosmetic changes and documentation updates were made. Image

Image

More...
Login or Register to Ask a Question

Previous Thread | Next Thread
Login or Register to Ask a Question
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)