[Forensics-changes] [afflib] 01/01: * Trying to fix the FTBFS in some archtectures. * debian/afflib-tools.docs: - Added doc/FAQ.txt - Removed doc/*.txt. - Removed debian/README.source * debian/copyright: fixed the license of the tools/affuse.c file. * debian/libafflib0.docs: - Added doc/*.txt. - Removed debian/README.source. * debian/libafflib0.lintian-overrides: added to explain about symbols situation. * debian/patches/fix_typos_spellings_in_tools: added fixes to tool/affconvert file.

Joao Eriberto Mota Filho eriberto at moszumanska.debian.org
Thu Oct 2 23:50:19 UTC 2014


This is an automated email from the git hooks/post-receive script.

eriberto pushed a commit to branch master
in repository afflib.

commit 37669131d0153d8256ffc726b3bdd824de71e9a6
Author: Joao Eriberto Mota Filho <eriberto at debian.org>
Date:   Thu Oct 2 20:49:53 2014 -0300

      * Trying to fix the FTBFS in some archtectures.
      * debian/afflib-tools.docs:
          - Added doc/FAQ.txt
          - Removed doc/*.txt.
          - Removed debian/README.source
      * debian/copyright: fixed the license of the tools/affuse.c file.
      * debian/libafflib0.docs:
          - Added doc/*.txt.
          - Removed debian/README.source.
      * debian/libafflib0.lintian-overrides: added to explain about
          symbols situation.
      * debian/patches/fix_typos_spellings_in_tools: added fixes to
          tool/affconvert file.
---
 debian/afflib-tools.docs                    |   3 +-
 debian/changelog                            |  18 +
 debian/copyright                            |  28 +-
 debian/libafflib0.docs                      |   2 +-
 debian/libafflib0.lintian-overrides         |   4 +
 debian/libafflib0.symbols                   | 755 ----------------------------
 debian/man/affconvert.1                     |  50 +-
 debian/man/affconvert.txt                   |  32 +-
 debian/patches/fix_typos_spellings_in_tools |  22 +
 debian/rules                                |   2 +-
 10 files changed, 91 insertions(+), 825 deletions(-)

diff --git a/debian/afflib-tools.docs b/debian/afflib-tools.docs
index 679b0f9..0c961cf 100644
--- a/debian/afflib-tools.docs
+++ b/debian/afflib-tools.docs
@@ -2,5 +2,4 @@ AUTHORS
 BUGLIST.txt
 NEWS
 README
-doc/*.txt
-debian/README.source
+doc/FAQ.txt
diff --git a/debian/changelog b/debian/changelog
index 3020207..45d9a4f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,21 @@
+afflib (3.7.4+dfsg-2) experimental; urgency=medium
+
+  * Trying to fix the FTBFS in some archtectures.
+  * debian/afflib-tools.docs:
+      - Added doc/FAQ.txt
+      - Removed doc/*.txt.
+      - Removed debian/README.source
+  * debian/copyright: fixed the license of the tools/affuse.c file.
+  * debian/libafflib0.docs:
+      - Added doc/*.txt.
+      - Removed debian/README.source.
+  * debian/libafflib0.lintian-overrides: added to explain about
+      symbols situation.
+  * debian/patches/fix_typos_spellings_in_tools: added fixes to
+      tool/affconvert file.
+
+ -- Joao Eriberto Mota Filho <eriberto at debian.org>  Thu, 02 Oct 2014 11:34:07 -0300
+
 afflib (3.7.4+dfsg-1) unstable; urgency=medium
 
   * New upstream release.
diff --git a/debian/copyright b/debian/copyright
index 62451b4..fd2bcfe 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -134,7 +134,15 @@ License: BSD-3-clause
 Files: tools/affuse.c
 Copyright: 2007 Olivier Castan <castan.o at free.fr>
                 Simson L. Garfinkel <simsong at acm.org>
-License: LGPL-2.1
+License: BSD-4-clause
+Comment: The current file says 'LGP' (strange). However, several fonts, as old
+         AFFLIB versions, saying "License: LGPL or AFFLIB. Take your choice.".
+         .
+         Some fonts (including Debian SCM):
+         .
+         - http://anonscm.debian.org/cgit/forensics/afflib.git/tree/tools/affuse.c?id=debian/3.5.10%2bdfsg-2
+         - http://sleuthkit.sourcearchive.com/documentation/2.09-2/affuse_8c-source.html
+         - http://sourcecodebrowser.com/afflib/3.6.6/affuse_8c_source.html
 
 
 Files: debian/*
@@ -354,21 +362,3 @@ License: BSD-3-clause
  OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
  OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
  SUCH DAMAGE.
-
-
-License: LGPL-2.1
- This library is free software; you can redistribute it and/or
- modify it under the terms of the GNU Library General Public
- License as published by the Free Software Foundation; either
- version 2.1 of the License, or (at your option) any later version.
- .
- This library is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- Library General Public License for more details.
- .
- You should have received a copy of the GNU General Public License
- along with this program. If not, see <http://www.gnu.org/licenses/>.
- .
- On Debian systems, the complete text of the GNU Lesser General
- Public License can be found in "/usr/share/common-licenses/LGPL-2.1".
diff --git a/debian/libafflib0.docs b/debian/libafflib0.docs
index 14e8982..7893a9b 100644
--- a/debian/libafflib0.docs
+++ b/debian/libafflib0.docs
@@ -1,5 +1,5 @@
 AUTHORS
 BUGLIST.txt
+doc/*.txt
 NEWS
 README
-debian/README.source
diff --git a/debian/libafflib0.lintian-overrides b/debian/libafflib0.lintian-overrides
new file mode 100644
index 0000000..1d7c2cc
--- /dev/null
+++ b/debian/libafflib0.lintian-overrides
@@ -0,0 +1,4 @@
+# The upstream source code produces different symbols for
+# each architecture/kernel. So, we don't generate symbols
+# to avoid a FTBFS.
+libafflib0: no-symbols-control-file usr/lib/x86_64-linux-gnu/libafflib.so.0.0.0
diff --git a/debian/libafflib0.symbols b/debian/libafflib0.symbols
deleted file mode 100644
index b990250..0000000
--- a/debian/libafflib0.symbols
+++ /dev/null
@@ -1,755 +0,0 @@
-libafflib.so.0 libafflib0 #MINVER#
- IID_ICompressCoder2 at Base 0.0.0
- IID_ICompressCoder at Base 0.0.0
- IID_ICompressFilter at Base 0.0.0
- IID_ICompressGetInStreamProcessedSize at Base 0.0.0
- IID_ICompressGetSubStreamSize at Base 0.0.0
- IID_ICompressProgressInfo at Base 0.0.0
- IID_ICompressSetCoderMt at Base 0.0.0
- IID_ICompressSetCoderProperties at Base 0.0.0
- IID_ICompressSetDecoderProperties2 at Base 0.0.0
- IID_ICompressSetInStream at Base 0.0.0
- IID_ICompressSetInStreamSize at Base 0.0.0
- IID_ICompressSetOutStream at Base 0.0.0
- IID_ICompressSetOutStreamSize at Base 0.0.0
- IID_ICompressWriteCoderProperties at Base 0.0.0
- IID_ICryptoProperties at Base 0.0.0
- IID_ICryptoSetCRC at Base 0.0.0
- IID_ICryptoSetPassword at Base 0.0.0
- IID_IInStream at Base 0.0.0
- IID_IOutStream at Base 0.0.0
- IID_IOutStreamFlush at Base 0.0.0
- IID_ISequentialInStream at Base 0.0.0
- IID_ISequentialOutStream at Base 0.0.0
- IID_IStreamGetSize at Base 0.0.0
- LzmaDecode at Base 0.0.0
- LzmaDecodeProperties at Base 0.0.0
- LzmaRamDecompress at Base 0.0.0
- LzmaRamGetUncompressedSize at Base 0.0.0
- _Z10ReadStreamP19ISequentialInStreamPvjPj at Base 0.0.0
- _Z10s3_del_segP7_AFFILEPKc at Base 0.0.0
- _Z11MyCharUpperw at Base 0.0.0
- _Z11WriteStreamP20ISequentialOutStreamPKvjPj at Base 0.0.0
- _Z11afd_del_segP7_AFFILEPKc at Base 0.0.0
- _Z11raw_freopenP7_AFFILEP8_IO_FILE at Base 0.0.0
- _Z12srp_validateP7_AFFILE at Base 0.0.0
- _Z13LzmaBenchmarkP8_IO_FILEjj at Base 0.0.0
- _Z13LzmaRamEncodePKhmPhmPmj13ESzFilterMode at Base 0.0.0
- _Z14af_aes_decryptP7_AFFILEPKcPhPm at Base 0.0.0
- _Z14raw_update_segP7_AFFILEPKcjPKhj at Base 0.0.0
- _Z15MyStringComparePKcS0_ at Base 0.0.0
- _Z15MyStringComparePKwS0_ at Base 0.0.0
- _Z15split_raw_writeP7_AFFILEPhmm at Base 0.0.0
- _Z17af_truncate_blankP7_AFFILE at Base 0.0.0
- _Z20ConvertStringToInt64PKcPS0_ at Base 0.0.0
- _Z21ConvertStringToUInt64PKcPS0_ at Base 0.0.0
- _Z21ConvertStringToUInt64PKwPS0_ at Base 0.0.0
- _Z21MyStringCompareNoCasePKwS0_ at Base 0.0.0
- _Z24ConvertOctStringToUInt64PKcPS0_ at Base 0.0.0
- _Z24MultiByteToUnicodeStringRK11CStringBaseIcEj at Base 0.0.0
- _Z24UnicodeStringToMultiByteRK11CStringBaseIwEj at Base 0.0.0
- _Z25split_raw_write_internal2P7_AFFILEPhmm at Base 0.0.0
- _Z6MyFreePv at Base 0.0.0
- _Z7MyAllocm at Base 0.0.0
- _Z8s3_auditi at Base 0.0.0
- _Z8srp_dumpP7_AFFILE at Base 0.0.0
- _Z9raw_popenP7_AFFILEPKcS2_ at Base 0.0.0
- _ZN10COutBuffer14FlushWithCheckEv at Base 0.0.0
- _ZN10COutBuffer4FreeEv at Base 0.0.0
- _ZN10COutBuffer4InitEv at Base 0.0.0
- _ZN10COutBuffer5FlushEv at Base 0.0.0
- _ZN10COutBuffer6CreateEj at Base 0.0.0
- _ZN10COutBuffer9FlushPartEv at Base 0.0.0
- _ZN10COutBuffer9SetStreamEP20ISequentialOutStream at Base 0.0.0
- _ZN10COutBufferD1Ev at Base 0.0.0
- _ZN10COutBufferD2Ev at Base 0.0.0
- _ZN11CLZInWindow4FreeEv at Base 0.0.0
- _ZN11CLZInWindow4InitEv at Base 0.0.0
- _ZN11CLZInWindow6CreateEjjj at Base 0.0.0
- _ZN11CLZInWindow9MoveBlockEv at Base 0.0.0
- _ZN11CLZInWindow9ReadBlockEv at Base 0.0.0
- _ZN11CLZInWindow9SetStreamEP19ISequentialInStream at Base 0.0.0
- _ZN11CLZInWindowD0Ev at Base 0.0.0
- _ZN11CLZInWindowD1Ev at Base 0.0.0
- _ZN11CLZInWindowD2Ev at Base 0.0.0
- _ZN12CInStreamRam14QueryInterfaceERK4GUIDPPv at Base 0.0.0
- _ZN12CInStreamRam4ReadEPvjPj at Base 0.0.0
- _ZN12CInStreamRam6AddRefEv at Base 0.0.0
- _ZN12CInStreamRam7ReleaseEv at Base 0.0.0
- _ZN12CInStreamRamD0Ev at Base 0.0.0
- _ZN12CInStreamRamD1Ev at Base 0.0.0
- _ZN12CInStreamRamD2Ev at Base 0.0.0
- _ZN12CLZOutWindow4InitEb at Base 0.0.0
- _ZN13CCrcOutStream14QueryInterfaceERK4GUIDPPv at Base 0.0.0
- _ZN13CCrcOutStream5WriteEPKvjPj at Base 0.0.0
- _ZN13CCrcOutStream6AddRefEv at Base 0.0.0
- _ZN13CCrcOutStream7ReleaseEv at Base 0.0.0
- _ZN13CCrcOutStreamD0Ev at Base 0.0.0
- _ZN13CCrcOutStreamD1Ev at Base 0.0.0
- _ZN13CCrcOutStreamD2Ev at Base 0.0.0
- _ZN13CObjectVectorI11CStringBaseIwEE3AddERKS1_ at Base 0.0.0
- _ZN13CObjectVectorI11CStringBaseIwEE6DeleteEii at Base 0.0.0
- _ZN13CObjectVectorI11CStringBaseIwEED0Ev at Base 0.0.0
- _ZN13CObjectVectorI11CStringBaseIwEED1Ev at Base 0.0.0
- _ZN13CObjectVectorI11CStringBaseIwEED2Ev at Base 0.0.0
- _ZN13COutStreamRam14QueryInterfaceERK4GUIDPPv at Base 0.0.0
- _ZN13COutStreamRam5WriteEPKvjPj at Base 0.0.0
- _ZN13COutStreamRam6AddRefEv at Base 0.0.0
- _ZN13COutStreamRam7ReleaseEv at Base 0.0.0
- _ZN13COutStreamRamD0Ev at Base 0.0.0
- _ZN13COutStreamRamD1Ev at Base 0.0.0
- _ZN13COutStreamRamD2Ev at Base 0.0.0
- _ZN13CProgressInfo12SetRatioInfoEPKyS1_ at Base 0.0.0
- _ZN13CProgressInfo14QueryInterfaceERK4GUIDPPv at Base 0.0.0
- _ZN13CProgressInfo6AddRefEv at Base 0.0.0
- _ZN13CProgressInfo7ReleaseEv at Base 0.0.0
- _ZN13CProgressInfoD0Ev at Base 0.0.0
- _ZN13CProgressInfoD1Ev at Base 0.0.0
- _ZN13CProgressInfoD2Ev at Base 0.0.0
- _ZN13CRecordVectorIPvED0Ev at Base 0.0.0
- _ZN13CRecordVectorIPvED1Ev at Base 0.0.0
- _ZN13CRecordVectorIPvED2Ev at Base 0.0.0
- _ZN15CInMemoryStream14QueryInterfaceERK4GUIDPPv at Base 0.0.0
- _ZN15CInMemoryStream4ReadEPvjPj at Base 0.0.0
- _ZN15CInMemoryStream6AddRefEv at Base 0.0.0
- _ZN15CInMemoryStream7ReleaseEv at Base 0.0.0
- _ZN15CInMemoryStreamD0Ev at Base 0.0.0
- _ZN15CInMemoryStreamD1Ev at Base 0.0.0
- _ZN15CInMemoryStreamD2Ev at Base 0.0.0
- _ZN16COutMemoryStream14QueryInterfaceERK4GUIDPPv at Base 0.0.0
- _ZN16COutMemoryStream5WriteEPKvjPj at Base 0.0.0
- _ZN16COutMemoryStream6AddRefEv at Base 0.0.0
- _ZN16COutMemoryStream7ReleaseEv at Base 0.0.0
- _ZN16COutMemoryStreamD0Ev at Base 0.0.0
- _ZN16COutMemoryStreamD1Ev at Base 0.0.0
- _ZN16COutMemoryStreamD2Ev at Base 0.0.0
- _ZN17CBaseRecordVector10DeleteBackEv at Base 0.0.0
- _ZN17CBaseRecordVector10DeleteFromEi at Base 0.0.0
- _ZN17CBaseRecordVector13InsertOneItemEi at Base 0.0.0
- _ZN17CBaseRecordVector18ReserveOnePositionEv at Base 0.0.0
- _ZN17CBaseRecordVector5ClearEv at Base 0.0.0
- _ZN17CBaseRecordVector6DeleteEii at Base 0.0.0
- _ZN17CBaseRecordVector7ReserveEi at Base 0.0.0
- _ZN17CBaseRecordVector9MoveItemsEii at Base 0.0.0
- _ZN17CBaseRecordVectorD0Ev at Base 0.0.0
- _ZN17CBaseRecordVectorD1Ev at Base 0.0.0
- _ZN17CBaseRecordVectorD2Ev at Base 0.0.0
- _ZN18CBenchmarkInStream14QueryInterfaceERK4GUIDPPv at Base 0.0.0
- _ZN18CBenchmarkInStream4ReadEPvjPj at Base 0.0.0
- _ZN18CBenchmarkInStream6AddRefEv at Base 0.0.0
- _ZN18CBenchmarkInStream7ReleaseEv at Base 0.0.0
- _ZN18CBenchmarkInStreamD0Ev at Base 0.0.0
- _ZN18CBenchmarkInStreamD1Ev at Base 0.0.0
- _ZN18CBenchmarkInStreamD2Ev at Base 0.0.0
- _ZN18NCommandLineParser12ParseCommandEiPKNS_12CCommandFormERK11CStringBaseIwERS4_ at Base 0.0.0
- _ZN18NCommandLineParser16SplitCommandLineERK11CStringBaseIwER13CObjectVectorIS1_E at Base 0.0.0
- _ZN18NCommandLineParser16SplitCommandLineERK11CStringBaseIwERS1_S4_ at Base 0.0.0
- _ZN18NCommandLineParser7CParser11ParseStringERK11CStringBaseIwEPKNS_11CSwitchFormE at Base 0.0.0
- _ZN18NCommandLineParser7CParser12ParseStringsEPKNS_11CSwitchFormERK13CObjectVectorI11CStringBaseIwEE at Base 0.0.0
- _ZN18NCommandLineParser7CParserC1Ei at Base 0.0.0
- _ZN18NCommandLineParser7CParserC2Ei at Base 0.0.0
- _ZN18NCommandLineParser7CParserD1Ev at Base 0.0.0
- _ZN18NCommandLineParser7CParserD2Ev at Base 0.0.0
- _ZN19CBenchmarkOutStream14QueryInterfaceERK4GUIDPPv at Base 0.0.0
- _ZN19CBenchmarkOutStream5WriteEPKvjPj at Base 0.0.0
- _ZN19CBenchmarkOutStream6AddRefEv at Base 0.0.0
- _ZN19CBenchmarkOutStream7ReleaseEv at Base 0.0.0
- _ZN19CBenchmarkOutStreamD0Ev at Base 0.0.0
- _ZN19CBenchmarkOutStreamD1Ev at Base 0.0.0
- _ZN19CBenchmarkOutStreamD2Ev at Base 0.0.0
- _ZN2s310object_getESsSsPKNS_9s3headersE at Base 0.0.0
- _ZN2s310object_putESsSsPKcmPKNS_9s3headersE at Base 0.0.0
- _ZN2s311list_bucketESsSsSsi at Base 0.0.0
- _ZN2s311object_headESsSsPKNS_9s3headersE at Base 0.0.0
- _ZN2s312bucket_mkdirESs at Base 0.0.0
- _ZN2s312bucket_rmdirESs at Base 0.0.0
- _ZN2s312list_bucketsEv at Base 0.0.0
- _ZN2s36buffer4readEPcm at Base 0.0.0
- _ZN2s36buffer5clearEv at Base 0.0.0
- _ZN2s36buffer5printEv at Base 0.0.0
- _ZN2s36buffer5writeEPKcm at Base 0.0.0
- _ZN2s37get_urlEPKc at Base 0.0.0
- _ZN2s37requestESsSsSslPKcmPKNS_9s3headersE at Base 0.0.0
- _ZN2s39object_rmESsSs at Base 0.0.0
- _ZN3aff12command_lineEiPPc at Base 0.0.0
- _ZN3aff7seginfoD0Ev at Base 0.0.0
- _ZN3aff7seginfoD1Ev at Base 0.0.0
- _ZN3aff7seginfoD2Ev at Base 0.0.0
- _ZN3aff7seglist11get_seglistEP7_AFFILE at Base 0.0.0
- _ZN3aff7seglist19has_signed_segmentsEv at Base 0.0.0
- _ZN3aff7seglist8containsESs at Base 0.0.0
- _ZN3aff9ends_withEPKcS1_ at Base 0.0.0
- _ZN3aff9ends_withERKSsS1_ at Base 0.0.0
- _ZN4CCRC10UpdateByteEh at Base 0.0.0
- _ZN4CCRC12UpdateUInt16Et at Base 0.0.0
- _ZN4CCRC12UpdateUInt32Ej at Base 0.0.0
- _ZN4CCRC12UpdateUInt64Ey at Base 0.0.0
- _ZN4CCRC5TableE at Base 0.0.0
- _ZN4CCRC6UpdateEPKvm at Base 0.0.0
- _ZN4CCRC9InitTableEv at Base 0.0.0
- _ZN4NBT212CMatchFinder10FreeMemoryEv at Base 0.0.0
- _ZN4NBT212CMatchFinder10GetMatchesEPj at Base 0.0.0
- _ZN4NBT212CMatchFinder11GetMatchLenEijj at Base 0.0.0
- _ZN4NBT212CMatchFinder12GetIndexByteEi at Base 0.0.0
- _ZN4NBT212CMatchFinder12SetNumPassesEj at Base 0.0.0
- _ZN4NBT212CMatchFinder13ReleaseStreamEv at Base 0.0.0
- _ZN4NBT212CMatchFinder14QueryInterfaceERK4GUIDPPv at Base 0.0.0
- _ZN4NBT212CMatchFinder15ChangeBufferPosEv at Base 0.0.0
- _ZN4NBT212CMatchFinder19FreeThisClassMemoryEv at Base 0.0.0
- _ZN4NBT212CMatchFinder19NeedChangeBufferPosEj at Base 0.0.0
- _ZN4NBT212CMatchFinder20GetNumAvailableBytesEv at Base 0.0.0
- _ZN4NBT212CMatchFinder22GetPointerToCurrentPosEv at Base 0.0.0
- _ZN4NBT212CMatchFinder4InitEv at Base 0.0.0
- _ZN4NBT212CMatchFinder4SkipEj at Base 0.0.0
- _ZN4NBT212CMatchFinder6AddRefEv at Base 0.0.0
- _ZN4NBT212CMatchFinder6CreateEjjjj at Base 0.0.0
- _ZN4NBT212CMatchFinder7MovePosEv at Base 0.0.0
- _ZN4NBT212CMatchFinder7ReleaseEv at Base 0.0.0
- _ZN4NBT212CMatchFinder9NormalizeEv at Base 0.0.0
- _ZN4NBT212CMatchFinder9SetStreamEP19ISequentialInStream at Base 0.0.0
- _ZN4NBT212CMatchFinderC1Ev at Base 0.0.0
- _ZN4NBT212CMatchFinderC2Ev at Base 0.0.0
- _ZN4NBT212CMatchFinderD0Ev at Base 0.0.0
- _ZN4NBT212CMatchFinderD1Ev at Base 0.0.0
- _ZN4NBT212CMatchFinderD2Ev at Base 0.0.0
- _ZN4NBT312CMatchFinder10FreeMemoryEv at Base 0.0.0
- _ZN4NBT312CMatchFinder10GetMatchesEPj at Base 0.0.0
- _ZN4NBT312CMatchFinder11GetMatchLenEijj at Base 0.0.0
- _ZN4NBT312CMatchFinder12GetIndexByteEi at Base 0.0.0
- _ZN4NBT312CMatchFinder12SetNumPassesEj at Base 0.0.0
- _ZN4NBT312CMatchFinder13ReleaseStreamEv at Base 0.0.0
- _ZN4NBT312CMatchFinder14QueryInterfaceERK4GUIDPPv at Base 0.0.0
- _ZN4NBT312CMatchFinder15ChangeBufferPosEv at Base 0.0.0
- _ZN4NBT312CMatchFinder19FreeThisClassMemoryEv at Base 0.0.0
- _ZN4NBT312CMatchFinder19NeedChangeBufferPosEj at Base 0.0.0
- _ZN4NBT312CMatchFinder20GetNumAvailableBytesEv at Base 0.0.0
- _ZN4NBT312CMatchFinder22GetPointerToCurrentPosEv at Base 0.0.0
- _ZN4NBT312CMatchFinder4InitEv at Base 0.0.0
- _ZN4NBT312CMatchFinder4SkipEj at Base 0.0.0
- _ZN4NBT312CMatchFinder6AddRefEv at Base 0.0.0
- _ZN4NBT312CMatchFinder6CreateEjjjj at Base 0.0.0
- _ZN4NBT312CMatchFinder7MovePosEv at Base 0.0.0
- _ZN4NBT312CMatchFinder7ReleaseEv at Base 0.0.0
- _ZN4NBT312CMatchFinder9NormalizeEv at Base 0.0.0
- _ZN4NBT312CMatchFinder9SetStreamEP19ISequentialInStream at Base 0.0.0
- _ZN4NBT312CMatchFinderC1Ev at Base 0.0.0
- _ZN4NBT312CMatchFinderC2Ev at Base 0.0.0
- _ZN4NBT312CMatchFinderD0Ev at Base 0.0.0
- _ZN4NBT312CMatchFinderD1Ev at Base 0.0.0
- _ZN4NBT312CMatchFinderD2Ev at Base 0.0.0
- _ZN4NBT412CMatchFinder10FreeMemoryEv at Base 0.0.0
- _ZN4NBT412CMatchFinder10GetMatchesEPj at Base 0.0.0
- _ZN4NBT412CMatchFinder11GetMatchLenEijj at Base 0.0.0
- _ZN4NBT412CMatchFinder12GetIndexByteEi at Base 0.0.0
- _ZN4NBT412CMatchFinder12SetNumPassesEj at Base 0.0.0
- _ZN4NBT412CMatchFinder13ReleaseStreamEv at Base 0.0.0
- _ZN4NBT412CMatchFinder14QueryInterfaceERK4GUIDPPv at Base 0.0.0
- _ZN4NBT412CMatchFinder15ChangeBufferPosEv at Base 0.0.0
- _ZN4NBT412CMatchFinder19FreeThisClassMemoryEv at Base 0.0.0
- _ZN4NBT412CMatchFinder19NeedChangeBufferPosEj at Base 0.0.0
- _ZN4NBT412CMatchFinder20GetNumAvailableBytesEv at Base 0.0.0
- _ZN4NBT412CMatchFinder22GetPointerToCurrentPosEv at Base 0.0.0
- _ZN4NBT412CMatchFinder4InitEv at Base 0.0.0
- _ZN4NBT412CMatchFinder4SkipEj at Base 0.0.0
- _ZN4NBT412CMatchFinder6AddRefEv at Base 0.0.0
- _ZN4NBT412CMatchFinder6CreateEjjjj at Base 0.0.0
- _ZN4NBT412CMatchFinder7MovePosEv at Base 0.0.0
- _ZN4NBT412CMatchFinder7ReleaseEv at Base 0.0.0
- _ZN4NBT412CMatchFinder9NormalizeEv at Base 0.0.0
- _ZN4NBT412CMatchFinder9SetStreamEP19ISequentialInStream at Base 0.0.0
- _ZN4NBT412CMatchFinderC1Ev at Base 0.0.0
- _ZN4NBT412CMatchFinderC2Ev at Base 0.0.0
- _ZN4NBT412CMatchFinderD0Ev at Base 0.0.0
- _ZN4NBT412CMatchFinderD1Ev at Base 0.0.0
- _ZN4NBT412CMatchFinderD2Ev at Base 0.0.0
- _ZN4NHC412CMatchFinder10FreeMemoryEv at Base 0.0.0
- _ZN4NHC412CMatchFinder10GetMatchesEPj at Base 0.0.0
- _ZN4NHC412CMatchFinder11GetMatchLenEijj at Base 0.0.0
- _ZN4NHC412CMatchFinder12GetIndexByteEi at Base 0.0.0
- _ZN4NHC412CMatchFinder12SetNumPassesEj at Base 0.0.0
- _ZN4NHC412CMatchFinder13ReleaseStreamEv at Base 0.0.0
- _ZN4NHC412CMatchFinder14QueryInterfaceERK4GUIDPPv at Base 0.0.0
- _ZN4NHC412CMatchFinder15ChangeBufferPosEv at Base 0.0.0
- _ZN4NHC412CMatchFinder19FreeThisClassMemoryEv at Base 0.0.0
- _ZN4NHC412CMatchFinder19NeedChangeBufferPosEj at Base 0.0.0
- _ZN4NHC412CMatchFinder20GetNumAvailableBytesEv at Base 0.0.0
- _ZN4NHC412CMatchFinder22GetPointerToCurrentPosEv at Base 0.0.0
- _ZN4NHC412CMatchFinder4InitEv at Base 0.0.0
- _ZN4NHC412CMatchFinder4SkipEj at Base 0.0.0
- _ZN4NHC412CMatchFinder6AddRefEv at Base 0.0.0
- _ZN4NHC412CMatchFinder6CreateEjjjj at Base 0.0.0
- _ZN4NHC412CMatchFinder7MovePosEv at Base 0.0.0
- _ZN4NHC412CMatchFinder7ReleaseEv at Base 0.0.0
- _ZN4NHC412CMatchFinder9NormalizeEv at Base 0.0.0
- _ZN4NHC412CMatchFinder9SetStreamEP19ISequentialInStream at Base 0.0.0
- _ZN4NHC412CMatchFinderC1Ev at Base 0.0.0
- _ZN4NHC412CMatchFinderC2Ev at Base 0.0.0
- _ZN4NHC412CMatchFinderD0Ev at Base 0.0.0
- _ZN4NHC412CMatchFinderD1Ev at Base 0.0.0
- _ZN4NHC412CMatchFinderD2Ev at Base 0.0.0
- _ZN9CInBuffer10ReadBlock2Ev at Base 0.0.0
- _ZN9CInBuffer4FreeEv at Base 0.0.0
- _ZN9CInBuffer4InitEv at Base 0.0.0
- _ZN9CInBuffer6CreateEj at Base 0.0.0
- _ZN9CInBuffer9ReadBlockEv at Base 0.0.0
- _ZN9CInBuffer9SetStreamEP19ISequentialInStream at Base 0.0.0
- _ZN9CInBufferC1Ev at Base 0.0.0
- _ZN9CInBufferC2Ev at Base 0.0.0
- _ZN9NCompress11NRangeCoder12CPriceTables10ProbPricesE at Base 0.0.0
- _ZN9NCompress11NRangeCoder12CPriceTables4InitEv at Base 0.0.0
- _ZN9NCompress11NRangeCoder12CPriceTablesC1Ev at Base 0.0.0
- _ZN9NCompress11NRangeCoder12CPriceTablesC2Ev at Base 0.0.0
- _ZN9NCompress5NLZMA13g_FastPosInitE at Base 0.0.0
- _ZN9NCompress5NLZMA16CLiteralEncoder213EncodeMatchedEPNS_11NRangeCoder8CEncoderEhh at Base 0.0.0
- _ZN9NCompress5NLZMA16CLiteralEncoder26EncodeEPNS_11NRangeCoder8CEncoderEh at Base 0.0.0
- _ZN9NCompress5NLZMA7NLength8CEncoder4InitEj at Base 0.0.0
- _ZN9NCompress5NLZMA7NLength8CEncoder6EncodeEPNS_11NRangeCoder8CEncoderEjj at Base 0.0.0
- _ZN9NCompress5NLZMA8CDecoder11SetInStreamEP19ISequentialInStream at Base 0.0.0
- _ZN9NCompress5NLZMA8CDecoder14QueryInterfaceERK4GUIDPPv at Base 0.0.0
- _ZN9NCompress5NLZMA8CDecoder15ReleaseInStreamEv at Base 0.0.0
- _ZN9NCompress5NLZMA8CDecoder16SetOutStreamSizeEPKy at Base 0.0.0
- _ZN9NCompress5NLZMA8CDecoder21SetDecoderProperties2EPKhj at Base 0.0.0
- _ZN9NCompress5NLZMA8CDecoder24GetInStreamProcessedSizeEPy at Base 0.0.0
- _ZN9NCompress5NLZMA8CDecoder4CodeEP19ISequentialInStreamP20ISequentialOutStreamPKyS7_P21ICompressProgressInfo at Base 0.0.0
- _ZN9NCompress5NLZMA8CDecoder4InitEv at Base 0.0.0
- _ZN9NCompress5NLZMA8CDecoder6AddRefEv at Base 0.0.0
- _ZN9NCompress5NLZMA8CDecoder7ReleaseEv at Base 0.0.0
- _ZN9NCompress5NLZMA8CDecoder8CodeRealEP19ISequentialInStreamP20ISequentialOutStreamPKyS7_P21ICompressProgressInfo at Base 0.0.0
- _ZN9NCompress5NLZMA8CDecoder8CodeSpecEj at Base 0.0.0
- _ZN9NCompress5NLZMA8CDecoderD0Ev at Base 0.0.0
- _ZN9NCompress5NLZMA8CDecoderD1Ev at Base 0.0.0
- _ZN9NCompress5NLZMA8CDecoderD2Ev at Base 0.0.0
- _ZN9NCompress5NLZMA8CEncoder10GetOptimumEjRjS2_ at Base 0.0.0
- _ZN9NCompress5NLZMA8CEncoder10SetStreamsEP19ISequentialInStreamP20ISequentialOutStreamPKyS7_ at Base 0.0.0
- _ZN9NCompress5NLZMA8CEncoder12CodeOneBlockEPyS2_Pi at Base 0.0.0
- _ZN9NCompress5NLZMA8CEncoder12SetOutStreamEP20ISequentialOutStream at Base 0.0.0
- _ZN9NCompress5NLZMA8CEncoder14GetOptimumFastEjRjS2_ at Base 0.0.0
- _ZN9NCompress5NLZMA8CEncoder14QueryInterfaceERK4GUIDPPv at Base 0.0.0
- _ZN9NCompress5NLZMA8CEncoder14WriteEndMarkerEj at Base 0.0.0
- _ZN9NCompress5NLZMA8CEncoder15FillAlignPricesEv at Base 0.0.0
- _ZN9NCompress5NLZMA8CEncoder16ReleaseOutStreamEv at Base 0.0.0
- _ZN9NCompress5NLZMA8CEncoder18ReadMatchDistancesERjS2_ at Base 0.0.0
- _ZN9NCompress5NLZMA8CEncoder18SetCoderPropertiesEPKjPK14tagPROPVARIANTj at Base 0.0.0
- _ZN9NCompress5NLZMA8CEncoder19FillDistancesPricesEv at Base 0.0.0
- _ZN9NCompress5NLZMA8CEncoder20WriteCoderPropertiesEP20ISequentialOutStream at Base 0.0.0
- _ZN9NCompress5NLZMA8CEncoder4CodeEP19ISequentialInStreamP20ISequentialOutStreamPKyS7_P21ICompressProgressInfo at Base 0.0.0
- _ZN9NCompress5NLZMA8CEncoder4InitEv at Base 0.0.0
- _ZN9NCompress5NLZMA8CEncoder5FlushEj at Base 0.0.0
- _ZN9NCompress5NLZMA8CEncoder6AddRefEv at Base 0.0.0
- _ZN9NCompress5NLZMA8CEncoder6CreateEv at Base 0.0.0
- _ZN9NCompress5NLZMA8CEncoder7MovePosEj at Base 0.0.0
- _ZN9NCompress5NLZMA8CEncoder7ReleaseEv at Base 0.0.0
- _ZN9NCompress5NLZMA8CEncoder8BackwardERjj at Base 0.0.0
- _ZN9NCompress5NLZMA8CEncoder8CodeRealEP19ISequentialInStreamP20ISequentialOutStreamPKyS7_P21ICompressProgressInfo at Base 0.0.0
- _ZN9NCompress5NLZMA8CEncoderC1Ev at Base 0.0.0
- _ZN9NCompress5NLZMA8CEncoderC2Ev at Base 0.0.0
- _ZN9NCompress5NLZMA8CEncoderD0Ev at Base 0.0.0
- _ZN9NCompress5NLZMA8CEncoderD1Ev at Base 0.0.0
- _ZN9NCompress5NLZMA8CEncoderD2Ev at Base 0.0.0
- _ZN9NCompress5NLZMA9g_FastPosE at Base 0.0.0
- _ZNK10COutBuffer16GetProcessedSizeEv at Base 0.0.0
- _ZNK11CStringBaseIwE3MidEii at Base 0.0.0
- _ZNK18NCommandLineParser7CParserixEm at Base 0.0.0
- _ZNK9NCompress5NLZMA16CLiteralEncoder28GetPriceEbhh at Base 0.0.0
- _ZNK9NCompress5NLZMA7NLength8CEncoder9SetPricesEjjPj at Base 0.0.0
- _ZNSt12_Destroy_auxILb0EE9__destroyIPSsEEvT_S3_ at Base 0.0.0
- _ZNSt4pairIKSsSsED1Ev at Base 0.0.0
- _ZNSt4pairIKSsSsED2Ev at Base 0.0.0
- _ZNSt6vectorIN3aff7seginfoESaIS1_EE13_M_insert_auxEN9__gnu_cxx17__normal_iteratorIPS1_S3_EERKS1_ at Base 0.0.0
- _ZNSt6vectorIPN2s36BucketESaIS2_EE13_M_insert_auxEN9__gnu_cxx17__normal_iteratorIPS2_S4_EERKS2_ at Base 0.0.0
- _ZNSt6vectorIPN2s38ContentsESaIS2_EE13_M_insert_auxEN9__gnu_cxx17__normal_iteratorIPS2_S4_EERKS2_ at Base 0.0.0
- _ZNSt6vectorISsSaISsEE13_M_insert_auxEN9__gnu_cxx17__normal_iteratorIPSsS1_EERKSs at Base 0.0.0
- _ZNSt8_Rb_treeISsSsSt9_IdentityISsESt4lessISsESaISsEE16_M_insert_uniqueERKSs at Base 0.0.0
- _ZNSt8_Rb_treeISsSsSt9_IdentityISsESt4lessISsESaISsEE8_M_eraseEPSt13_Rb_tree_nodeISsE at Base 0.0.0
- _ZNSt8_Rb_treeISsSt4pairIKSsSsESt10_Select1stIS2_ESt4lessISsESaIS2_EE10_M_insert_EPSt18_Rb_tree_node_baseSA_RKS2_ at Base 0.0.0
- _ZNSt8_Rb_treeISsSt4pairIKSsSsESt10_Select1stIS2_ESt4lessISsESaIS2_EE24_M_get_insert_unique_posERS1_ at Base 0.0.0
- _ZNSt8_Rb_treeISsSt4pairIKSsSsESt10_Select1stIS2_ESt4lessISsESaIS2_EE29_M_get_insert_hint_unique_posESt23_Rb_tree_const_iteratorIS2_ERS1_ at Base 0.0.0
- _ZNSt8_Rb_treeISsSt4pairIKSsSsESt10_Select1stIS2_ESt4lessISsESaIS2_EE8_M_eraseEPSt13_Rb_tree_nodeIS2_E at Base 0.0.0
- _ZSt11__make_heapIN9__gnu_cxx17__normal_iteratorIPSsSt6vectorISsSaISsEEEENS0_5__ops15_Iter_less_iterEEvT_S9_T0_ at Base 0.0.0
- _ZSt13__adjust_heapIN9__gnu_cxx17__normal_iteratorIPSsSt6vectorISsSaISsEEEElSsNS0_5__ops15_Iter_less_iterEEvT_T0_SA_T1_T2_ at Base 0.0.0
- _ZSt16__insertion_sortIN9__gnu_cxx17__normal_iteratorIPSsSt6vectorISsSaISsEEEENS0_5__ops15_Iter_less_iterEEvT_S9_T0_ at Base 0.0.0
- _ZSt25__unguarded_linear_insertIN9__gnu_cxx17__normal_iteratorIPSsSt6vectorISsSaISsEEEENS0_5__ops14_Val_less_iterEEvT_T0_ at Base 0.0.0
- _ZStplIcSt11char_traitsIcESaIcEESbIT_T0_T1_EPKS3_RKS6_ at Base 0.0.0
- _ZStplIcSt11char_traitsIcESaIcEESbIT_T0_T1_ERKS6_S8_ at Base 0.0.0
- _ZTI11CLZInWindow at Base 0.0.0
- _ZTI12CInStreamRam at Base 0.0.0
- _ZTI12IMatchFinder at Base 0.0.0
- _ZTI13CCrcOutStream at Base 0.0.0
- _ZTI13CMyUnknownImp at Base 0.0.0
- _ZTI13CObjectVectorI11CStringBaseIwEE at Base 0.0.0
- _ZTI13COutStreamRam at Base 0.0.0
- _ZTI13CProgressInfo at Base 0.0.0
- _ZTI13CRecordVectorIPvE at Base 0.0.0
- _ZTI14ICompressCoder at Base 0.0.0
- _ZTI15CInMemoryStream at Base 0.0.0
- _ZTI15IInWindowStream at Base 0.0.0
- _ZTI16COutMemoryStream at Base 0.0.0
- _ZTI17CBaseRecordVector at Base 0.0.0
- _ZTI18CBenchmarkInStream at Base 0.0.0
- _ZTI18CInBufferException at Base 0.0.0
- _ZTI19CBenchmarkOutStream at Base 0.0.0
- _ZTI19COutBufferException at Base 0.0.0
- _ZTI19ISequentialInStream at Base 0.0.0
- _ZTI20ISequentialOutStream at Base 0.0.0
- _ZTI21ICompressProgressInfo at Base 0.0.0
- _ZTI21ICompressSetOutStream at Base 0.0.0
- _ZTI24IMatchFinderSetNumPasses at Base 0.0.0
- _ZTI27ICompressSetCoderProperties at Base 0.0.0
- _ZTI29ICompressWriteCoderProperties at Base 0.0.0
- _ZTI30ICompressSetDecoderProperties2 at Base 0.0.0
- _ZTI33ICompressGetInStreamProcessedSize at Base 0.0.0
- _ZTI8IUnknown at Base 0.0.0
- _ZTIN3aff7seginfoE at Base 0.0.0
- _ZTIN4NBT212CMatchFinderE at Base 0.0.0
- _ZTIN4NBT312CMatchFinderE at Base 0.0.0
- _ZTIN4NBT412CMatchFinderE at Base 0.0.0
- _ZTIN4NHC412CMatchFinderE at Base 0.0.0
- _ZTIN9NCompress5NLZMA10CBaseStateE at Base 0.0.0
- _ZTIN9NCompress5NLZMA8CDecoderE at Base 0.0.0
- _ZTIN9NCompress5NLZMA8CEncoderE at Base 0.0.0
- _ZTS11CLZInWindow at Base 0.0.0
- _ZTS12CInStreamRam at Base 0.0.0
- _ZTS12IMatchFinder at Base 0.0.0
- _ZTS13CCrcOutStream at Base 0.0.0
- _ZTS13CMyUnknownImp at Base 0.0.0
- _ZTS13CObjectVectorI11CStringBaseIwEE at Base 0.0.0
- _ZTS13COutStreamRam at Base 0.0.0
- _ZTS13CProgressInfo at Base 0.0.0
- _ZTS13CRecordVectorIPvE at Base 0.0.0
- _ZTS14ICompressCoder at Base 0.0.0
- _ZTS15CInMemoryStream at Base 0.0.0
- _ZTS15IInWindowStream at Base 0.0.0
- _ZTS16COutMemoryStream at Base 0.0.0
- _ZTS17CBaseRecordVector at Base 0.0.0
- _ZTS18CBenchmarkInStream at Base 0.0.0
- _ZTS18CInBufferException at Base 0.0.0
- _ZTS19CBenchmarkOutStream at Base 0.0.0
- _ZTS19COutBufferException at Base 0.0.0
- _ZTS19ISequentialInStream at Base 0.0.0
- _ZTS20ISequentialOutStream at Base 0.0.0
- _ZTS21ICompressProgressInfo at Base 0.0.0
- _ZTS21ICompressSetOutStream at Base 0.0.0
- _ZTS24IMatchFinderSetNumPasses at Base 0.0.0
- _ZTS27ICompressSetCoderProperties at Base 0.0.0
- _ZTS29ICompressWriteCoderProperties at Base 0.0.0
- _ZTS30ICompressSetDecoderProperties2 at Base 0.0.0
- _ZTS33ICompressGetInStreamProcessedSize at Base 0.0.0
- _ZTS8IUnknown at Base 0.0.0
- _ZTSN3aff7seginfoE at Base 0.0.0
- _ZTSN4NBT212CMatchFinderE at Base 0.0.0
- _ZTSN4NBT312CMatchFinderE at Base 0.0.0
- _ZTSN4NBT412CMatchFinderE at Base 0.0.0
- _ZTSN4NHC412CMatchFinderE at Base 0.0.0
- _ZTSN9NCompress5NLZMA10CBaseStateE at Base 0.0.0
- _ZTSN9NCompress5NLZMA8CDecoderE at Base 0.0.0
- _ZTSN9NCompress5NLZMA8CEncoderE at Base 0.0.0
- _ZTV11CLZInWindow at Base 0.0.0
- _ZTV12CInStreamRam at Base 0.0.0
- _ZTV12IMatchFinder at Base 0.0.0
- _ZTV13CCrcOutStream at Base 0.0.0
- _ZTV13CObjectVectorI11CStringBaseIwEE at Base 0.0.0
- _ZTV13COutStreamRam at Base 0.0.0
- _ZTV13CProgressInfo at Base 0.0.0
- _ZTV13CRecordVectorIPvE at Base 0.0.0
- _ZTV14ICompressCoder at Base 0.0.0
- _ZTV15CInMemoryStream at Base 0.0.0
- _ZTV15IInWindowStream at Base 0.0.0
- _ZTV16COutMemoryStream at Base 0.0.0
- _ZTV17CBaseRecordVector at Base 0.0.0
- _ZTV18CBenchmarkInStream at Base 0.0.0
- _ZTV19CBenchmarkOutStream at Base 0.0.0
- _ZTV19ISequentialInStream at Base 0.0.0
- _ZTV20ISequentialOutStream at Base 0.0.0
- _ZTV21ICompressProgressInfo at Base 0.0.0
- _ZTV21ICompressSetOutStream at Base 0.0.0
- _ZTV24IMatchFinderSetNumPasses at Base 0.0.0
- _ZTV27ICompressSetCoderProperties at Base 0.0.0
- _ZTV29ICompressWriteCoderProperties at Base 0.0.0
- _ZTV30ICompressSetDecoderProperties2 at Base 0.0.0
- _ZTV33ICompressGetInStreamProcessedSize at Base 0.0.0
- _ZTV8IUnknown at Base 0.0.0
- _ZTVN3aff7seginfoE at Base 0.0.0
- _ZTVN4NBT212CMatchFinderE at Base 0.0.0
- _ZTVN4NBT312CMatchFinderE at Base 0.0.0
- _ZTVN4NBT412CMatchFinderE at Base 0.0.0
- _ZTVN4NHC412CMatchFinderE at Base 0.0.0
- _ZTVN9NCompress5NLZMA8CDecoderE at Base 0.0.0
- _ZTVN9NCompress5NLZMA8CEncoderE at Base 0.0.0
- _ZThn16_N9NCompress5NLZMA8CDecoder14QueryInterfaceERK4GUIDPPv at Base 0.0.0
- _ZThn16_N9NCompress5NLZMA8CDecoder24GetInStreamProcessedSizeEPy at Base 0.0.0
- _ZThn16_N9NCompress5NLZMA8CDecoder6AddRefEv at Base 0.0.0
- _ZThn16_N9NCompress5NLZMA8CDecoder7ReleaseEv at Base 0.0.0
- _ZThn16_N9NCompress5NLZMA8CDecoderD0Ev at Base 0.0.0
- _ZThn16_N9NCompress5NLZMA8CDecoderD1Ev at Base 0.0.0
- _ZThn16_N9NCompress5NLZMA8CEncoder14QueryInterfaceERK4GUIDPPv at Base 0.0.0
- _ZThn16_N9NCompress5NLZMA8CEncoder18SetCoderPropertiesEPKjPK14tagPROPVARIANTj at Base 0.0.0
- _ZThn16_N9NCompress5NLZMA8CEncoder6AddRefEv at Base 0.0.0
- _ZThn16_N9NCompress5NLZMA8CEncoder7ReleaseEv at Base 0.0.0
- _ZThn16_N9NCompress5NLZMA8CEncoderD0Ev at Base 0.0.0
- _ZThn16_N9NCompress5NLZMA8CEncoderD1Ev at Base 0.0.0
- _ZThn24_N9NCompress5NLZMA8CEncoder14QueryInterfaceERK4GUIDPPv at Base 0.0.0
- _ZThn24_N9NCompress5NLZMA8CEncoder20WriteCoderPropertiesEP20ISequentialOutStream at Base 0.0.0
- _ZThn24_N9NCompress5NLZMA8CEncoder6AddRefEv at Base 0.0.0
- _ZThn24_N9NCompress5NLZMA8CEncoder7ReleaseEv at Base 0.0.0
- _ZThn24_N9NCompress5NLZMA8CEncoderD0Ev at Base 0.0.0
- _ZThn24_N9NCompress5NLZMA8CEncoderD1Ev at Base 0.0.0
- _ZThn80_N4NBT212CMatchFinder12SetNumPassesEj at Base 0.0.0
- _ZThn80_N4NBT212CMatchFinderD0Ev at Base 0.0.0
- _ZThn80_N4NBT212CMatchFinderD1Ev at Base 0.0.0
- _ZThn80_N4NBT312CMatchFinder12SetNumPassesEj at Base 0.0.0
- _ZThn80_N4NBT312CMatchFinderD0Ev at Base 0.0.0
- _ZThn80_N4NBT312CMatchFinderD1Ev at Base 0.0.0
- _ZThn80_N4NBT412CMatchFinder12SetNumPassesEj at Base 0.0.0
- _ZThn80_N4NBT412CMatchFinderD0Ev at Base 0.0.0
- _ZThn80_N4NBT412CMatchFinderD1Ev at Base 0.0.0
- _ZThn80_N4NHC412CMatchFinder12SetNumPassesEj at Base 0.0.0
- _ZThn80_N4NHC412CMatchFinderD0Ev at Base 0.0.0
- _ZThn80_N4NHC412CMatchFinderD1Ev at Base 0.0.0
- _ZThn8_N4NBT212CMatchFinderD0Ev at Base 0.0.0
- _ZThn8_N4NBT212CMatchFinderD1Ev at Base 0.0.0
- _ZThn8_N4NBT312CMatchFinderD0Ev at Base 0.0.0
- _ZThn8_N4NBT312CMatchFinderD1Ev at Base 0.0.0
- _ZThn8_N4NBT412CMatchFinderD0Ev at Base 0.0.0
- _ZThn8_N4NBT412CMatchFinderD1Ev at Base 0.0.0
- _ZThn8_N4NHC412CMatchFinderD0Ev at Base 0.0.0
- _ZThn8_N4NHC412CMatchFinderD1Ev at Base 0.0.0
- _ZThn8_N9NCompress5NLZMA8CDecoder14QueryInterfaceERK4GUIDPPv at Base 0.0.0
- _ZThn8_N9NCompress5NLZMA8CDecoder21SetDecoderProperties2EPKhj at Base 0.0.0
- _ZThn8_N9NCompress5NLZMA8CDecoder6AddRefEv at Base 0.0.0
- _ZThn8_N9NCompress5NLZMA8CDecoder7ReleaseEv at Base 0.0.0
- _ZThn8_N9NCompress5NLZMA8CDecoderD0Ev at Base 0.0.0
- _ZThn8_N9NCompress5NLZMA8CDecoderD1Ev at Base 0.0.0
- _ZThn8_N9NCompress5NLZMA8CEncoder12SetOutStreamEP20ISequentialOutStream at Base 0.0.0
- _ZThn8_N9NCompress5NLZMA8CEncoder14QueryInterfaceERK4GUIDPPv at Base 0.0.0
- _ZThn8_N9NCompress5NLZMA8CEncoder16ReleaseOutStreamEv at Base 0.0.0
- _ZThn8_N9NCompress5NLZMA8CEncoder6AddRefEv at Base 0.0.0
- _ZThn8_N9NCompress5NLZMA8CEncoder7ReleaseEv at Base 0.0.0
- _ZThn8_N9NCompress5NLZMA8CEncoderD0Ev at Base 0.0.0
- _ZThn8_N9NCompress5NLZMA8CEncoderD1Ev at Base 0.0.0
- af_SHA256 at Base 0.0.0
- af_backspace at Base 0.0.0
- af_badflag at Base 0.0.0
- af_cache_alloc at Base 0.0.0
- af_cache_debug at Base 0.0.0
- af_cache_flush at Base 0.0.0
- af_cache_writethrough at Base 0.0.0
- af_cannot_decrypt at Base 0.0.0
- af_change_aes_passphrase at Base 0.0.0
- af_close at Base 0.0.0
- af_commas at Base 0.0.0
- af_compression_type at Base 0.0.0
- af_crypto_allocate at Base 0.0.0
- af_crypto_deallocate at Base 0.0.0
- af_decode_q at Base 0.0.0
- af_del_seg at Base 0.0.0
- af_display_as_hex at Base 0.0.0
- af_display_as_quad at Base 0.0.0
- af_enable_compression at Base 0.0.0
- af_eof at Base 0.0.0
- af_err at Base 0.0.0
- af_error_str at Base 0.0.0
- af_establish_aes_passphrase at Base 0.0.0
- af_ext at Base 0.0.0
- af_ext_is at Base 0.0.0
- af_figure_media at Base 0.0.0
- af_filename at Base 0.0.0
- af_freopen at Base 0.0.0
- af_get_aes_key_from_passphrase at Base 0.0.0
- af_get_affkey_using_keyfile at Base 0.0.0
- af_get_imagesize at Base 0.0.0
- af_get_next_seg at Base 0.0.0
- af_get_page at Base 0.0.0
- af_get_page_raw at Base 0.0.0
- af_get_pagesize at Base 0.0.0
- af_get_sectorsize at Base 0.0.0
- af_get_seg at Base 0.0.0
- af_get_segq at Base 0.0.0
- af_has_encrypted_segments at Base 0.0.0
- af_has_pages at Base 0.0.0
- af_hash_verify_seg2 at Base 0.0.0
- af_hasmeta at Base 0.0.0
- af_hexbuf at Base 0.0.0
- af_identify at Base 0.0.0
- af_identify_file_name at Base 0.0.0
- af_identify_file_type at Base 0.0.0
- af_initialize at Base 0.0.0
- af_invalidate_vni_cache at Base 0.0.0
- af_is_badsector at Base 0.0.0
- af_is_encrypted_segment at Base 0.0.0
- af_is_filestream at Base 0.0.0
- af_is_signature_segment at Base 0.0.0
- af_last_seg at Base 0.0.0
- af_make_badflag at Base 0.0.0
- af_make_gid at Base 0.0.0
- af_open at Base 0.0.0
- af_open_with at Base 0.0.0
- af_page_size at Base 0.0.0
- af_parse_url at Base 0.0.0
- af_perror at Base 0.0.0
- af_probe_next_seg at Base 0.0.0
- af_read at Base 0.0.0
- af_read_sizes at Base 0.0.0
- af_rewind_seg at Base 0.0.0
- af_save_aes_key_with_passphrase at Base 0.0.0
- af_seal_affkey_using_certificates at Base 0.0.0
- af_seek at Base 0.0.0
- af_segname_hash_page_number at Base 0.0.0
- af_segname_page_number at Base 0.0.0
- af_set_acquisition_date at Base 0.0.0
- af_set_aes_key at Base 0.0.0
- af_set_callback at Base 0.0.0
- af_set_maxsize at Base 0.0.0
- af_set_option at Base 0.0.0
- af_set_pagesize at Base 0.0.0
- af_set_seal_certificates at Base 0.0.0
- af_set_sectorsize at Base 0.0.0
- af_set_sign_files at Base 0.0.0
- af_set_unseal_keyfile at Base 0.0.0
- af_sig_verify_seg2 at Base 0.0.0
- af_sig_verify_seg at Base 0.0.0
- af_sign_all_unsigned_segments at Base 0.0.0
- af_sign_seg3 at Base 0.0.0
- af_sign_seg at Base 0.0.0
- af_stats at Base 0.0.0
- af_tell at Base 0.0.0
- af_trace at Base 0.0.0
- af_update_page at Base 0.0.0
- af_update_seg at Base 0.0.0
- af_update_seg_frombio at Base 0.0.0
- af_update_segf at Base 0.0.0
- af_update_segq at Base 0.0.0
- af_use_aes_passphrase at Base 0.0.0
- af_version at Base 0.0.0
- af_vnode_array at Base 0.0.0
- af_vstat at Base 0.0.0
- af_write at Base 0.0.0
- aff_find_seg at Base 0.0.0
- aff_segment_overhead at Base 0.0.0
- aff_toc at Base 0.0.0
- aff_toc_build at Base 0.0.0
- aff_toc_del at Base 0.0.0
- aff_toc_find_hole at Base 0.0.0
- aff_toc_free at Base 0.0.0
- aff_toc_next_seg at Base 0.0.0
- aff_toc_print at Base 0.0.0
- aff_toc_update at Base 0.0.0
- aws_access_key_id at Base 0.0.0
- aws_base_url at Base 0.0.0
- aws_secret_access_key at Base 0.0.0
- b64_ntop at Base 0.0.0
- b64_pton_slg at Base 0.0.0
- bdrv_aio_cancel at Base 0.0.0
- bdrv_aio_read at Base 0.0.0
- bdrv_aio_write at Base 0.0.0
- bdrv_bochs at Base 0.0.0
- bdrv_cloop at Base 0.0.0
- bdrv_close at Base 0.0.0
- bdrv_commit at Base 0.0.0
- bdrv_cow at Base 0.0.0
- bdrv_create at Base 0.0.0
- bdrv_delete at Base 0.0.0
- bdrv_dmg at Base 0.0.0
- bdrv_eject at Base 0.0.0
- bdrv_file_open at Base 0.0.0
- bdrv_find at Base 0.0.0
- bdrv_find_format at Base 0.0.0
- bdrv_first at Base 0.0.0
- bdrv_flush at Base 0.0.0
- bdrv_get_backing_filename at Base 0.0.0
- bdrv_get_device_name at Base 0.0.0
- bdrv_get_format at Base 0.0.0
- bdrv_get_geometry at Base 0.0.0
- bdrv_get_geometry_hint at Base 0.0.0
- bdrv_get_info at Base 0.0.0
- bdrv_get_translation_hint at Base 0.0.0
- bdrv_get_type_hint at Base 0.0.0
- bdrv_getlength at Base 0.0.0
- bdrv_host_device at Base 0.0.0
- bdrv_init at Base 0.0.0
- bdrv_ioctl at Base 0.0.0
- bdrv_is_encrypted at Base 0.0.0
- bdrv_is_inserted at Base 0.0.0
- bdrv_is_locked at Base 0.0.0
- bdrv_is_read_only at Base 0.0.0
- bdrv_is_removable at Base 0.0.0
- bdrv_is_sg at Base 0.0.0
- bdrv_iterate at Base 0.0.0
- bdrv_iterate_format at Base 0.0.0
- bdrv_media_changed at Base 0.0.0
- bdrv_new at Base 0.0.0
- bdrv_open2 at Base 0.0.0
- bdrv_open at Base 0.0.0
- bdrv_parallels at Base 0.0.0
- bdrv_pread at Base 0.0.0
- bdrv_pwrite at Base 0.0.0
- bdrv_qcow2 at Base 0.0.0
- bdrv_qcow at Base 0.0.0
- bdrv_raw at Base 0.0.0
- bdrv_read at Base 0.0.0
- bdrv_set_boot_sector at Base 0.0.0
- bdrv_set_change_cb at Base 0.0.0
- bdrv_set_geometry_hint at Base 0.0.0
- bdrv_set_key at Base 0.0.0
- bdrv_set_locked at Base 0.0.0
- bdrv_set_translation_hint at Base 0.0.0
- bdrv_set_type_hint at Base 0.0.0
- bdrv_snapshot_create at Base 0.0.0
- bdrv_snapshot_delete at Base 0.0.0
- bdrv_snapshot_dump at Base 0.0.0
- bdrv_snapshot_goto at Base 0.0.0
- bdrv_snapshot_list at Base 0.0.0
- bdrv_truncate at Base 0.0.0
- bdrv_vmdk at Base 0.0.0
- bdrv_vpc at Base 0.0.0
- bdrv_vvfat at Base 0.0.0
- bdrv_write at Base 0.0.0
- bdrv_write_compressed at Base 0.0.0
- bt2 at Base 0.0.0
- bt4 at Base 0.0.0
- g_CRCTableInit at Base 0.0.0
- get_human_readable_size at Base 0.0.0
- get_mmap_addr at Base 0.0.0
- get_tmp_filename at Base 0.0.0
- kMaskToAllowedStatus at Base 0.0.0
- kMaskToBitNumber at Base 0.0.0
- lzma_compress at Base 0.0.0
- lzma_uncompress at Base 0.0.0
- parent_open at Base 0.0.0
- path_combine at Base 0.0.0
- path_is_absolute at Base 0.0.0
- pstrcat at Base 0.0.0
- pstrcpy at Base 0.0.0
- qemu_aio_flush at Base 0.0.0
- qemu_aio_get at Base 0.0.0
- qemu_aio_init at Base 0.0.0
- qemu_aio_poll at Base 0.0.0
- qemu_aio_release at Base 0.0.0
- qemu_aio_wait at Base 0.0.0
- qemu_aio_wait_end at Base 0.0.0
- qemu_aio_wait_start at Base 0.0.0
- qemu_free at Base 0.0.0
- qemu_malloc at Base 0.0.0
- qemu_mallocz at Base 0.0.0
- qemu_strdup at Base 0.0.0
- s3_bytes_read at Base 0.0.0
- s3_bytes_written at Base 0.0.0
- s3_debug at Base 0.0.0
- s3_object_put_retry_count at Base 0.0.0
- s3_request_retry_count at Base 0.0.0
- s3_retry_max at Base 0.0.0
- split_raw_increment_fname at Base 0.0.0
- strlcat at Base 0.0.0
- strlcpy at Base 0.0.0
- strstart at Base 0.0.0
- term_print_filename at Base 0.0.0
- term_printf at Base 0.0.0
- vnode_afd at Base 0.0.0
- vnode_aff at Base 0.0.0
- vnode_afm at Base 0.0.0
- vnode_dmg at Base 0.0.0
- vnode_raw at Base 0.0.0
- vnode_s3 at Base 0.0.0
- vnode_sparseimage at Base 0.0.0
- vnode_split_raw at Base 0.0.0
- vnode_vmdk at Base 0.0.0
- x86_Convert at Base 0.0.0
diff --git a/debian/man/affconvert.1 b/debian/man/affconvert.1
index dde0ebe..d5790f3 100644
--- a/debian/man/affconvert.1
+++ b/debian/man/affconvert.1
@@ -12,7 +12,8 @@
 .fi
 .SH DESCRIPTION
 Convert \fIfiles\fP from RAW to AFF, AFF to RAW and AFF to AFF
-(recompressing/uncompressing).
+(recompressing/uncompressing). WARNING: the source file must have 'raw'
+or 'aff' as extension in name.
 .PP
 This file is part of the AFFLIBv3, that provides AFF.
 .PP
@@ -26,15 +27,18 @@ General \fIoptions\fP:
 .B
 \fB-q\fP
 Quiet mode. Don't ask questions, don't print status.
+.TP
+.B
+\fB-V\fP
+Just print the version number and exit.
 .RE
 .PP
 AFF output \fIoptions\fP:
 .RS
 .TP
 .B
-\fB-a\fP <ext>
+\fB-a\fP<ext>
 Use 'ext' for aff \fIfiles\fP (default is aff; afd for AFD \fIfiles\fP).
-if file ends using .aff. Otherwise assumes raw.
 .TP
 .B
 \fB-L\fP
@@ -42,34 +46,34 @@ Use the LZMA compression algorithm (better but slower).
 .TP
 .B
 \fB-Mn\fP[kmg]
-Set maximum size of output file. Suffix with k, m or g.
+Set maximum size of output file. Suffix with k, m or g. Use with \fB-o\fP.
 .TP
 .B
-\fB-O\fP <dir>
-Use 'dir' as the output directory.
+\fB-O\fP<dir>
+Use 'dir' as the output directory. Example: \fB-Otest\fP. Note that you need create the directory.
 .TP
 .B
-\fB-o\fP <file>
-Output to 'file' (can only convert one at a time). Consider AFF
+\fB-o\fP<dir>.afd
+Output to 'dir'.afd (can only convert one at a time). Consider AFF if file ends using .aff. Otherwise assumes raw. The directory must have .afd as extension in name.
 .TP
 .B
-\fB-sn\fP
-Set the image_pagesize (default 16777216).
+\fB-s\fP<n>
+Set the image_pagesize as 'n' (default 16777216).
 .TP
 .B
 \fB-x\fP
 Don't compress the AFF file.
 .TP
 .B
-\fB-Xn\fP
-Set compression to n; default is 7.
+\fB-X\fP<n>
+Set compression to 'n'; default is 7.
 .RE
 .PP
 Raw output \fIoptions\fP:
 .RS
 .TP
 .B
-\fB-e\fP <ext>
+\fB-e\fP<ext>
 Use 'ext' for the raw \fIfiles\fP (default is raw). Implies in \fB-r\fP.
 .TP
 .B
@@ -81,10 +85,6 @@ Dangerous input \fIoptions\fP:
 .RS
 .TP
 .B
-\fB-V\fP
-Just print the version number and exit.
-.TP
-.B
 \fB-y\fP
 Always answer yes/no questions 'yes.'
 .TP
@@ -96,11 +96,11 @@ Do not automatically probe for gzip/bzip2 compression.
 \fB-z\fP
 ZAP (delete) the output file if it already exists.
 .SH EXAMPLES
-Convert file1.iso to file1.aff:
+Convert file1.raw to file1.aff:
 .PP
 .nf
 .fam C
-    $ affconvert file1.iso
+    $ affconvert file1.raw
 
 .fam T
 .fi
@@ -108,15 +108,7 @@ Batch convert \fIfiles\fP:
 .PP
 .nf
 .fam C
-    $ affconvert file1.iso file2.iso file3.iso
-
-.fam T
-.fi
-Convert image.aff to image.iso:
-.PP
-.nf
-.fam C
-    $ affconvert \-r \-e iso image.aff
+    $ affconvert file1.raw file2.raw file3.raw
 
 .fam T
 .fi
@@ -124,7 +116,7 @@ Split an AFF file into 4GB chunks for archiving to DVD:
 .PP
 .nf
 .fam C
-    $ affconvert \-M4g \-o/media/dvd.afd  bigfile.aff
+    $ affconvert \-M4g \-odvd.afd  bigfile.aff
 .fam T
 .fi
 .SH SEE ALSO
diff --git a/debian/man/affconvert.txt b/debian/man/affconvert.txt
index b040753..f2a724a 100644
--- a/debian/man/affconvert.txt
+++ b/debian/man/affconvert.txt
@@ -4,7 +4,8 @@ SYNOPSIS
   affconvert [options] file1 [... files]
 DESCRIPTION
   Convert files from RAW to AFF, AFF to RAW and AFF to AFF
-  (recompressing/uncompressing).
+  (recompressing/uncompressing). WARNING: the source file must have 'raw'
+  or 'aff' as extension in name.
 
   This file is part of the AFFLIBv3, that provides AFF.
 
@@ -14,43 +15,38 @@ DESCRIPTION
 OPTIONS
   General options:
     -q  Quiet mode. Don't ask questions, don't print status.
+    -V  Just print the version number and exit.
 
   AFF output options:
-      -a <ext>  Use 'ext' for aff files (default is aff; afd for AFD files).
-               if file ends using .aff. Otherwise assumes raw.
+      -a<ext>  Use 'ext' for aff files (default is aff; afd for AFD files).
       -L       Use the LZMA compression algorithm (better but slower).
-      -Mn[kmg]  Set maximum size of output file. Suffix with k, m or g.
-      -O <dir>   Use 'dir' as the output directory.
-      -o <file>  Output to 'file' (can only convert one at a time). Consider AFF
-      -sn       Set the image_pagesize (default 16777216).
+      -Mn[kmg]  Set maximum size of output file. Suffix with k, m or g. Use with -o.
+      -O<dir>   Use 'dir' as the output directory. Example: -Otest. Note that you need create the directory.
+      -o<dir>.afd  Output to 'dir'.afd (can only convert one at a time). Consider AFF if file ends using .aff. Otherwise assumes raw. The directory must have .afd as extension in name.
+      -s<n>       Set the image_pagesize as 'n' (default 16777216).
       -x        Don't compress the AFF file.
-      -Xn      Set compression to n; default is 7.
+      -X<n>      Set compression to 'n'; default is 7.
 
   Raw output options:
-      -e <ext>  Use 'ext' for the raw files (default is raw). Implies in -r.
+      -e<ext>  Use 'ext' for the raw files (default is raw). Implies in -r.
       -r       Force raw output.
 
   Dangerous input options:
-      -V  Just print the version number and exit.
       -y  Always answer yes/no questions 'yes.'
       -Z  Do not automatically probe for gzip/bzip2 compression.
       -z  ZAP (delete) the output file if it already exists.
 EXAMPLES
-  Convert file1.iso to file1.aff:
+  Convert file1.raw to file1.aff:
 
-    $ affconvert file1.iso
+    $ affconvert file1.raw
 
   Batch convert files:
 
-    $ affconvert file1.iso file2.iso file3.iso
-
-  Convert image.aff to image.iso:
-
-    $ affconvert \-r \-e iso image.aff
+    $ affconvert file1.raw file2.raw file3.raw
 
   Split an AFF file into 4GB chunks for archiving to DVD:
 
-    $ affconvert \-M4g \-o/media/dvd.afd  bigfile.aff
+    $ affconvert \-M4g \-odvd.afd  bigfile.aff
 SEE ALSO
   affcat(1), affcompare(1), affcopy(1), affcrypto(1),
   affdiskprint(1), affinfo(1), affix(1), affrecover(1), affsegment(1),
diff --git a/debian/patches/fix_typos_spellings_in_tools b/debian/patches/fix_typos_spellings_in_tools
index a113691..df492dc 100644
--- a/debian/patches/fix_typos_spellings_in_tools
+++ b/debian/patches/fix_typos_spellings_in_tools
@@ -329,3 +329,25 @@ Index: afflib-3.7.4+dfsg/tools/affxml.cpp
      printf("<affinfo");
      if(!opt_x) printf(" image_filename='%s'",infile);
      printf(">\n");
+Index: afflib-3.7.4+dfsg/tools/affconvert.cpp
+===================================================================
+--- afflib-3.7.4+dfsg.orig/tools/affconvert.cpp
++++ afflib-3.7.4+dfsg/tools/affconvert.cpp
+@@ -83,7 +83,8 @@ void usage()
+     printf("\n");
+     printf("usage:   %s [options] file1 [... files] \n",progname);
+     printf("\n");
+-    printf("examples:\n");
++    printf("Please, see more info in manpage.");
++/*    printf("examples:\n");
+     printf("  %s file1.iso --- convert file1.iso to file1.aff\n",progname);
+     printf("  %s file1.iso file2.iso file3.iso...  --- batch convert files\n",progname);
+     printf("  %s -r -e iso image.aff --- convert image.aff to image.iso\n",progname);
+@@ -116,6 +117,7 @@ void usage()
+     printf("      -Z       -- Do not automatically probe for gzip/bzip2 compression.\n");
+     printf("      -y       -- Always answer yes/no questions 'yes.'\n");
+     printf("      -V = Just print the version number and exit.\n");
++*/
+     printf("\n");
+     exit(0);
+ }
diff --git a/debian/rules b/debian/rules
index 949a862..d14fe35 100755
--- a/debian/rules
+++ b/debian/rules
@@ -21,5 +21,5 @@ override_dh_auto_install:
 override_dh_auto_test:
 	# do nothing
 
-override_dh_strip:	
+override_dh_strip:
 	dh_strip -a --dbg-package=afflib-dbg

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/forensics/afflib.git



More information about the forensics-changes mailing list