Jump to content

amit

Member
  • Posts

    5
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    India

About amit

amit's Achievements

0

Reputation

  1. Try this before anything else..... It works for me most of the times...
  2. I know c but never tried file handling I beleive some one can help me... Attached is the hex dump of a file I need to read..... First I have to find the value "Pattern"(it's first occurence) and then read the value 6ccf30b3.Please take a look at the screen shot.... Thanx
  3. Are u aware of this function...... LONG RegQueryInfoKey ( HKEY hKey, LPWSTR lpClass, LPDWORD lpcbClass, LPDWORD lpReserved, LPDWORDlpcSubKeys, LPDWORD lpcbMaxSubKeyLen, LPDWORD lpcbMaxClassLen, LPDWORD lpcValues, LPDWORD lpcbMaxValueNameLen, LPDWORD lpcbMaxValueLen, LPDWORD lpcbSecurityDescriptor, PFILETIME lpftLastWriteTime ); I want to know what is the use of the second parameter.... It says it returns the class name.... What is a class name...? As the function reads the registry...I must be able to see the value in the registry itself using regedit.... Please help I am trying hard to figure this out Thanx
  4. well I can use ntfsdos to read ntfs partition from dos.....I ve seen it working so reading ntfs from dos is no problem now......
  5. hi,, I want to code a program capable of accessing the win2000 xp registry hive files from msdos.... Is it possible....I want to access certain keys and have to do this using a boot disk from outside windows... Any help in any programming langauge(c will be better) will be much appreciated Thanx
×
×
  • Create New...