neverlosecc / source2gen

Source2 games SDK generator
http://s2gen.com
Apache License 2.0
193 stars 31 forks source link

Question regarding Ida-gen branch #27

Open M1kep opened 6 months ago

M1kep commented 6 months ago

Are there plans to support generating ida type definitions, or typelibs?

cpz commented 6 months ago

The current branch was made as an experiment. At the moment it is not a priority, but as soon as we have time, we will do it. But there is no ETA

es3n1n commented 5 months ago

Elaborating further, at some point, we gave up on keeping the ida-gen branch up2date, and as of now, it lacks a lot of fixes/other stuff. While implementing all the things that would be needed for IDA generation, some functionalities were stripped and implemented in a very sketchy way(it was intended to be a POC after all). There are a lot of improvements that could(should) be made within the current codebase, at some point we will design a proper way how to opt the generator and will add the IDA support there.