Yifan Lu

Results 56 comments of Yifan Lu

For anyone interested, to start, they should try to build taihen without linking to the stubs. GCC will then complain about undefined symbols. See if you can find those functions...

For now a workaround for the user is to set the hook reference to 0 before calling taihen and in the hook function only call `TAI_CONTINUE` if the reference is...

1. Not a taihen problem 2. Stop touching boot_config.txt because that's unsupported. If you run into issues, that's your problem.

Issue is that for kernel modules loaded in boot; enso's internal loader is used instead of taihen's. I don't anticipate fixing this anytime soon so people should recompile plugins in...

Realistically I won't have the time to implement (& test) this feature.

I'm not sure what you want though. A callback before and after module_stop/module_stop?

Isn't it possible to just hook the `module_start` export before calling start module?

I see. Can we generalize it and not worry about module_start/stop? So we currently have hooks and injections. How about we add a third category called "events" and we can...

Yes, see workaround.

Yes that is a known issue. I have no time to do something like this, if someone does it and sends a pull request, I'd be happy to review it.