MythicAgents / Athena

173 stars 36 forks source link

BOF/COFF Related Issues #20

Closed checkymander closed 1 year ago

checkymander commented 1 year ago

Describe the bug

Athena will crash after timeout period for bof related commands
   - Need to figure out how to fix this
Athena prints debug messages due to bof loader
   - This is due to the issue over at https://github.com/nettitude/RunOF/issues/2 until I'm able to figure out how to rebuild the bof_funcs I need to use their precompiled one
COFF Related commands must be "preloaded" even though it really doesn't do anything
   - Might mark these as preloaded and add a preflight check to make sure coff is loaded beforehand
checkymander commented 1 year ago

Resolved