Giter Club home page Giter Club logo

Comments (8)

pardeike avatar pardeike commented on May 11, 2024

Is there more documentation on this interception project? Iā€™m not sure I have the time to go through the source code to guess what it is actually doing. Maybe you can be more specific with your question.

from harmony.

ENikS avatar ENikS commented on May 11, 2024

The documentation is available here.
I am looking for better performance and functionality to be implemented in next version.

from harmony.

pardeike avatar pardeike commented on May 11, 2024

Now I see. Harmony was mainly designed to decorate methods of a code base that was never made extensible in the first place. Microsofts Unity is a container that allows for decoration by design.

It is a bit difficult to compare or combine both approaches since they have complete different scenarios in mind. Harmony can be applied at runtime and relies on manipulating jitted code which in specific cases and with read-only memory for jitted code can actually fail, especially in an enterprise scenario.

from harmony.

ENikS avatar ENikS commented on May 11, 2024

I see. Thanks for the info.

from harmony.

ENikS avatar ENikS commented on May 11, 2024

I really like the idea of changing behavior of methods without adding proxy type around the instance.
How difficult would it be to create reliable mechanism to do it consistently? Since Roslyn is Open Source now perhaps there could be some hooks that could be used?
Could we do something as Debugger does, inject jump code before method is executed?

It does not have to be compatible with existing Unity code. It could be added as alternative mechanism if required.

from harmony.

pardeike avatar pardeike commented on May 11, 2024

I think you should start your own project. What you want to do is out of the scope of this project and I think there are already libraries out there that do that on the dll level.

from harmony.

ENikS avatar ENikS commented on May 11, 2024

Could you point me to these? I just recently started with these and still lucking necessary depth.

from harmony.

pardeike avatar pardeike commented on May 11, 2024

Maybe something like https://stackoverflow.com/questions/5731857/how-to-patch-a-line-of-code-in-a-dll

Good luck

from harmony.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    šŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. šŸ“ŠšŸ“ˆšŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ā¤ļø Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.