MoinMoin Logo
  • Comments
  • Immutable Page
  • Menu
    • Navigation
    • RecentChanges
    • FindPage
    • Local Site Map
    • Help
    • HelpContents
    • HelpOnMoinWikiSyntax
    • Display
    • Attachments
    • Info
    • Raw Text
    • Print View
    • Edit
    • Load
    • Save
  • Login

Navigation

  • Start
  • Sitemap

Upload page content

You can upload content for the page named below. If you change the page name, you can also upload content for another page. If the page name is empty, we derive the page name from the file name.

File to load page content from
Page name
Comment

Revision 2 as of 2013-07-21 15:45:04
  • ConvertHexadecimalDumpToBinary

Convert hexadecimal dump to binary

The command xxd with the -r option can do that.

Sample usage:

  • nano test.hex #fill it with 41 41 41 42 31 31 33 0D 0A and save
  • xxd -r -p test.hex | hexdump -C # to view the conversion
  • xxd -r -p test.hex test.bin # store the conversion
  • MoinMoin Powered
  • Python Powered
  • GPL licensed
  • Valid HTML 4.01