Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
seppel committed Sep 30, 2002
1 parent a86b9be commit cb30e0b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 9 deletions.
4 changes: 2 additions & 2 deletions ChangeLog
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ version 0.7.0:
- virtual file system (VFS) rewritten, VFS viewer rewritten
- many bugs fixed

* FIXED: htanaly: nicht gut: 'c' geht nicht in edit-mode
* LE * fixes
* FIXED: htanaly: nicht gut: 'c' geht nicht in edit-mode
* LE * fixes

* FIXED: texteditor: ctrl-y doenst work at all in 'edit comments' (analyser)
(because this is handled via local menu)
Expand Down
9 changes: 3 additions & 6 deletions TODO
Original file line number Diff line number Diff line change
@@ -1,18 +1,17 @@
HT TODO
=========
+sepps
- (HT_0_7) static void ht_text_listboxqsort(int l, int r, int count, ht_text_listbox_sort_order *so, ht_text_listbox_item **list):
is this a correct quicksort? (THIS WOULD DEFINITLY BE EMBARRASING)
- implement ht_static_treeview::goto_node() at all
- exports/dimports in PE32+ broken
- ht_listbox should have column align (left, right, center)
- strz escape problems e.g. ffffffff -> " "
- segments
- multiple disassemblers
- next unexplored
- out_addr *analyser_output::get_addr(ADDR Addr) no cur_out_addr==NULL test
- htanaly.cc: menu ifs not used properly (for keys...)
- (listbox sort order indicators ?)
- htanaly.cc:473 fix it
- multiple disassemblers ??? e.g. LE ifsmgr, at entrypoint 16bit, rest 32bit
- htanaly.cc:473 fix it. fix what ?

+dunno
- update help
Expand All @@ -21,8 +20,6 @@
- FILEOFS 64+ bits
- (HT_1_0) freeze/stabilize config file formats / APIs
- int ht_ne_entrypoint_viewer::ref_sel(LINE_ID *id)
- texteditor: ctrl-y doenst work at all in 'edit comments' (analyser)
(because this is handled via local menu)
- 1�1 will eval to 1
- [x86 asm] 'jmp 1+2' doenst work but 'mov [1+2], ax' ??
- store.cc:60: getObject quits with invalid config file
Expand Down
2 changes: 1 addition & 1 deletion common.cc
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ void Object::done()

/**
* Standard Object comparator.
* @param obj, object to compare to
* @param obj object to compare to
* @returns 0 for equality, negative number if |this<obj| and positive number if |this>obj|
*/
int Object::compareTo(const Object *obj) const
Expand Down

0 comments on commit cb30e0b

Please sign in to comment.