Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(78)

Issue 2535563002: Added all code for integrity check transform (Closed)

Created:
4 years ago by banescusebi
Modified:
4 years ago
Reviewers:
chrisha
CC:
syzygy-changes_googlegroups.com
Target Ref:
refs/heads/master
Project:
syzygy
Visibility:
Public.

Description

Added all code for integrity check transform BUG=

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+7052 lines, -888 lines) Patch
M syzygy/block_graph/basic_block_assembler.cc View 1 chunk +5 lines, -1 line 0 comments Download
M syzygy/experimental/experimental.gyp View 1 chunk +1 line, -0 lines 0 comments Download
A + syzygy/experimental/protect/protect.gyp View 2 chunks +26 lines, -39 lines 0 comments Download
A + syzygy/experimental/protect/protect/protect.cc View 1 chunk +24 lines, -23 lines 0 comments Download
A syzygy/experimental/protect/protect_lib/code_randomizer.h View 1 chunk +162 lines, -0 lines 0 comments Download
A syzygy/experimental/protect/protect_lib/code_randomizer.cc View 1 chunk +420 lines, -0 lines 0 comments Download
A syzygy/experimental/protect/protect_lib/equation_gen.h View 1 chunk +28 lines, -0 lines 0 comments Download
A syzygy/experimental/protect/protect_lib/equation_gen.cc View 1 chunk +88 lines, -0 lines 0 comments Download
A syzygy/experimental/protect/protect_lib/integrity_check_layout_transform.h View 1 chunk +156 lines, -0 lines 0 comments Download
A syzygy/experimental/protect/protect_lib/integrity_check_layout_transform.cc View 1 chunk +366 lines, -0 lines 0 comments Download
A syzygy/experimental/protect/protect_lib/integrity_check_transform.h View 1 chunk +372 lines, -0 lines 0 comments Download
A syzygy/experimental/protect/protect_lib/integrity_check_transform.cc View 1 chunk +2136 lines, -0 lines 0 comments Download
A + syzygy/experimental/protect/protect_lib/protect_app.h View 1 chunk +51 lines, -60 lines 0 comments Download
A syzygy/experimental/protect/protect_lib/protect_app.cc View 1 chunk +54 lines, -0 lines 0 comments Download
A syzygy/experimental/protect/protect_lib/protect_flummox.h View 1 chunk +71 lines, -0 lines 0 comments Download
A syzygy/experimental/protect/protect_lib/protect_flummox.cc View 1 chunk +67 lines, -0 lines 0 comments Download
A + syzygy/experimental/protect/protect_lib/protect_util.h View 1 chunk +33 lines, -32 lines 0 comments Download
A syzygy/experimental/protect/protect_lib/protect_util.cc View 1 chunk +51 lines, -0 lines 0 comments Download
A syzygy/experimental/protect/protect_lib/protect_utils.h View 1 chunk +212 lines, -0 lines 0 comments Download
A + syzygy/experimental/protect/protect_lib/protect_utils.cc View 1 chunk +152 lines, -138 lines 0 comments Download
A syzygy/experimental/protect/protect_lib/protected_basic_block_filter.h View 1 chunk +63 lines, -0 lines 0 comments Download
A syzygy/experimental/protect/protect_lib/protected_basic_block_filter.cc View 1 chunk +82 lines, -0 lines 0 comments Download
A syzygy/experimental/protect/protect_unittest/code_randomizer_unittests.cc View 1 chunk +141 lines, -0 lines 0 comments Download
A syzygy/experimental/protect/protect_unittest/integrity_check_transform_unittests.cc View 1 chunk +1372 lines, -0 lines 0 comments Download
A syzygy/experimental/protect/protect_unittest/protect_app_unittests.cc View 1 chunk +120 lines, -0 lines 0 comments Download
M syzygy/pe/pe_file_writer.h View 1 chunk +107 lines, -97 lines 0 comments Download
M syzygy/pe/pe_file_writer.cc View 6 chunks +19 lines, -18 lines 0 comments Download
M syzygy/pe/pe_relinker.h View 1 chunk +235 lines, -235 lines 0 comments Download
M syzygy/pe/pe_relinker.cc View 1 chunk +245 lines, -245 lines 0 comments Download
M syzygy/pe/pe_utils.h View 3 chunks +28 lines, -0 lines 0 comments Download
M syzygy/pe/pe_utils.cc View 1 chunk +165 lines, -0 lines 0 comments Download

Messages

Total messages: 8 (4 generated)
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2535563002/1
4 years ago (2016-11-25 18:01:01 UTC) #2
commit-bot: I haz the power
No L-G-T-M from a valid reviewer yet. CQ run can only be started by full ...
4 years ago (2016-11-25 18:01:02 UTC) #4
banescusebi
Hi Chris, Here is all the code for the integrity check transformation. Kind regards, Sebastian
4 years ago (2016-11-25 18:01:35 UTC) #6
chrisha
4 years ago (2016-12-19 22:24:07 UTC) #7
This code has been pushed to Github. Please close this issue.

https://github.com/google/syzygy/tree/integrity

Powered by Google App Engine
This is Rietveld 408576698