Difference between pages "LEET '08" and "Libuna"
From Forensics Wiki
(Difference between pages)
m (New page: As the Internet has become a universal mechanism for commerce and communication, it has also become an attractive medium for online criminal enterprise. Today, widespread vulnerabilities i...) |
Joachim Metz (Talk | contribs) |
||
| Line 1: | Line 1: | ||
| − | + | {{Infobox_Software | | |
| − | + | name = libuna | | |
| − | + | maintainer = [[Joachim Metz]] | | |
| − | + | os = [[Linux]], [[FreeBSD]], [[NetBSD]], [[OpenBSD]], [[Mac OS X]], [[Windows]] | | |
| − | + | genre = {{Analysis}} | | |
| − | + | license = {{LGPL}} | | |
| − | + | website = [http://code.google.com/p/libuna/ http://code.google.com/p/libuna/] | | |
| − | + | }} | |
| − | + | ||
| − | + | The '''libuna''' package contains a library and application to read and write the [[Text File (TXT)]] format in different characters encodings. | |
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | Libuna currently supports: | |
| + | * 7-bit ASCII | ||
| + | * ISO 8859-1, 8859-2, 8859-3, 8859-4, 8859-5, 8859-6, 8859-7, 8859-8, 8859-9, 8859-10, 8859-11, 8859-13, 8859-14, 8859-15 | ||
| + | * [[Windows]] 874, 932, 936, 949, 950, 1250, 1251, 1252, 1253, 1254, 1255, 1256, 1257, 1258 | ||
| + | * Kod Obmena Informatsiey 8-bit; KOI8-R, KOI8-U | ||
| + | * UTF-7, UTF-8, UTF-16, UTF-32 | ||
| − | + | == History == | |
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | Libuna was created by [[Joachim Metz]] in 2008, while working for [http://en.hoffmannbv.nl/ Hoffmann Investigations]. | |
| − | + | ||
| − | + | ||
| − | The | + | The codepages are based on [http://www.gnu.org/software/libiconv/ libiconv] and documentation available by [[Microsoft]]. |
| − | + | ||
| − | http://www. | + | |
| − | + | Currently libuna mainly supports the Windows codepages to be able to convert these when encountered in file formats that use them. | |
| − | + | Libuna is intended as a character encoding support library and is used in: | |
| − | + | * [[libewf]] | |
| − | + | * [[libnk2]] | |
| + | * [[libpff]] | ||
| + | |||
| + | == Tools == | ||
| + | The '''libuna''' package contains the following tools: | ||
| + | * '''unaexport''', which exports the plain text files in different encodings. It also allows end of line conversion and control over the byte order mark (BOM). | ||
| + | |||
| + | == External Links == | ||
| + | |||
| + | * [http://code.google.com/p/libuna/ project site] | ||
| + | * [http://libuna.sourceforge.net Old project site] | ||
Latest revision as of 15:35, 24 June 2012
| libuna | |
|---|---|
| Maintainer: | Joachim Metz |
| OS: | Linux, FreeBSD, NetBSD, OpenBSD, Mac OS X, Windows |
| Genre: | Analysis |
| License: | LGPL |
| Website: | http://code.google.com/p/libuna/ |
The libuna package contains a library and application to read and write the Text File (TXT) format in different characters encodings.
Libuna currently supports:
- 7-bit ASCII
- ISO 8859-1, 8859-2, 8859-3, 8859-4, 8859-5, 8859-6, 8859-7, 8859-8, 8859-9, 8859-10, 8859-11, 8859-13, 8859-14, 8859-15
- Windows 874, 932, 936, 949, 950, 1250, 1251, 1252, 1253, 1254, 1255, 1256, 1257, 1258
- Kod Obmena Informatsiey 8-bit; KOI8-R, KOI8-U
- UTF-7, UTF-8, UTF-16, UTF-32
History
Libuna was created by Joachim Metz in 2008, while working for Hoffmann Investigations.
The codepages are based on libiconv and documentation available by Microsoft.
Currently libuna mainly supports the Windows codepages to be able to convert these when encountered in file formats that use them.
Libuna is intended as a character encoding support library and is used in:
Tools
The libuna package contains the following tools:
- unaexport, which exports the plain text files in different encodings. It also allows end of line conversion and control over the byte order mark (BOM).