Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6959195
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 27, 20262026-05-27T15:14:22+00:00 2026-05-27T15:14:22+00:00

tldr; at bottom. Ok, so once again an interesting problem and I’m looking for

  • 0

tldr; at bottom.

Ok, so once again an interesting problem and I’m looking for a fun and interesting solution.

My current project involves being very modular, meaning the program functionality will be easily changed based on different modules and the program would adapt.

So I started out with the typical route, which is using DLL plugins. Now this is just way to normal, I want to think outside the box a bit.

The modules included in my program are long running campaigns that may take weeks to finish, and there will be many running at a time. So stability is a big issue, so I thought about what Google Chrome does. Processes, not DLLs or threads.

So I have a framework going and I need a way to get some information about each module (which are now EXEs). Now for my DLL framework I was exporting a “Register” function that would fill in some information.

So I thought to myself, hey EXEs can export functions, let’s see if that actually works…It doesn’t. I did some research into how Windows handles theses things and I don’t feel like hacking the PE headers on the fly (but it’s the out of the box kind of thinking I’m going for).

I’m planning on using named pipes and CLI parameters to transfer data between the main program and the module exe’s. I could use that in a register fashion, but I want to here other peoples thoughts.

tldr: I’m using EXE’s instead of DLL’s for plugins. Looking for a way to easily export one time information like a exported “Register” function would on a DLL. Thoughts?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-27T15:14:22+00:00Added an answer on May 27, 2026 at 3:14 pm

    You might still consider having the modules written as DLLs with defined entrypoints (e.g., the Register function). Then you write the executable that loads the specified DLL. Your main application would fire off the driver executable and give it a name of a plugin DLL.

    That way it is still easy to define and export the set of APIs that must be provided yet still run it as a separate process. The one executable that you write can load the specified DLL and then handle the necessary IPC with the main app.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

NOTE: If you don't want to read this, check TLDR version at bottom of
TLDR: I'm looking for a way to serve web resources (css, jpg, etc) from
Background (TLDR; provided for the sake of completion) Seeking advice on an optimal solution
TLDR version: Most important issue is, that in a TSP problem, instead of finding
TLDR: What are the pros/cons of using an in-memory database vs locks and concurrent
Since I got TLDR (too long didn't read) comments, I stripped 90% of this
TLDR; How do I read data from a table using Entity Framework, when the
tldr: Is ~90,000 super columns with 1 to 10 columns each too many in
TLDR: Started with this question simplified it after got some of it working and
TLDR I need to change a javascript variable on the same page after clicking

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.