首页
社区
课程
招聘
LINICE Version 2.5
发表于: 2005-2-23 20:18 5043

LINICE Version 2.5

2005-2-23 20:18
5043
February 15, 2005 Version 2.5
  A number of features and fixes to the expression evaluator:
Fixed user variable evaluation (VAR command), fixed not operator (!).
Numbers can also be written as binary, with "0b", or octal, with "0o" prefix.
Implemented functions “DataAddr”, “CodeAddr”, "hibyte" and "sword"
?-command: more strict error checking
Adding new source file to calculate effective address of instructions; functions EAddr and EValue to use it; adding code to display effective address and the target data in the register window.
Allowed serial VT100 terminal to have widths of 80 or 132 and lines of 24, 25, 48 or 50.
Linsym, print extra information message for not being a root, to use the "su -" format instead.
Global increase of MAX_STRING from 128 to 160 to accommodate wider VT100 terminal windows.
As always, updated documentation.

February 4, 2005 Version 2.4
  Implemented multiple data windows (by default compiled to 4)
Implemented commands DATA (switch to a new data window), DEX (assign/list expressions for data windows); enhancing WD command with the WD.# syntax to specify a data window to operate on
Adding file i386.s manually translated by Oleg Khudyakov for gasm syntax
Fixed a nasty bug with expression evaluator that caused Linice to fault in certain circumstances
Updated documentation

Down:

http://www.devic.us/linice/linice-2.5.tar.gz

[招生]科锐逆向工程师培训(2024年11月15日实地,远程教学同时开班, 第51期)

收藏
免费 1
支持
分享
最新回复 (10)
雪    币: 3178
活跃值: (2820)
能力值: ( LV2,RANK:10 )
在线值:
发帖
回帖
粉丝
2
在exetools看到,不过不是会员,哎
2005-2-23 20:49
0
雪    币: 161
活跃值: (231)
能力值: ( LV4,RANK:50 )
在线值:
发帖
回帖
粉丝
3
嘿嘿,我在我的AMD64和P4HT3。0的机子上都编译成功,但运行出错。反倒在家里的P3800老机子上运行成功了。闷
2005-2-24 08:49
0
雪    币: 0
能力值: (RANK:10 )
在线值:
发帖
回帖
粉丝
4
not bad thank you
2005-3-7 16:36
0
雪    币: 234
活跃值: (10)
能力值: ( LV2,RANK:10 )
在线值:
发帖
回帖
粉丝
5
我的P4-2.4上也编译成功,但是就是不能运行,一运行内核就挂了,
有没有高手讲讲如何正确使用阿~
2005-3-8 07:21
0
雪    币: 200
活跃值: (10)
能力值: ( LV2,RANK:10 )
在线值:
发帖
回帖
粉丝
6
小弟在编译的时候出错,请问该如何解决(在redhatAS3下编译)
rmdir: `linice_2.4.21-4.ELsmp': No such file or directory
make: *** [clean] Error 1
gcc -gstabs+ -Wall -O -DDBG  -I/lib/modules/`uname -r`/build/include -I../include -D__KERNEL__ -D_LOOSE_KERNEL_NAMES -DMODULE -DLINUX -D_ -c iceface.c -o iceface.o
iceface.c:137:25: asm/uaccess.h: No such file or directory
In file included from /usr/include/linux/sched.h:14,
                 from /usr/include/linux/mm.h:4,
                 from /usr/include/linux/locks.h:5,
                 from /usr/include/linux/devfs_fs_kernel.h:6,
                 from iceface.c:138:
/usr/include/linux/timex.h:173: field `time' has incomplete type
/usr/include/linux/timex.h:188: confused by earlier errors, bailing out
make: *** [iceface.o] Error 1
2005-3-14 20:49
0
雪    币: 200
活跃值: (10)
能力值: ( LV2,RANK:10 )
在线值:
发帖
回帖
粉丝
7
小弟在编译的时候出错,请问该如何解决(在redhatAS3下编译)
rmdir: `linice_2.4.21-4.ELsmp': No such file or directory
make: *** [clean] Error 1
gcc -gstabs+ -Wall -O -DDBG  -I/lib/modules/`uname -r`/build/include -I../include -D__KERNEL__ -D_LOOSE_KERNEL_NAMES -DMODULE -DLINUX -D_ -c iceface.c -o iceface.o
iceface.c:137:25: asm/uaccess.h: No such file or directory
In file included from /usr/include/linux/sched.h:14,
                 from /usr/include/linux/mm.h:4,
                 from /usr/include/linux/locks.h:5,
                 from /usr/include/linux/devfs_fs_kernel.h:6,
                 from iceface.c:138:
/usr/include/linux/timex.h:173: field `time' has incomplete type
/usr/include/linux/timex.h:188: confused by earlier errors, bailing out
make: *** [iceface.o] Error 1
2005-3-17 00:28
0
雪    币: 200
活跃值: (10)
能力值: ( LV2,RANK:10 )
在线值:
发帖
回帖
粉丝
8
看来我还是得先把英语学好点。
2005-3-17 03:42
0
雪    币: 161
活跃值: (231)
能力值: ( LV4,RANK:50 )
在线值:
发帖
回帖
粉丝
9
最初由 benen 发布
小弟在编译的时候出错,请问该如何解决(在redhatAS3下编译)
rmdir: `linice_2.4.21-4.ELsmp': No such file or directory
make: *** [clean] Error 1
gcc -gstabs+ -Wall -O -DDBG -I/lib/modules/`uname -r`/build/include -I../include -D__KERNEL__ -D_LOOSE_KERNEL_NAMES -DMODULE -DLINUX -D_ -c iceface.c -o iceface.o
iceface.c:137:25: asm/uaccess.h: No such file or directory
........

你装了内核源码包没有?
2005-3-17 10:27
0
雪    币: 200
活跃值: (10)
能力值: ( LV2,RANK:10 )
在线值:
发帖
回帖
粉丝
10
你是说还要装系统kernel的源码吗
2005-3-19 09:43
0
雪    币: 161
活跃值: (231)
能力值: ( LV4,RANK:50 )
在线值:
发帖
回帖
粉丝
11
是的
2005-3-19 16:32
0
游客
登录 | 注册 方可回帖
返回
//