PC Review


Reply
 
 
Richard Myers
Guest
Posts: n/a
 
      3rd Feb 2005
Hello.

I have a binary DAT file from a clients unsupported legacy inventory
management system. Given i dont know what the
structure of the file is, Im wondering if there is either a best practise
or even a utility that can be used to give hints as to
its structure so i can extract its data.

TIA
Richard


 
Reply With Quote
 
 
 
 
Cor Ligthert
Guest
Posts: n/a
 
      3rd Feb 2005
Richard,

It starts always with a program that makes it possible to read it and
translate directley possible Hex to Decimal and as well Characters. I don't
have such a one maybe you find one on Google.

Cor


 
Reply With Quote
 
Herfried K. Wagner [MVP]
Guest
Posts: n/a
 
      3rd Feb 2005
"Richard Myers" <(E-Mail Removed)> schrieb:
> I have a binary DAT file from a clients unsupported legacy inventory
> management system. Given i dont know what the
> structure of the file is, Im wondering if there is either a best practise
> or even a utility that can be used to give hints as to
> its structure so i can extract its data.


I don't see how this is related to the VB.NET programming language.

What you can try do do is adding/removing data from the file and checking
what's changing using a hex editor, for example. It helps to know what
programming language was used to develop the application that writes the
file, because maybe the application uses the programming language's file
access functions (such as 'Put' and 'Get' in VB6).

--
M S Herfried K. Wagner
M V P <URL:http://dotnet.mvps.org/>
V B <URL:http://dotnet.mvps.org/dotnet/faqs/>

 
Reply With Quote
 
=?Utf-8?B?Q3JvdWNoaWUxOTk4?=
Guest
Posts: n/a
 
      3rd Feb 2005
Hi

I agree with Mr MVP that it isn't a VB.NET question

Are you sure you aren't a cracker?

I suggest you try searching the 'New Order' search engine because if you
want any password crackers/decompliers or other related
software/information/exploits then it will be on there. If you do use 'New
Order' & download anything then make sure its not full of spyware/adware.

Sorry that I cannot be of more help.
 
Reply With Quote
 
Paul Clement
Guest
Posts: n/a
 
      3rd Feb 2005
On Thu, 3 Feb 2005 19:11:52 +1300, "Richard Myers" <(E-Mail Removed)> wrote:

¤ Hello.
¤
¤ I have a binary DAT file from a clients unsupported legacy inventory
¤ management system. Given i dont know what the
¤ structure of the file is, Im wondering if there is either a best practise
¤ or even a utility that can be used to give hints as to
¤ its structure so i can extract its data.

Their is no standard with respect to DAT files. You can try Herfried's suggestion. Access to the
source code for the inventory management system would probably be even better.


Paul ~~~ (E-Mail Removed)
Microsoft MVP (Visual Basic)
 
Reply With Quote
 
Terry Olsen
Guest
Posts: n/a
 
      3rd Feb 2005
XVI32 is a good hex editor and is free.

"Richard Myers" <(E-Mail Removed)> wrote in message
news:%23%(E-Mail Removed)...
> Hello.
>
> I have a binary DAT file from a clients unsupported legacy inventory
> management system. Given i dont know what the
> structure of the file is, Im wondering if there is either a best practise
> or even a utility that can be used to give hints as to
> its structure so i can extract its data.
>
> TIA
> Richard
>
>



 
Reply With Quote
 
james
Guest
Posts: n/a
 
      3rd Feb 2005
The .DAT file extension is used by several different applications. You need to be clearer about what type of file it is. If you
have access to the entire application that the file(s) come from, there are other files and extensions that will help identify
the original database system used. I am working on converting a legacy app. that uses the same extension for the datatables.
But, you need to do some research to find what you are working with. List some of the extensions and maybe someone here can
help. If you are writing a new application in VB.NET this is the place to ask for help for coding problems. (has been a great
help to me here)
james

> "Richard Myers" <(E-Mail Removed)> wrote in message news:%23%(E-Mail Removed)...
>> Hello.
>>
>> I have a binary DAT file from a clients unsupported legacy inventory
>> management system. Given i dont know what the
>> structure of the file is, Im wondering if there is either a best practise
>> or even a utility that can be used to give hints as to
>> its structure so i can extract its data.
>>
>> TIA
>> Richard
>>
>>

>
>



 
Reply With Quote
 
Richard Myers
Guest
Posts: n/a
 
      4th Feb 2005
