Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
C
cwe_checker
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
fact-gitdep
cwe_checker
Commits
02b9ec8aab97b54455e9716c4bb971da2204c38a
Switch branch/tag
cwe_checker
cwe_checker_rs
src
intermediate_representation
11 Nov, 2020
1 commit
Fix pointer to external function (#101)
· 17022fdb
Melvin Klimke
authored
4 years ago
17022fdb
Browse Directory
10 Nov, 2020
1 commit
retarget nonexisting jump targets to dummy target (#103)
· 6b93b698
Enkelmann
authored
4 years ago
6b93b698
Browse Directory
03 Nov, 2020
13 commits
Substitute trivial expressions (#94)
· 16408e2c
Enkelmann
authored
4 years ago
16408e2c
Browse Directory
Use registers parsed from Ghidra on the Rust side.
· 954f1447
Enkelmann
authored
4 years ago
954f1447
Browse Directory
Support basic blocks that are contained in more than one function.
· 4b6ca3be
Enkelmann
authored
4 years ago
4b6ca3be
Browse Directory
cargo fmt
· 2a56a719
Enkelmann
authored
4 years ago
2a56a719
Browse Directory
fix 2 small bugs
· a85352c5
Enkelmann
authored
4 years ago
a85352c5
Browse Directory
Adapt the analysis modules to use the internal IR instead of the BAP IR.
· af32d275
Enkelmann
authored
4 years ago
af32d275
Browse Directory
cargo fmt
· d701731b
Enkelmann
authored
4 years ago
d701731b
Browse Directory
add documentation to the internal IR
· 5343432e
Enkelmann
authored
4 years ago
5343432e
Browse Directory
Handle special cases in BAP IR to internal IR conversion.
· babf80f5
Enkelmann
authored
4 years ago
babf80f5
Browse Directory
Finish P-Code to internal IR deserialization.
· c1e142eb
Enkelmann
authored
4 years ago
c1e142eb
Browse Directory
implement conversion for blocks and subs
· b70f9910
Enkelmann
authored
4 years ago
b70f9910
Browse Directory
implement conversion functions for jumps and defs.
· c11a21e9
Enkelmann
authored
4 years ago
c11a21e9
Browse Directory
Implement expression deserialization for Pcode
· 263c1498
Enkelmann
authored
4 years ago
263c1498
Browse Directory