                        Elf32 loader plugin
        
        
Only windows binary is included, and you may copy it to the IDABin\loaders.

To compile on mac/linux you have to copy elf32mod to the $(IDASDK)\ldr whole folder.
In $(IDASDK)\makefile add line elf32mod to the list of modules to be built. Once this
is done do:

Linux:
idasdk\ldr# export __LINUX__=1
idasdk\ldr# make

mac:
idasdk\ldr# export __MAC__=1
idasdk\ldr# make

now in idasdk\bin\loaders\ you will have plugin elf32mod.llx or elf32mod.lmc

Also make sure that you have on Linux copied to idasdk\bin libida.so, and on
mac that you hace copied to idasdk\bin libida.dylib 

That should do the trick, have fun...

                                                deroko of ARTeam



