Difference between revisions of "GPU610/Team AGC"

From CDOT Wiki
Jump to: navigation, search
(xor_me)
(xor_me)
Line 21: Line 21:
  
 
xor_me is an open source, brute force password cracker for doc and xls files.
 
xor_me is an open source, brute force password cracker for doc and xls files.
 +
 +
  
 
<pre>
 
<pre>
Line 28: Line 30:
 
%  cumulative  self              self    total
 
%  cumulative  self              self    total
 
time  seconds  seconds    calls  Ts/call  Ts/call  name
 
time  seconds  seconds    calls  Ts/call  Ts/call  name
99.35     10.58    10.58                            lclGetKey(unsigned char const*, long)
+
99.35   10.58    10.58                            lclGetKey(unsigned char const*, long)
 
0.19    10.60    0.02                            dump_exit(int)
 
0.19    10.60    0.02                            dump_exit(int)
 
0.00    10.60    0.00        1    0.00    0.00  _GLOBAL__sub_I__Z9lclGetKeyPKhl
 
0.00    10.60    0.00        1    0.00    0.00  _GLOBAL__sub_I__Z9lclGetKeyPKhl

Revision as of 23:24, 3 October 2014


GPU610/DPS915 | Student List | Group and Project Index | Student Resources | Glossary

Team AGC

Team Members

  1. Andy Cooc, Some responsibility
  2. Gabriel Castro, Some other responsibility
  3. Christopher Markieta, Some other responsibility

Email All

Progress

Assignment 1

Andy's Findings

...

Gabriel's Findings

...

Christopher's Findings

xor_me

xor_me is an open source, brute force password cracker for doc and xls files.


Flat profile:

Each sample counts as 0.01 seconds.
%   cumulative   self              self     total
time   seconds   seconds    calls  Ts/call  Ts/call  name
99.35    10.58    10.58                             lclGetKey(unsigned char const*, long)
0.19     10.60     0.02                             dump_exit(int)
0.00     10.60     0.00        1     0.00     0.00  _GLOBAL__sub_I__Z9lclGetKeyPKhl

Assignment 2

Assignment 3