RSS 8 projects tagged "Windows"

Download Website Updated 03 Mar 2013 Botan

Screenshot
Pop 644.50
Vit 92.14

Botan is a crypto library written in C++. It provides a variety of cryptographic algorithms, including common ones such as AES, MD5, SHA, HMAC, RSA, Diffie-Hellman, DSA, and ECDSA, as well as many others that are more obscure or specialized. It also offers SSL/TLS (client and server), X.509v3 certificates and CRLs, and PKCS #10 certificate requests. A message processing system that uses a filter/pipeline metaphor allows for many common cryptographic tasks to be completed with just a few lines of code. Assembly and SIMD optimizations for common CPUs offers speedups for critical algorithms like AES and SHA-1.

No download No website Updated 02 May 2013 Objeck Programming Language

Screenshot
Pop 278.82
Vit 50.69

The Objeck computer language is an object-oriented computing language with functional features that has ties with Java, C#, and Pascal. In this language, all data types are treated as objects. The language consists of a compiler and VM with an accompanying memory management and JIT compiler.

Download Website Updated 18 Apr 2012 Flat Assembler

Screenshot
Pop 199.40
Vit 17.10

Flat Assembler is a fast and efficient self-assembling 80x86 assembler. It supports x86 and x86-64 instruction sets with MMX, 3DNow!, SSE up to SSE4, AVX, AVX2, and XOP extensions. It can produce output in binary, MZ, PE, COFF, or ELF format. It includes powerful but easy-to-use macroinstruction support and does multiple passes to optimize the instruction codes for size. It is written entirely in assembly language.

Download Website Updated 18 May 2010 Yasm

Screenshot
Pop 152.26
Vit 8.27

Yasm is a complete rewrite of the NASM assembler. It currently supports the x86 and AMD64 instruction sets, accepts NASM and GAS assembler syntaxes, outputs binary, ELF32, ELF64, COFF, Mach-O (32 and 64), RDOFF2, Win32, and Win64 object formats, and generates source debugging information in STABS, DWARF 2, and CodeView 8 formats.

Download Website Updated 03 Nov 2006 basE91

Screenshot
Pop 94.80
Vit 3.69

basE91 is an advanced method for encoding binary data as ASCII characters. It is similar to UUencode or base64, but is more efficient. The overhead produced by basE91 depends on the input data. It amounts at most to 23% (versus 33% for base64) and can range down to 14%, which typically occurs on 0-byte blocks. This makes basE91 very useful for transferring larger files over binary insecure connections like e-mail or terminal lines.

Download Website Updated 11 Nov 2012 AsmXml

Screenshot
Pop 83.21
Vit 11.97

AsmXml is a very fast XML parser and decoder for x86 platforms. It is written in pure assembler and supports only a subset of the XML 1.0 specification.

Download Website Updated 05 Jan 2012 dyncall

Screenshot
Pop 70.31
Vit 5.20

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.

Download Website Updated 20 Apr 2006 NativeCall

Screenshot
Pop 56.76
Vit 2.93

NativeCall is a Java toolkit that lets you call operating system methods from within Java without JNI code. NativeCall supports structs, Strings, primitive types (int and boolean), byte and char arrays, and output parameters.

Screenshot

Project Spotlight

Sqrat

A C++ binding utility for the Squirrel language.

Screenshot

Project Spotlight

(R)?ex

A tool to ease the execution of commands on multiple remote servers.