Commit Graph

  • 7460a2f00c Merge pull request #18 from Hackndo/patch-1 main kev169 2025-07-21 11:43:25 -05:00
  • 545958f2a8 Fix buffer overflow in BeaconFormatPrintf causing last character truncation Pixis 2025-07-19 15:40:26 +02:00
  • ea20c17fa1 Merge pull request #17 from MEhrn00/fix-unhandled-relocs kev169 2025-06-12 12:38:02 -05:00
  • 2da5d31901 Fix unhandled long symbol name relocations Matt Ehrnschwender 2025-05-20 18:35:24 -04:00
  • 6f366f09ee Merge pull request #16 from MEhrn00/beacon-arghandling kev169 2025-04-03 09:57:10 -05:00
  • 143dd8416c Add beacon_compatibility argument checks Matt Ehrnschwender 2025-03-20 13:28:02 -04:00
  • 28125d4e6b Fix COFFLOADER_RETURN_VAL_IF for debug builds in mingw Kevin Haubris 2024-10-31 10:43:55 -05:00
  • eb9b16f64d Merge pull request #14 from MEhrn00/precondition-checks kev169 2024-09-24 11:29:47 -05:00
  • b5e0bbd021 Merge pull request #13 from MEhrn00/restrict kev169 2024-09-24 11:11:58 -05:00
  • 6290079773 Add precondition checks to RunCOFF Matt Ehrnschwender 2024-09-21 17:58:16 -04:00
  • 8eca447fea Use C99 restrict in place of GNU extension for test BOF Matt Ehrnschwender 2024-09-20 14:46:23 -04:00
  • 5956e3ec87 Merge pull request #12 from stryker2k2/main kev169 2024-09-09 09:15:42 -05:00
  • 90f2c17494 Additional Argument Usage Instructions Jack Ward 2024-09-06 16:28:23 -05:00
  • 7525640b9b Make sure everything is actually freed Kevin Haubris 2023-05-15 15:42:35 -05:00
  • 7f49e7cc38 Fix a few leaks, and change how sections values are stored Kevin Haubris 2023-05-15 15:38:51 -05:00
  • eb37e434c5 Merge pull request #11 from trustedsec/relocations freefirex 2023-02-16 11:56:35 -08:00
  • 59ba6615c3 adds in cast for warning relocations Christopher Paschen 2023-02-16 11:34:16 -08:00
  • 9d15c39ea5 added Kevins work to handle more relocations to support RPC code Christopher Paschen 2023-02-16 11:22:10 -08:00
  • f34623d564 Merge pull request #10 from zeroSteiner/fix/vs2013-builds kev169 2022-12-09 18:59:52 -06:00
  • ade610103c Remove the inline compiler directive Spencer McIntyre 2022-12-09 12:50:45 -05:00
  • 6f1b9ab002 Merge pull request #9 from zeroSteiner/fix/i386-relocations kev169 2022-12-08 15:10:42 -06:00
  • f6cb5ab616 Fix some i386 issues Spencer McIntyre 2022-12-08 15:18:39 -05:00
  • f7751e8e2e Merge pull request #8 from zeroSteiner/fix/debug-relocation-output kev169 2022-12-08 08:54:26 -06:00
  • e119103f8d Fix debug relocation debug output Spencer McIntyre 2022-12-07 17:40:20 -05:00
  • f088d02eb3 Added vs support for x86 too Kevin Haubris 2022-12-07 10:15:39 -06:00
  • adab77631b Should work with VS compiled object files now invokeassembly_branch Kevin Haubris 2022-12-07 09:52:56 -06:00
  • 5a5a56dfd7 Attempted fix for invoke assembly Kevin Haubris 2022-11-30 18:47:05 -06:00
  • 345430b266 Added more error handling meterpreter_fork Kevin Haubris 2022-10-07 15:19:00 -05:00
  • 87ba45f387 Added error codes for different types of errors. Kevin Haubris 2022-10-07 15:09:23 -05:00
  • 535daf134c Merge branch 'main' into meterpreter_fork Kevin Haubris 2022-09-24 19:33:25 -05:00
  • a03af2dc82 Merge pull request #6 from zeroSteiner/feat/add-toWideChar kev169 2022-09-24 19:25:27 -05:00
  • 30af08ba1b Add toWideChar Spencer McIntyre 2022-09-23 09:54:04 -04:00
  • 3fb751542a Changes to allow you to define your own functions if you want. Kevin Haubris 2022-09-13 18:29:23 -05:00
  • 24da168356 Merge pull request #5 from zeroSteiner/fix/compiler-warnings kev169 2022-09-09 11:56:44 -05:00
  • 61e80977b6 Fix compiler warnings Spencer McIntyre 2022-09-09 12:37:13 -04:00
  • d69bc130cc Merge pull request #4 from trustedsec/internal_functions kev169 2022-06-10 11:51:35 -05:00
  • 2e8db28f3d Properly link in GetModuleHandleA internal_functions Christopher Paschen 2022-06-10 11:48:54 -05:00
  • 540970ae55 Merge pull request #3 from trustedsec/internal_functions kev169 2022-05-20 10:40:45 -05:00
  • eb4057570b Add in 4 internal functions for CobaltStrike compatibility Christopher Paschen 2022-05-20 10:31:07 -05:00
  • e83c8892c9 Explicitly call LoadLibraryA since that is the one that needs to be called. Kevin Haubris 2021-03-02 08:02:51 -06:00
  • 3971516c22 Changed the cast for the entry function. Kevin Haubris 2021-03-01 10:13:58 -06:00
  • 6c163398b9 Swapped out WIN32/WIN64 defines for _WIN32/_WIN64, and updated so that it builds in VS projects. Kevin Haubris 2021-03-01 10:05:24 -06:00
  • 794f7117cc Added example of running to README. Kevin Haubris 2021-02-22 08:59:15 -06:00
  • dd9a70836b Added section on beacon_generate.py Kevin Haubris 2021-02-22 08:52:55 -06:00
  • bb99920397 Updated README. Kevin Haubris 2021-02-19 13:40:24 -06:00
  • 626956ecf5 Initial commit Kevin Haubris 2021-02-19 13:29:38 -06:00