Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Linux/RedHat/x86/RedHat56.zip is x64 #36

Open
hiddenillusion opened this issue Dec 15, 2016 · 2 comments
Open

Linux/RedHat/x86/RedHat56.zip is x64 #36

hiddenillusion opened this issue Dec 15, 2016 · 2 comments
Labels

Comments

@hiddenillusion
Copy link

Looks like the RH profile uploaded to Linux/RedHat/x86/RedHat56.zip is x64 instead of x86

@gleeda
Copy link
Member

gleeda commented Mar 28, 2017

I haven't looked at it yet, but why do you say that?

@gleeda gleeda added the Linux label Mar 28, 2017
@hiddenillusion
Copy link
Author

I was unsuccessful when attempting to use it with a memory dump for said config. During some troubleshooting, I noticed the following which made me believe it's for the wrong arch.:

$ unzip -d RedHat55_x86 profiles-master/Linux/RedHat/x86/RedHat55.zip
Archive: profiles-master/Linux/RedHat/x86/RedHat55.zip
inflating: RedHat55_x86/volatility/tools/linux/module.dwarf
inflating: RedHat55_x86/boot/System.map-2.6.18-194.el5
$ unzip -d RedHat55_x64 profiles-master/Linux/RedHat/x64/RedHat55.zip
Archive: profiles-master/Linux/RedHat/x64/RedHat55.zip
inflating: RedHat55_x64/volatility/tools/linux/module.dwarf
inflating: RedHat55_x64/boot/System.map-2.6.18-194.el5
$ unzip -d RedHat56_x86 profiles-master/Linux/RedHat/x86/RedHat56.zip
Archive: profiles-master/Linux/RedHat/x86/RedHat56.zip
inflating: RedHat56_x86/volatility/tools/linux/module.dwarf
inflating: RedHat56_x86/boot/System.map-2.6.18-238.el5
$ unzip -d RedHat56_x64 profiles-master/Linux/RedHat/x64/RedHat56.zip
Archive: profiles-master/Linux/RedHat/x64/RedHat56.zip
inflating: RedHat56_x64/volatility/tools/linux/module.dwarf
inflating: RedHat56_x64/boot/System.map-2.6.18-238.el5

$ egrep -R DW_AT_comp_dir RedHat5*/volatility/tools/linux/module.dwarf
RedHat55_x64/volatility/tools/linux/module.dwarf:...DW_AT_comp_dir</usr/src/kernels/2.6.18-194.el5-x86_64>
RedHat55_x86/volatility/tools/linux/module.dwarf:...DW_AT_comp_dir</usr/src/kernels/2.6.18-194.el5-i686>
RedHat56_x64/volatility/tools/linux/module.dwarf:... DW_AT_comp_dir</usr/src/kernels/2.6.18-238.el5-x86_64>
RedHat56_x86/volatility/tools/linux/module.dwarf:...DW_AT_comp_dir</usr/src/kernels/2.6.18-238.el5-x86_64>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants