[Question] Volatility 3 Framework Version 2.26.2
在Windows 11上运行Volatility 3插件时出现错误提示“unrecognized format”,进度条显示异常波动。尽管其他插件正常工作且以管理员权限运行cmd.exe后重启系统未解决问题。Text.txt文件保存时选择“Western European (Windows)”编码格式可能导致插件无法识别输入文件格式。查阅相关文档和书籍未找到明确解决方案,考虑改用YARA功能实现类似输出。 2025-8-14 00:42:50 Author: www.reddit.com(查看原文) 阅读量:24 收藏

I ran this program on a Windows 11 24H2, and the windows.strings.Strings stated "ERROR volatility3.plugins.windows.strings: line in unrecognized format: line 1". Underneath this output was a line that stated "Progress: ", and the value had flickered between 0.00 -0.01. Good news is that the message to the right of the status had changed frequently.

cmd.exe ran with administrative privileges when this error message was displayed, the computer had restarted, and other plugins worked fine.

As a sanity check here is the command syntax used:

python vol.py -f <mem-image-name> windows.strings.Strings --strings-file Text.txt

Text.txt contained 1 eight-letter word, but when the file was saved as a text document, Word (the Microsoft Office Home 2024 version), presented a pop-up called "File Conversion". The message read "Warning: Saving as a text file will cause all formatted, pictures common and objects in your file to be lost. Text encoding:", and a radio button for "Western European (Windows)" was saved as the default text encoding option. Should the file be saved in a different format like Unicode?

I had visited the following links to look at this issue:

https://volatility3.readthedocs.io/en/latest/_modules/volatility3/plugins/windows/strings.html

https://volatility3.readthedocs.io/en/latest/_modules/volatility3/plugins/windows/strings.html

My key take away from this page was that the tool uses a regular expression to parse out the data from the strings file. I had read pages 515\516 in The Art of Memory Forensics, and I was unable to locate information related to the format of the input file. If anyone has any successful experience with running this plugin with Volatility 3 I would appreciate the feedback. Otherwise, I'll check to see if the YARA functionality offers a similar output of attributing a string to a process\file.


文章来源: https://www.reddit.com/r/computerforensics/comments/1mply7m/question_volatility_3_framework_version_2262/
如有侵权请联系:admin#unsafe.sh