jcyang
November 9th, 2009, 23:47
I downloaded the radare source code http://www.radare.org/get/shot/radare-20090722.tar.gz ("http://www.radare.org/get/shot/radare-20090722.tar.gz") and installed it,but when I try to follow the tut http://www.radare.org/swf/01 ("http://www.radare.org/swf/01"). I get stuck setting asm.follow.Radare returns,
I have tried to modify the ~./radare.rc and add e asm.follow=eip to it,but this method doesn't work.
I glanced at the config part in source code repository,the code lineis comment out and it seems this problem was caused by file lock.
I do not know much about the techniques(hash or lock) radare used to do configuration.And learning these right away is overkill for me now.
So the question is there any solution to make radare automatically follow the eip?
ps.My enviroment is Debian Linux/i386.The version of radare is 1.4.2b.
thanks.
Quote:
(config-locked: 'asm.follow' no new keys could be created |
I have tried to modify the ~./radare.rc and add e asm.follow=eip to it,but this method doesn't work.
I glanced at the config part in source code repository,the code line
Code:
config_set("asm.follow", ""![]()
I do not know much about the techniques(hash or lock) radare used to do configuration.And learning these right away is overkill for me now.
So the question is there any solution to make radare automatically follow the eip?
ps.My enviroment is Debian Linux/i386.The version of radare is 1.4.2b.
thanks.