Skip to content
This repository has been archived by the owner on Dec 4, 2024. It is now read-only.

Commit

Permalink
Merge remote-tracking branch 'refs/remotes/origin/master' into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
demonduck committed Aug 10, 2017
2 parents 919150c + be5db92 commit 08821e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/first/engines/basic_masking.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ def function_list(self):

class BasicMaskingEngine(AbstractEngine):
_name = 'BasicMasking'
_description = ('Maskes ESP/EBP offsets, calls/jmps offsets, and global '
_description = ('Masks ESP/EBP offsets, calls/jmps offsets, and global '
'offsets (Intel Only). Requires at least 8 instructions.')
_required_db_names = ['first_db']

Expand Down

0 comments on commit 08821e1

Please sign in to comment.