memory - How can I compute the differences of 2 unsigned char arrays? -


i have 2 unsigned char arrays , lengths. , these arrays have "null" char in content.

how can find out different, diff function in svn? want list of differences, including content delete or insert or equal.

  • memcmp returns equal or not. not option.
  • string diff libraries not suitable, because there '\0' chars in arrays.

after googling lot , trying lot, achieved goal using libmba.


Comments

Popular posts from this blog

user interface - how to replace an ongoing process of image capture from another process call over the same ImageLabel in python's GUI TKinter -

javascript - Using jquery append to add option values into a select element not working -

javascript - Restarting Supervisor and effect on FlaskSocketIO -