Results 1 to 1 of 1

Thread: TextBin.net - Extract text from binary files

  1. #1

    Thread Starter
    Frenzied Member
    Join Date
    Feb 2003
    Posts
    1,807

    TextBin.net - Extract text from binary files

    The attached program demonstrates how to extract strings containing only specific characters from a binary file. The project contains a class called TextBinClass and a form TextBinDemoModule.
    The class allows you to specify specific characters and extract these from a binary file. The module contains a demo which shows how to use this class and filter the resulting strings for specific things such as potential .dll references, e-mail addresses, GUIDs, names and URLs.

    Notes:
    -The term "Unicode" (within the context of this program) simply refers to any string where every other character is a null character.
    -The class is a .NET rewrite of http://www.vbforums.com/showthread.p...m-binary-files
    Last edited by Peter Swinkels; Jan 22nd, 2015 at 01:06 PM. Reason: Code cleaned, bugs fixed, new features.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width