Search results for query: *

  • Users: haseena
  • Content: Threads
  • Order by date
  1. H

    Any way to concatinate two byte arrays?

    Ma'm/Sir, I need to concatinate two byte arrays. Can you give solution for this?
  2. H

    Any way to convert byte array into .pcap file?

    I need to save a byte array into a .pcap file. Any way to do that? I am using Visual Studio 2015 for coding
  3. H

    How to get all occurance of Byte sequence in a byte array??

    Ma'm/Sir, I am doing a project for doing analyzing byte pattern. I need to compare the byte array for particular byte pattern. If any one knows the c# code for comparing the byte array for particular byte pattern and retrieve index of all occurance of that particular pattern within the...
  4. H

    what would be the "Code for string search in a buffer stored byte values"

    Sir, I am doing memory analysis project. I need a code for string search.Can anyone help me to give the same.
  5. H

    How to read large files( up to 4GB) effectively?

    I am trying to read a file of size 4GB using Readbyte(). for (ulong i = 0x00000000; i <= 0x44509221; i++) { value += br.ReadByte().ToString("X2"); value += " "; } I used...
  6. H

    Question Hexeditor control

    Ma'm/ Sir, Any one have idea about the control used in the hexeditor window for showing hex value corresponding to each byte and corresponding ASCII value. Kindly help me by giving suggestions/code for that
Back
Top Bottom