Search:

Type: Posts; User: vargaperformance

Search: Search took 0.03 seconds.

  1. Searching a .bin file for a array of Ushorts?

    I am designing some software and it needs to search a .bin file (a dump of memory from a processor inside a automotive control unit) and search for a collection (array) of UShorts (i may be mistaken...
  2. Re: When reading byte, returning "0" instead of "00" - Byte editing

    See the picture. I need to read that byte as "07" and not as "7". There are more bytes to be read but the point is I need to return it as a two digit value rather than one. (with a zero in the...
  3. When reading byte, returning "07" instead of "7" - Byte editing

    When reading a byte from a offset the software returns the byte value without the first zero "0" for instance if the byte return should be: "02" it returns "2". Can I make it so it returns the full...
  4. Re: Loop and search in bin file for bytes?

    I get what you're saying. But basically what you've done is told me: "look, it's a bit complicated, there are many ways to do it, look it up on the internet."
    Please correct me if I'm wrong, which...
  5. Re: Loop and search in bin file for bytes?

    I don't know why people on this forum when you ask for help expect you that you know thermonuclear astrophysics and that you are fluent in every programming language? If I asked for help it means...
  6. Re: Loop and search in bin file for bytes?

    Believe me friend I have spent days on the internet, and there isn't much info for VB.NET. I do not need a algorithm I just need a loop. In a nutshell this is what the software needs to do:


    Dim...
  7. Re: Loop and search in bin file for bytes?

    What I've ment by the text file is can you store the values you want to search in a text file as a string, and than make the program loop through the textfile line by line and searching the bin file...
  8. Re: Loop and search in bin file for bytes?

    As I've typed above it's a binary file, a memory dump from a microprocessor. I need to loop through the dump and find predefined byte arrays, and I can't find a easy way to do it.
  9. Loop and search in bin file for bytes?

    Is it possible for instance:


    Dim B1() as byte = {&H20 , &H20, &H20}
    Dim B2() as byte = {&H30 , &H30, &H30}
    Dim B3() as byte = {&H40 , &H40, &H40}
    Dim File() As Byte =...
  10. Re: Searching for a string in .bin file? If found then?

    Anybody???
  11. Searching for a string in .bin file? If found then?

    Is it possible to search a .bin file for a list of strings from a text file, and if the .bin file contains any of the strings, for it to give a messagebox that returns the string it found?
    For...
  12. Re: Reading .bin file with HexViewer (Be.Hexbox) Converted to VB? *URGENT*

    I can't seem to make it work. Or rather I maybe don't know how to make it work. Everytime I end up with a result: "2445909"

    Link for file I'm trying:...
  13. Reading .bin file with HexViewer (Be.Hexbox) Converted to VB? *URGENT*

    As some may seen in my previous threads I'm creating some software for my Automotive chip tuning shop. I'm stuck on a problem that I cant fix.
    When opening files the hexbox reads them in 8BIT...
  14. Replies
    4
    Views
    1,032

    Re: I need urgent help! File reader?

    The project is originally "Be.Hex" written in C#. I Used SharpDevelop to convert it to VB.NET. The software is Working but only displaying the content in 8BIT or as mentioned earlier "C3" I'm no god...
  15. Replies
    4
    Views
    1,032

    Re: I need urgent help! File reader?

    Source Code: http://www.mediafire.com/file/lesgx6uybtz6g3j/hexboxreusabletest.rar/file
  16. Replies
    4
    Views
    1,032

    I need urgent help! File reader?

    I'm currently working on a software for a few months for my (automotive) chip tuning firm. I need to create a file reader that reads in both 8bit and 16bit (I'm maybe wrong! I don't know if I'm...
  17. Replies
    0
    Views
    1,049

    HexEditor? Binary Reader?

    Is it possible to create a Binary reader or rather a HEX EDITOR in Vb.net? As my previous posts suggest I'm creating a software for my Auto-Electronics repair shop and I'm having a struggle creating...
  18. Replies
    28
    Views
    4,452

    Re: Reading a value from file?

    I want to display them as FF not as 255.
  19. Replies
    28
    Views
    4,452

    Re: Reading a value from file?

    You sir, deserve a medal. I very much appreciate the time and effort to help me.
    By the way, is it possible to read not the HEX value, but the decimal value? (not sure if I'm saying it correct)
    I...
  20. Replies
    6
    Views
    1,396

    Re: Reading a single value?

    I'm sorry but I really don't understand what am I supposed to do. I'm a beginner in VB, so if you can give me the edited code I would be very grateful!
  21. Replies
    6
    Views
    1,396

    Reading a single value?

    Hi this code is used to read values from h592 to h595.
    How can i write code to read only value h592, not from h592 to h595?



    Private Sub Button1_Click(sender As System.Object, e As...
  22. Replies
    28
    Views
    4,452

    Re: Reading a value from file?

    Another question. How can I read only one instead from h592 to h595?
  23. Replies
    28
    Views
    4,452

    Re: Reading a value from file?

    Thank you!
  24. Replies
    28
    Views
    4,452

    Re: Reading a value from file?

    Oh my god It's working !! Thank you mister, you've helped me a lot!!!
  25. Replies
    28
    Views
    4,452

    Re: Reading a value from file?

    So does anybody know how to do it? :)
  26. Replies
    28
    Views
    4,452

    Re: Reading a value from file?

    I honestly have no idea how to do that. If you could post me some code that would be awesome. Thank you for replying
  27. Replies
    28
    Views
    4,452

    Re: Reading a value from file?

    Okay let's go from the beginning. You get a file for example: blabla.bin. You open it in a hex editor and you manually have to find the PIN code that is located where i circled in the picture. The...
  28. Replies
    28
    Views
    4,452

    Re: Reading a value from file?

    People this is FOR MY SHOP, not for sale, nor am I a professional programmer! Nobody hired me this is my doing and my idea.
  29. Replies
    28
    Views
    4,452

    Re: Reading a value from file?

    No you've got the wrong idea. I've linked you the file so you can download it and see how to read the string from the file. It is not going through mediafire the files are read locally with a...
  30. Replies
    28
    Views
    4,452

    Re: Reading a value from file?

    Ohh yeah. I own two Auto-electronic Repair shows here in Serbia, and This would make things a lot easier cause I could apply it for all vehicles and files that we do, just change the location where...
  31. Replies
    28
    Views
    4,452

    Re: Reading a value from file?

    What do yo mean?
  32. Replies
    28
    Views
    4,452

    Re: Reading a value from file?

    Here's the file: www.mediafire.com/file/uiedzgmod924wxw/ecu_test1.bin/file
    Somehow I need to read from that file, from the specific location those 4 characters. Those 4 characters are the PIN code...
  33. Replies
    28
    Views
    4,452

    Re: Reading a value from file?

    Link to full image: mediafire.com/view/biq6mloykja4ba1/Untitled.png/file
  34. Replies
    28
    Views
    4,452

    Reading a value from file?

    Hi. I'm creating some software for the Automotive industry and it involves reading a certain part of a HEX DUMP from a microchip.
    I can't resolve how to read a few letters from the file? The files...
Results 1 to 34 of 34



Click Here to Expand Forum to Full Width