Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
SHA1BruteForce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Clément Février
SHA1BruteForce
Commits
59ec03e0
Commit
59ec03e0
authored
Oct 25, 2017
by
Clément Février
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix profiling mistake + add Cleaning
parent
673d98aa
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
16 additions
and
0 deletions
+16
-0
README
README
+16
-0
No files found.
README
View file @
59ec03e0
...
...
@@ -108,6 +108,10 @@ Modify the variable CC in the Makefile
to substitute -fprofile-generate
by -fprofile-use -fprofile-correction.
Finally, clean the objects to enforce recompiling all of them using the profile
$ make clean
4.2.2/ Compiling
Then compile with
...
...
@@ -125,6 +129,18 @@ because there is only 2 objects.
4.3/ sha1
Launch it with
$ ./sha1
It will display the SHA-1 hash and the corresponding password
if it find it.
4.4/ Cleaning
You can safely clean the temporary objects with
$ make clean
You can also clean all files produced by the project to recover fresh-like folder
$ make mrproper
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment