RE: [nyphp-talk] compare two binary files.

2007-06-23 Thread Anthony Wlodarski
Talk Subject: Re: [nyphp-talk] compare two binary files. First question is on what platform, Intel or other + are you asking about processing via PHP or just in general? The premiere tool is BinDiff (http://www.sabre-security.com/products/screens_bindiff.html) ... A nice toolset (can

Re: [nyphp-talk] compare two binary files.

2007-06-23 Thread Jon Baer
First question is on what platform, Intel or other + are you asking about processing via PHP or just in general? The premiere tool is BinDiff (http://www.sabre-security.com/products/ screens_bindiff.html) ... A nice toolset (can probably be patched for PHP use): http://radare.nopcode.org/wik

[nyphp-talk] compare two binary files.

2007-06-23 Thread Aniesh joseph
Hi, I have two binary file name bunary1 & binary2. I need to compare these two files and find following changed byte + location +old value +new value The files are opened in read binary mod and returns each byte. Can someone suggest any method to compare bytes? Thanks. Regards Aniesh ___