O.k Thanks... but if you read my messgae you'll see that those are exactly
the things i dont know, hence my post.
I am basically asking if there is a "discovery" tool which can assist me in
obtaining this knowledge, given that
the application is "an unsupported legacy inventory management system."

You're right about this newsgroup it is a good resource and source of
knowledge.

For those enquiring about the relevance of my question to VB.Net, it was
implicit in posting to this group that i would be using vb.net
to implement the solution and thought there may even be some vb.net
specific namespaces/type to aid me in the "discovery".

Oao
Richard

"james" <jjames700ReMoVeMe at earthlink dot net> wrote in message
news:(E-Mail Removed)...
> The .DAT file extension is used by several different applications. You

need to be clearer about what type of file it is. If you
> have access to the entire application that the file(s) come from, there

are other files and extensions that will help identify
> the original database system used. I am working on converting a legacy

app. that uses the same extension for the datatables.
> But, you need to do some research to find what you are working with. List

some of the extensions and maybe someone here can
> help. If you are writing a new application in VB.NET this is the place to

ask for help for coding problems. (has been a great
> help to me here)
> james
>
> > "Richard Myers" <(E-Mail Removed)> wrote in message

news:%23%(E-Mail Removed)...
> >> Hello.
> >>
> >> I have a binary DAT file from a clients unsupported legacy inventory
> >> management system. Given i dont know what the
> >> structure of the file is, Im wondering if there is either a best

practise
> >> or even a utility that can be used to give hints as to
> >> its structure so i can extract its data.
> >>
> >> TIA
> >> Richard
> >>
> >>

> >
> >

>
>



 
Reply With Quote
 
Richard Myers
Guest
Posts: n/a
 
      4th Feb 2005

"Crouchie1998" <(E-Mail Removed)> wrote in message
news:23A0CE35-A496-412B-8474-(E-Mail Removed)...
> Hi
>
> I agree with Mr MVP that it isn't a VB.NET question
>
> Are you sure you aren't a cracker?
>
> I suggest you try searching the 'New Order' search engine because if you
> want any password crackers/decompliers or other related
> software/information/exploits then it will be on there.


Speaking of unrelated, what has this got to do with "clients unsupported
legacy inventory
management system".



 
Reply With Quote
 
Andy O'Neill
Guest
Posts: n/a
 
      4th Feb 2005
"Richard Myers" <(E-Mail Removed)> wrote in message
news:%(E-Mail Removed)...
> O.k Thanks... but if you read my messgae you'll see that those are exactly
> the things i dont know, hence my post.
> I am basically asking if there is a "discovery" tool which can assist me
> in
> obtaining this knowledge, given that
> the application is "an unsupported legacy inventory management system."
>
> You're right about this newsgroup it is a good resource and source of
> knowledge.
>
> For those enquiring about the relevance of my question to VB.Net, it was
> implicit in posting to this group that i would be using vb.net
> to implement the solution and thought there may even be some vb.net
> specific namespaces/type to aid me in the "discovery".
>
> Oao
> Richard


I reckon that getting the data out of the machine it's on would probably be
easier than off some DAT file.
You have access to the client's legacy system computer?
What is it?

Do you know for sure what you got on that tape is all you need?
If you go look at whatever is in the vsam/flat/mdb/whatever files on the
actual computer, at least you know you have everything.
It's also more likely you can identify what the files are if you're looking
at separate tables/files.
This would then at least break the problem down into more manageable chunks.
Just because the package is unsupported doesn't mean it necessarily uses
files no odbc driver exists for.

I replaced one system we couldn't get the data out in any useful format.
The simplest way was to print off the data in reports and OCR the stuff in.
A while back, so OCR wasn't 100% reliable and messing around with reams of
fan-fold was rather labour intensive.
However, at least they could throw secretarial (cheaper than me) personnel
at the problem to check and modify dara manually.

The only time i can see working off a tape being the best option would be
where that's all I had access to.
The sort of person most likely to have experience of this sort of thing
would be a hacker/cracker.

--
Regards,
Andy O'Neill


 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
crack this!! theonlymac Microsoft Excel Worksheet Functions 2 15th Mar 2006 09:25 AM
Re: crack this!! theonlymac Microsoft Excel Worksheet Functions 0 14th Mar 2006 04:29 PM
Boy did this one crack me up... christopherpostill Security, Spyware and Viruses 13 8th Mar 2006 05:58 PM
OT: bet u can't crack this one :-) RJK Windows XP General 96 1st Feb 2004 02:17 AM
Crack.bat ????????? Dale Holden Anti-Virus 3 31st Oct 2003 06:53 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 06:32 AM.