GeistHaus
log in · sign up

All about COMMON symbols

maskray.me

Programming language behavior FORTRAN 77 COMMON blocks compiled to COMMON symbols. You could declare a COMMON block in more than one file, with each specifying the number, type, and size of the variab

1 page links to this URL
Boflink: A Linker For Beacon Object Files

Intro This is a blog post written for a project I recently released. The source code for it can be found here on Github. Background The design of Cobalt Strike’s Beacon Object Files is rather unique when compared to other runtime code execution implementations. These are small programs compiled into COFF object files which are loaded and executed by a COFF loader. Another addition that Beacon Object Files make is the concept of dynamic function resolution or DFR which allows the COFF to invoke functions from external DLLs.

3 inbound links article en posts beacon-object-filesdevelopmentred-teaming