In the HMT v3 plugins directory there is no xml file for the plugin that supports model injection and exportation. Does anyone know where this plugin is loacted within HMTv3. I want to try to write a better version so that model injection is at least more possible than now. Is this located within HMT v3 itsel and if so is there anyway I can get my hands on the source code so I could change a few things in this feature.
Thanks, John
Where is Model Injection code?
-
- Posts: 201
- Joined: Wed Dec 31, 2003 1:12 pm
- Location: halo............ALL THE TIME
- Contact:
-
- Posts: 1375
- Joined: Fri Oct 24, 2003 1:30 am
- Location: Earth
- Contact:
![]() |
-
- Posts: 732
- Joined: Wed Nov 26, 2003 11:59 pm
- Location: Raleigh, NC, USA
![]() |
What you're actually looking for is a dissassembler. This takes a .dll or a .exe and converts it to your architecture's assembly language. Of course this doesn't help you much if you don't know how to read ASM. There is atleast one program out there that will convert an .exe (and possibly a .dll) to C-like code, though I saw it so long ago I cannot even remember what it was called, much less where to find it.Deadly_Shadow wrote:IceTiger... U think that you can have a model injection plugin with xml version 1!? Of course not! It's a dll that contains it. If you have a dll decompiler you could look at the code. Tell me if u find one
-
- Posts: 1375
- Joined: Fri Oct 24, 2003 1:30 am
- Location: Earth
- Contact:
![]() |
-
- Posts: 1375
- Joined: Fri Oct 24, 2003 1:30 am
- Location: Earth
- Contact:
![]() |