unlinker
unlinker copied to clipboard
CI / precompiled binarys / docs?
Any chance of enabling AppVeyor so this tool can just be downloaded and used instead of having to compile etc?
Also since the there isn't much doco its not clear exactly how this works or what the limitations are etc. It sounds like you'd specify some sort of config that has the function prototype in C and an address range, then it generates a header/obj and possibly PDB for usage?
This forum post http://forum.exetools.com/showthread.php?p=107779#post107779 contains such documentation as exists. I dont have plans to produce precompiled binaries for it at this time.
Thanks, that explains a lot!
The link doesn’t work, is there another way to find documentation? I am starting work on a similar tool for elf files, and would also appreciate any relevant info you may have available. Thanks
I would suggest studying my code at https://github.com/jonwil/unlinkerida/ for my IDA plugin which is far better than this old tool, its much cleaner and easier to see (assuming you have the IDA SDK documentation available to reference)
Thanks, it looks way better. Do you have a binary available? It seems like the easiest way to play around with the concept.