Menu

Tree [a3af19] default tip /
 History

Read Only access


File Date Author Commit
 idp2txt 2016-07-20 tmcdos tmcdos [a3af19] Explorer.ShowCode - wrong check (instrlen<>0 in...
 AboutDlg.dfm 2016-06-28 tmcdos tmcdos [dc2582] First commit
 AboutDlg.pas 2016-06-28 tmcdos tmcdos [dc2582] First commit
 ActiveProcesses.dfm 2016-06-28 tmcdos tmcdos [dc2582] First commit
 ActiveProcesses.pas 2016-06-28 tmcdos tmcdos [dc2582] First commit
 Decompiler.pas 2016-07-20 tmcdos tmcdos [4060a8] Synchronized with C++ snapshot.
 Def_decomp.pas 2016-06-28 tmcdos tmcdos [dc2582] First commit
 Def_disasm.pas 2016-07-20 tmcdos tmcdos [4060a8] Synchronized with C++ snapshot.
 Def_info.pas 2016-06-28 tmcdos tmcdos [dc2582] First commit
 Def_know.pas 2016-06-28 tmcdos tmcdos [dc2582] First commit
 Def_main.pas 2016-07-01 tmcdos tmcdos [f79e76] Changed several double quotes into single quotes.
 Def_res.pas 2016-06-28 tmcdos tmcdos [dc2582] First commit
 Def_thread.pas 2016-06-28 tmcdos tmcdos [dc2582] First commit
 Disasm.pas 2016-07-20 tmcdos tmcdos [a3af19] Explorer.ShowCode - wrong check (instrlen<>0 in...
 EditFieldsDlg.dfm 2016-06-28 tmcdos tmcdos [dc2582] First commit
 EditFieldsDlg.pas 2016-06-28 tmcdos tmcdos [dc2582] First commit
 EditFunctionDlg.dfm 2016-07-20 tmcdos tmcdos [4060a8] Synchronized with C++ snapshot.
 EditFunctionDlg.pas 2016-07-20 tmcdos tmcdos [4060a8] Synchronized with C++ snapshot.
 Exit.dfm 2016-06-28 tmcdos tmcdos [dc2582] First commit
 Exit.pas 2016-06-28 tmcdos tmcdos [dc2582] First commit
 Explorer.dfm 2016-06-28 tmcdos tmcdos [dc2582] First commit
 Explorer.pas 2016-07-20 tmcdos tmcdos [a3af19] Explorer.ShowCode - wrong check (instrlen<>0 in...
 FindDlg.dfm 2016-06-28 tmcdos tmcdos [dc2582] First commit
 FindDlg.pas 2016-06-28 tmcdos tmcdos [dc2582] First commit
 Heuristic.pas 2016-07-20 tmcdos tmcdos [4060a8] Synchronized with C++ snapshot.
 Hex2Double.dfm 2016-06-28 tmcdos tmcdos [dc2582] First commit
 Hex2Double.pas 2016-06-28 tmcdos tmcdos [dc2582] First commit
 IDCGen.pas 2016-07-01 tmcdos tmcdos [f79e76] Changed several double quotes into single quotes.
 Idr.cfg 2016-06-28 tmcdos tmcdos [dc2582] First commit
 Idr.dof 2016-07-20 tmcdos tmcdos [a3af19] Explorer.ShowCode - wrong check (instrlen<>0 in...
 Idr.dpr 2016-07-01 tmcdos tmcdos [f79e76] Changed several double quotes into single quotes.
 Idr.res 2016-07-20 tmcdos tmcdos [a3af19] Explorer.ShowCode - wrong check (instrlen<>0 in...
 Infos.pas 2016-07-20 tmcdos tmcdos [4060a8] Synchronized with C++ snapshot.
 InputDlg.dfm 2016-06-28 tmcdos tmcdos [dc2582] First commit
 InputDlg.pas 2016-06-28 tmcdos tmcdos [dc2582] First commit
 KBViewer.dfm 2016-06-28 tmcdos tmcdos [dc2582] First commit
 KBViewer.pas 2016-06-28 tmcdos tmcdos [dc2582] First commit
 KnowledgeBase.pas 2016-07-18 tmcdos tmcdos [111c44] Synchronized with current C++ snapshot
 Legend.dfm 2016-06-28 tmcdos tmcdos [dc2582] First commit
 Legend.pas 2016-06-28 tmcdos tmcdos [dc2582] First commit
 Main.dfm 2016-07-20 tmcdos tmcdos [a3af19] Explorer.ShowCode - wrong check (instrlen<>0 in...
 Main.pas 2016-07-20 tmcdos tmcdos [a3af19] Explorer.ShowCode - wrong check (instrlen<>0 in...
 Misc.pas 2016-07-20 tmcdos tmcdos [4060a8] Synchronized with C++ snapshot.
 Plugins.dfm 2016-06-28 tmcdos tmcdos [dc2582] First commit
 Plugins.pas 2016-06-28 tmcdos tmcdos [dc2582] First commit
 ProgressBar.dfm 2016-06-28 tmcdos tmcdos [dc2582] First commit
 README.md 2016-07-02 tmcdos tmcdos [188990] Create README.md
 Resources.pas 2016-07-01 tmcdos tmcdos [f79e76] Changed several double quotes into single quotes.
 Scanf.pas 2016-06-28 tmcdos tmcdos [dc2582] First commit
 Scanf_c.pas 2016-06-28 tmcdos tmcdos [dc2582] First commit
 StringInfo.dfm 2016-06-28 tmcdos tmcdos [dc2582] First commit
 StringInfo.pas 2016-06-28 tmcdos tmcdos [dc2582] First commit
 Threads.pas 2016-07-01 tmcdos tmcdos [f79e76] Changed several double quotes into single quotes.
 TypeInfos.dfm unknown
 TypeInfos.pas unknown
 UFileDropper.pas 2016-06-28 tmcdos tmcdos [dc2582] First commit
 UfrmFormTree.dfm 2016-06-28 tmcdos tmcdos [dc2582] First commit
 UfrmFormTree.pas 2016-06-28 tmcdos tmcdos [dc2582] First commit
 idr.manifest 2016-06-28 tmcdos tmcdos [dc2582] First commit
 manifest.rc 2016-06-28 tmcdos tmcdos [dc2582] First commit
 manifest.res 2016-06-28 tmcdos tmcdos [dc2582] First commit

Read Me

IDR

Interactive Delphi Reconstructor (Pascal version)

This is a translation of the original C++ code (can be found on https://github.com/crypto2011/IDR) into Pascal.
Use Delphi 7 to build the project.
There is also a simple tool IDP2TXT which may be used to convert an IDP (IDR project file) to its textual representation.