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 7985387
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 4, 20262026-06-04T11:32:26+00:00 2026-06-04T11:32:26+00:00

Due to MonoTouch using dll’s within the actual app, how secure is this approach?

  • 0

Due to MonoTouch using dll’s within the actual app, how secure is this approach? For instance, if someone is using the Mono.Security.dll, couldn’t someone swap out that dll with one which implemented the methods and perform a code injection attack on an app?

  • 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-06-04T11:32:27+00:00Added an answer on June 4, 2026 at 11:32 am

    how secure is this approach?

    As much as any existing ones I know 🙂

    couldn’t someone swap out that dll

    No for several reasons.

    • You cannot change the applications files. That would break the digital signature and iOS won’t execute it. That alone removes a MitM attack;

    • the code from every .dll is already compiled to native code (by the AOT compiler) and part of the main executable binary. Swapping a new .dll won’t change the code that is executed;

    • the .dll that is deployed on devices is stripped (for release builds). There’s no IL (code) inside it since it would not be useful (we can’t JIT on iOS). Even if you add a .dll with IL code (e.g. a debug build) it won’t be executed (again it would require JITting);

    Why are the .dll deployed ? for their metadata (e.g. if you use reflection)

    Final note: MonoTouch produce native ARM executables just like Objective-C would.

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

Sidebar

Related Questions

I'm having the most frustrating time with MonoTouch/Mono/Monodevelop. After using the app for nearly
I am porting a titanium app to monotouch due to its high cost, but
Due to the lack of documentation for this on MSDN, I am forced to
Due to the flooding examples of implementing logger using Singleton pattern, I have just
So I installed my app on my ipad and it crashes due to a
Due to how Microsoft implements the heap in their non-DLL versions of the runtime,
I've installed trial version of MonoTouch, and I'm evaluating it for use. This strange
Due to the lack of clientaccesspolicy.xml, there appears to be problems with using Amazon
Due to employer security issues, the development team is not allowed to have IIS
Due to my current implementation of using QR Codes, I cannot change the request

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.