Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Z
Zipr Toolchain
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Open Source Software
Zipr Toolchain
Repository graph
Repository graph
You can move around the graph by using the arrow keys.
d78435c369bcf4de92938bc86192b112fd849a3c
Select Git revision
Branches
20
13-keystone-should-return-an-error-when-assembling-instruction
19-need-ubuntu22-support
21-job-failed-248429
SRL-Windows
SRL_kernelModules
ZS-91-opensrc-zipr
add-u24
add_arm32_eh
ais-release-sept-2019
arm_port
aware-sw-delivery
bugfixes
cfar_phase1_final_release
cfar_phase2_3rdquarter_release
cfar_phase2_final_release
cfar_phase2_midterm_release
cfar_phase3_midterm_release
cgc-sw-deliverables
cgc_dev
copyright-headers
Tags
6
gt_eval
Release-2-26-2021
cfar-phase3-final
CFAR_AEI
CfarJuly2018Eval
pre-las-vegas
26 results
Begin with the selected commit
Created with Raphaël 2.2.0
27
Nov
25
24
23
12
11
10
9
8
6
5
2
30
Oct
28
27
23
22
21
20
19
16
14
13
7
5
3
2
1
30
Sep
29
28
25
22
21
18
17
9
8
3
2
1
28
Aug
26
25
21
20
19
18
17
14
12
11
7
6
5
1
31
Jul
30
29
28
27
25
24
23
22
21
17
16
15
14
13
11
10
8
7
6
5
4
3
2
1
29
Jun
27
24
23
15
14
13
12
5
4
2
29
May
28
27
26
25
24
23
19
18
16
13
12
11
10
8
7
6
4
1
30
Apr
29
27
26
24
23
22
19
18
17
16
13
8
7
6
3
2
1
30
Mar
29
28
27
26
24
23
21
20
19
18
17
16
7
5
4
3
27
Feb
26
23
21
20
17
13
12
8
7
6
5
3
28
Jan
27
26
25
23
22
20
18
15
12
9
8
7
converted x86-64 to use reg r11
fixed scfi to deal with protecting jumps/calls. converted rcx to r11 on 64-bit
turned on main-exe-only when using zipr
Updates for cfar.sh and cfar_<config>.sh's to be more structured about craeting variants and where peasoup_exe_dir's land.
Updates for cfar.sh and cfar_<config>.sh's to be more structured about craeting variants and where peasoup_exe_dir's land.
Update to new step-option format
Add a script usable for zipr-only testing on VMs (with special support
zipr.exe needs libpqxx-4.0
Go away from anything C++11 specific.
Only turn on CFI by default
for now, by default, only turn on CFI
Updated to include rex.B byte for mov_reg instructions
Add some extra debugging output for plugin-placed dollops.
Return a range of instructions
Change instruction size calculation to report unsigned values.
Fixup cgc-specific compilation errors.
Ask plugins about where to place dollops
Add tests for ZiprDoubleOption_t
Re-enable stats printing
Remove dead code.
Reenable RecordPinnedInsnAddrs. Not sure why it was disabled in the first place.
Update adjacent pinned address workaround to use irdb.
Actually check in the code that hooks when there are push/jmp combos.
Update addr_to_p_offset to account for non-zero offset.
updates to allow better control of probabilistic/structured diversity xforms, and some short-hands for cfar configs we want to support.
updates to allow better control of probabilistic/structured diversity xforms, and some short-hands for cfar configs we want to support.
updates to allow better control of probabilistic/structured diversity xforms, and some short-hands for cfar configs we want to support.
update for RNG seeding to use pid() instead of time() due to parallel copies getting the same seed accidentally
update for RNG seeding to use pid() instead of time() due to parallel copies getting the same seed accidentally
objdiff.sh added, handy for diffing disassembly of 2 binaries.
large only plugin added to trunk
disabled large-only plugin's on status by default.
updated to deal with command line options that're quoted better.
Update options library tests
Updates to get file-sizes out of zipr under control. should now work with .exe's, .so's, and executable .so's. note: assumes that if entry_point==.text's address that the .so is not-executable (because the .text is the compiler's default entry point, indiciating the user did not specify an entry point.) May not be a rock solid assumption, but it should be OK for 99.99% of all programs
Updates to support --step-option better (spaces in a quoted option)
Loading