Skip to content

Commit c547f4c

Browse files
authored
Merge pull request #35 from TryHackMyOffsecBox/l10n_main
New Crowdin updates
2 parents 5f86956 + ca6c792 commit c547f4c

2 files changed

Lines changed: 5 additions & 4 deletions

File tree

i18n/zh/docusaurus-plugin-content-docs/current/Modules/Memory Analysis/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
了解内存分析如何在实时调查中帮助检测威胁。
1010

11-
## [Memory Acquisition](memoryacquisition.md)
11+
## [内存采集](memoryacquisition.md)
1212

1313
学习获取数字可靠内存的技术和最佳实践。
1414

i18n/zh/docusaurus-plugin-content-docs/current/Modules/Memory Analysis/memoryacquisition.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,17 @@ sidebar_position: 1
66

77
## 任务 1 介绍
88

9-
Before you can analyze memory, you must acquire it. This involves copying the contents of volatile memory to non-volatile storage (The Art of Memory Forensics). The effectiveness of memory analysis hinges on the quality of the process of memory acquisition—capturing memory accurately is just as crucial as interpreting it. In this room, we will discuss all the variables that you need to consider before, during, and after memory acquisition. These variables include tooling, timing, formatting, environment, and more. You will then proceed to effectively create forensically sound memory images on Windows, Linux, and Hypervisors.
10-
学习目标
9+
在分析内存之前,您必须先获取它。 这涉及将易失性内存的内容复制到非易失性存储中(《内存取证的艺术》)。 内存分析的有效性取决于内存获取过程的质量——准确捕获内存与解释它同样重要。 在本房间中,我们将讨论在内存获取之前、期间和之后需要考虑的所有变量。 这些变量包括工具、时机、格式、环境等。 然后,您将继续在Windows、Linux和Hypervisor上有效创建符合取证要求的内存映像。
10+
11+
### 学习目标
1112

1213
- Create a forensically sound memory image on Windows
1314
- Create a forensically sound memory image on Linux
1415
- Create a forensically sound memory image on a hypervisor
1516
- Create a forensically sound memory image in a cloud environment
1617
- Understand and apply best practices during the process of acquisition
1718

18-
房间先决条件
19+
### 房间先决条件
1920

2021
- [Memory Analysis Introduction](https://tryhackme.com/room/memoryanalysisintroduction)
2122
- [Windows Fundamentals](https://tryhackme.com/module/windows-fundamentals)

0 commit comments

Comments
 (0)