Skip to content

Commit cdacde2

Browse files
committed
change scripts
1 parent 1e7630b commit cdacde2

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## @file hello-world.hds
1+
## @file hello-world.ds
22
# @author HyperDbg Development Team
33
# @brief Hello World! script
44
# @version 0.1
@@ -8,7 +8,7 @@
88
# @details In order to run this script, you should use '.script'
99
# command.
1010
# Use it like:
11-
# .script c:\scripts\basics\hello-world.hds
11+
# .script c:\scripts\basics\hello-world.ds
1212
#
1313
# It just a simple print message. The '?' at the first line of
1414
# this command, means that it should be evaluated using HyperDbg's
File renamed without changes.
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## @file process-behavior-logger.hds
1+
## @file process-behavior-logger.ds
22
# @author HyperDbg Development Team
33
# @brief Dataset maker script
44
# @version 0.1
@@ -14,7 +14,7 @@
1414
# run the the scrip like this:
1515
#
1616
# After that, use the script like:
17-
# .script c:\users\sina\desktop\process-behavior-logger.hds 0x1240
17+
# .script c:\users\sina\desktop\process-behavior-logger.ds 0x1240
1818
#
1919
# It gathers different parameters in order to create a dataset
2020
# from the behavior of a special process.

0 commit comments

Comments
 (0)