Difference between revisions of "GPU610/Team AGC"

From CDOT Wiki
Jump to: navigation, search
(xor_me)
(xor_me)
Line 22: Line 22:
 
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.
  
 +
<code>
 
Flat profile:
 
Flat profile:
  
Line 30: Line 31:
 
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
 +
</code>
  
 
=== Assignment 2 ===
 
=== Assignment 2 ===
 
=== Assignment 3 ===
 
=== Assignment 3 ===

Revision as of 23:22, 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