OCCAM icon indicating copy to clipboard operation
OCCAM copied to clipboard

OCCAM: Object Culling and Concretization for Assurance Maximization

Results 5 OCCAM issues
Sort by recently updated
recently updated
newest added

I was trying to use occam on some programs, the goal was to debloat the programs with static libc library. For this, I pulled a docker container as instructed on...

This would solve problems like #60.

enhancement
help wanted

Not sure OCCAM compiles on Mac. The usual problem is to find `sysroot` but I also had problems finding `protobuf` library. I attach a patch that works for me in...

- Explain how to make a good use of configuration priming. For instance, our OCCAM interpreter of LLVM bitcode does not execute library code. FFI will not typically recognize application...

wiki

The configuration priming (CP) can produce too specialized programs that cannot be actually executed. Recall that CP has two phases: bytecode interpretation and lifting LLVM values to LLVM constants. For...

limitation