XBrowse Hex Edit

Post Reply
User avatar
nageswaragunupudi
Posts: 8017
Joined: Sun Nov 19, 2006 5:22 am
Location: India
Contact:

XBrowse Hex Edit

Post by nageswaragunupudi »

Quick way to view and edit binary data from within FWH application.

function XbrHexEdit( [@]cBinaryData, [cTitle], [lReadOnly := .f.] ) --> cEditedBinaryData

This function is available in xbrowse.prg in previous versions too.

Example:

Code: Select all

cData := MEMOREAD( "c:\fwh\libs\libcurl.lib" )
XbrHexEdit( @cData, "LIBCURL", .t. )
 
Image

Improvements in FWH 17.03
1) Dialog can be resized
2) Seek fixed.
Regards

G. N. Rao.
Hyderabad, India
Post Reply