home *** CD-ROM | disk | FTP | other *** search
/ The Unsorted BBS Collection / thegreatunsorted.tar / thegreatunsorted / misc / techno.inf < prev    next >
Text File  |  1994-12-26  |  5KB  |  129 lines

  1.  
  2.         If you have ideas, questions, etc., - please call me!
  3.  
  4. ----------------------------------------------------------------------------
  5.  
  6.         Here is some technical information about IDA 3.00
  7.  
  8.         I hope it is useful.
  9.  
  10. Contents:
  11.  
  12.         1. Macros
  13.         2. Default IDC files
  14.         3. How IDA searches for files
  15.         4. Memory
  16.         5. Some history
  17.         6. More history
  18.         7. Acknowledgements
  19.  
  20.  
  21. 0. Basics
  22. ---------
  23.  
  24.    IDA is an interactive disassembler for Intel 80x86, Intel  8080/8085,
  25. Z80 and i860 processors.  It  can  handle  various  input  file  formats
  26. including com, exe, bin, MS  Windows  executable,  OS/2  executable  and
  27. Intel Hex format files. For 8080..Z80..HD64180 processors it can produce
  28. output text for various assemblers. IDA has a user-friendly  menu-driven
  29. interface, built-in C-like language, ability to patch  the  input  file,
  30. and virtually no limitations on the size and complexity of input file.
  31.  
  32. 1. Macros
  33. ---------
  34.  
  35.   You can use keystroke macros in IDA.
  36.           To start recording a macro, press Alt--
  37.           Press a key to define (for example, Ctrl-D)
  38.           Enter macro body (any keys)
  39.           To end recording - Alt-=.
  40.           To play macro - the defined key (in our example - Ctrl-D)
  41.  
  42. 2. Default IDC files
  43. --------------------
  44.  
  45.      When IDA starts, it searches for ida.idc file. If  IDA  founds  it,
  46. IDA executes this file. If not, IDA proceeds silently.  It  is  expected
  47. that you will place your setup commands into this file. I hope  that  in
  48. the future ida.cfg file will disappear. If you try to  disassemble  some
  49. MS DOS driver (file extension .sys or .drv), IDA  executes  'driver.idc'
  50. file.
  51.  
  52. 3. How IDA searches for files
  53. -----------------------------
  54.  
  55.      First, IDA looks into the  directory,  where  IDA.EXE  was  started
  56. from. After it looks into PATHed directories.
  57.  
  58. 4. Memory
  59. ---------
  60.  
  61.    IDA requires about 500k memory to start up. It can use  extended  and
  62. expanded memory for its code overlays. The  disassembled  data  is  kept
  63. partially in the conventional memory, partially on the disk. Normally if
  64. IDA starts up, it won't ask for more  conventional  memory  (unless  you
  65. open more windows).
  66.  
  67.    IDA regularly checks the current disk drive for the  free  space.  If
  68. free disk space becomes low, it will ask  you  to  exit  and  give  more
  69. place. IDA  will  repeat  it  until  you  exit.  This  is  made  because
  70. unsiffucient disk space is very dangerous.
  71.  
  72.    Of course, you need a good disk cache to improve performance of  IDA.
  73. In this case data will be cached too.
  74.  
  75. 5. Some history
  76. ---------------
  77.  
  78.      First idea about IDA was born in the fall of 1990. It took half  an
  79. year to screw up enough courage and to start  implementing  it.  In  the
  80. beginning of 1991, in January, first code line  was  written.  In  April
  81. 1991 the first program was fully disassembled with IDA. IDA grew up  and
  82. new ideas appeared. I wanted to create a built-in  C-style  language  to
  83. control analysis of the program, to add more processors, to  disassemble
  84. object files, to handle UNIX COFF files, to add more intelligence to IDA
  85. e t c...
  86.  
  87.      Alas, all of this was not  implemented.  In  July  1991  I  stopped
  88. working at IDA almost completely, working at IDA only for  fun.  It  was
  89. time to learn more  about  other  computers,  networks  and  other  nice
  90. things.  Today  I  would  implement  something  based  on  client-server
  91. architecture with network support (I have a crazy idea  about  X-windows
  92. implementation) working under various operating systems - but  I  won't.
  93. Enough for the moment. I really think that  disassemblers  and  all  the
  94. staff like this are becoming obsolete. People work with GUIs,  write  in
  95. C++ (IDA  is  written  in  C++  too,  about  40000  lines);  they  adore
  96. VisualBasic and they debug in  source  codes.  Today's  programmer  even
  97. doesn't know assembler language - and doesn't need to know it.
  98.  
  99. But...
  100.  
  101.      I hope that this product will be a help for you. If so,  I'm  glad.
  102. Hope, there are some people who need a tool like this. And if there is a
  103. need to add a new processor type to IDA (the same was with Intel  8085),
  104. I can do it fast enough.
  105.  
  106. 6. More history
  107. ---------------
  108.  
  109. 08.11.93 I never thought that I would work at IDA again.  But  you  see,
  110.          here is a new version. And now I understand that  new  versions
  111.          of IDA will appear...
  112. 17.02.84 I'm working on IDA to eat MS Windows executable files now. Hope
  113.          that it will come soon!
  114. 25.02.94 Now IDA can disassemle New Executable format files.
  115. 20.09.94 OS/2 files are supported.
  116.  
  117. 7. Acknowledgements
  118. -------------------
  119.  
  120.      IDA would never be created without ideas and great support of these
  121. nice folks (sorry, it is not possible to mention all the people involved
  122. in IDA here):
  123.  
  124.     Serge Samborskij
  125.     Pol Rousnak
  126.     Nicolaj Logvinov
  127.  
  128.   Thanks to you all !
  129.