I'm interested to understand the subject. The main goal is to be able to analyze memory images of linux machines without the need to supply a profile every time.
Thanks.
Thanks, Michael.
I've done as you've instructed but the following continues to return :
2016-08-14 02:43:44,369:CRITICAL:rekall.1:Traceback (most recent call last):
File "/home/[user]/linmem/local/lib/python2.7/site-packages/rekall/session.py", line 840, in RunPlugin
result = plugin_obj.render(ui_renderer) or plugin_obj
File "/home/[user]/linmem/local/lib/python2.7/site-packages/rekall/plugins/tools/repository_manager.py", line 533, in render
handler.Build(renderer, *self.builder_args)
File "/home/[user]/linmem/local/lib/python2.7/site-packages/rekall/plugins/tools/repository_manager.py", line 406, in Build
self.BuildIndex()
File "/home/[user]/linmem/local/lib/python2.7/site-packages/rekall/plugins/tools/repository_manager.py", line 110, in BuildIndex
manager=repository).build_index(spec)
File "/home/[user]/linmem/local/lib/python2.7/site-packages/rekall/plugins/tools/profile_tool.py", line 1128, in build_index
return self.BuildSymbolsIndex(spec)
File "/home/[user]/linmem/local/lib/python2.7/site-packages/rekall/plugins/tools/profile_tool.py", line 995, in BuildSymbolsIndex
profile["$CONSTANTS"])
File "/home/[user]/linmem/local/lib/python2.7/site-packages/rekall/plugins/common/profile_index.py", line 353, in RelativizeSymbols
raise ValueError("Symbol %s not found in profile", base_symbol)
ValueError: ('Symbol %s not found in profile', u'linux_proc_banner')
> /home/[user]/linmem/local/lib/python2.7/site-packages/rekall/plugins/common/profile_index.py(353)RelativizeSymbols()
-> raise ValueError("Symbol %s not found in profile", base_symbol)
I've checked in System.map and the linux_proc_banner is there. I think, that the side effect of the above is that the new profile will not be added to the inventory as rekall still fails to recognize the profile of my linux dump.
I'll appreciate your help.
P.S. I've tried the same process on CentOS 7 and Debian 8 machines. I'm getting the same mistake.
--
You received this message because you are subscribed to the Google Groups "rekall-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to rekall-discuss+unsubscribe@googlegroups.com.
To post to this group, send email to rekall-discuss@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
To unsubscribe from this group and stop receiving emails from it, send an email to rekall-discuss+unsubscribe@googlegroups.com.
To post to this group, send email to rekall-discuss@googlegroups.com.
So from your experience, how LinuxBannerDetector is reliable ? I've tested it on Debian.