File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1- ## @file hello-world.hds
1+ ## @file hello-world.ds
22# @author HyperDbg Development Team
33# @brief Hello World! script
44# @version 0.1
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.
Original file line number Diff line number Diff line change 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
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.
You can’t perform that action at this time.
0 commit comments