Skip to content

Latest commit

 

History

History
114 lines (82 loc) · 3.65 KB

WORKLOG.md

File metadata and controls

114 lines (82 loc) · 3.65 KB

Work Log

Sunil Parab

5/19/23

5/22/23

  • Researched how to access memory of other programs in C
    • Found this, nothing really useful
  • Tested out doing a buffer overflow attack to better understand them

5/23/23

  • Successfully did a buffer overflow attack
  • Read this for more info on memory addresses

5/24/23

  • started working on the part of project that shows the address pointers for all the functions in a file

5/25/23

5/26/23

  • was absent
  • started research on override-return function
    • mainly just ran buffer overflow attacks to get used to overriding the return manually

5/30/23

  • finalized the function finding part of our project

5/31/23

  • made draft of override-return, need to test it more.

6/1/23

  • added override-return and help functions.
  • worked on presentation with Salaj
  • made drafts of homework files for attacking

Salaj Rijal

05/18/23

05/19/23

  • was absent (AP Exam)

05/22/23

05/23/23

05/24/23

05/25/23

  • started work on the finding offset part of our tool
  • created a projected API in README.md

05/26/23

05/29/23

  • continued work on accessing return address of another program using ptrace

05/30/23

  • researched ptrace more (its very complicated)
  • researched pattern matching

05/31/23

  • made the makefile
  • integrated all the different functions

06/1/23

  • worked on the presentation and homework files
  • finished code obfuscation (realized that PTRACE wont work so went with terminal command and pattern generation option)