unlinker icon indicating copy to clipboard operation
unlinker copied to clipboard

CI / precompiled binarys / docs?

Open MrSapps opened this issue 8 years ago • 5 comments

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?

MrSapps avatar Jan 19 '17 21:01 MrSapps

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.

jonwil avatar Jan 19 '17 21:01 jonwil

Thanks, that explains a lot!

MrSapps avatar Jan 19 '17 22:01 MrSapps

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

Amichayg avatar Nov 21 '21 02:11 Amichayg

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)

jonwil avatar Nov 21 '21 03:11 jonwil

Thanks, it looks way better. Do you have a binary available? It seems like the easiest way to play around with the concept.

Amichayg avatar Nov 21 '21 05:11 Amichayg