I am trying to load a dllDLL in IDAIDA and OllyDbgOllyDbg, but it says the file is compressed. I checked with a couple of tools and came to know that the file is compressed with PE compactPECompact. I think it also has reverse engineer-engineer protection enabled because debuggers are not able to load it but other tools can disassemble it.
So, my question is how do I unpack the dllDLL and start debugging ?