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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 3, 20262026-06-03T15:30:16+00:00 2026-06-03T15:30:16+00:00

I have seen it said that decompiling of obfuscated C# and Java is simplified

  • 0

I have seen it said that decompiling of obfuscated C# and Java is simplified by presence of calls to framework api, like to String. But, this doesn’t quite make sense to me because shouldn’t a C program also have obvious calls to some standard libraries, which would be equivalent of C# apis?

I have also seen it said that somehow the distinction between register machine (the hardware that will run assembly from C) and stack machine (virtual machine that will run bytecode) is important for complexity of decompilation.

So is stack/register machine issue the main one here? Let’s say if CLR virtual machine were reimplemented as register machine, would C# bytecode all of a sudden become just as hard to decompile as is C executable? Or are there some other major complexity differences that will not go away on such platform overhaul?

  • 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-03T15:30:18+00:00Added an answer on June 3, 2026 at 3:30 pm

    There is no difference between stack and register machines, it is relatively easy to deconstruct the expression trees from both representations.

    .NET and JVM are so easy to decompile mainly because of the metadata: types and methods names, etc.

    With a stripped native executable you’ll have all the fun: no meaningful names for the functions, no explicit data types, loads of the inlined (and then severely mutilated by the further optimisation) code, unrolled loops, irreducible control flow, unrolled tail calls, etc.

    In a bytecode, most of this kind of optimisations have not been done (leaving them to the JIT), so it is much closer to an original source than it would have been with the metadata removed and optimisations applied. No matter, stack machine, register-based, threaded Forth code or whatever else.

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

Sidebar

Related Questions

I have seen it said that the distinction between anchors and input buttons is
I have seen that Windows system use temporary files to increase the performance of
I have seen code like this (actually seeing another person type it up): catch
I have seen & read over 10 similar questions but am still unable to
I have seen many Q's on this subject but none are exactly what I
I have seen some Apple examples that do call [super viewDidUnload]; and some that
I have seen a number of posts here that describe how to parse HTML
I have seen the prior questions and answers. In that one question, the original
Have seen some similar questions: What is the difference between a JavaBean and a
I have seen this question about deploying to WebSphere using the WAS ant tasks.

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.