After a meeting with Dr. Wallach, we revisited our deliverables to be the following set of items:
- performance graphs to depict how the order of optimizations affect code size/quality/runtime
- generate programs without rets; how does this affect the various code features
- re-ordering of basic blocks
- shadowing of different parts of address space.
As of today,
- we have been able to reproduce the exploit the attach in the previous 527 project related to the same
- understand the v8 code base
- we have started manipulating the v8 engine to achieve objective for the first deliverable