开发者

XOR tool that updates in real time [closed]

开发者 https://www.devze.com 2023-03-25 19:03 出处:网络
Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed. This question is off-topic. It is not currently accepting answers.

Want to improve this question? Update the question so it's on-topic for Stack Overflow.

Closed 11 years ago.

Improve this question 开发者_如何学C

I am aware that most hex editors allow me to perform all sorts of bit operations, but I am looking for something that satisfies the following:

  • Is a hex viewer/editor
  • Allows me to XOR a single byte, or a string of bytes (ie: XOR 0x12345678). OR and AND would be nice too.
  • Updates in real-time and is "sufficiently fast" for "sufficiently large files". Basically, for 10-20 MB files I don't want to sit there waiting 10-20 seconds.

Does anyone know of such a tool? Or which language would be best to write this in?


For the second question, that is, to write such a tool with light weight and efficiency, I will suggest C/C++. If you want to write it very fast, then I will suggest C#.net

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号