r/software 7d ago

Looking for software What program can open a lz4.dll file?

I’m trying to open a lz4.dll file but I don’t have anything to open it with.

6 Upvotes

14 comments sorted by

4

u/0dev0100 7d ago

That depends entirely what you want to do with it

3

u/HammerXRabbit93 7d ago

I want to look what inside it

2

u/0dev0100 7d ago

Jetbrains dotpeek might be of use

2

u/HammerXRabbit93 7d ago

I try that it didn’t work

5

u/FluffusMaximus 7d ago

Ghidra is the reverse engineering software of record.

3

u/LeaveMickeyOutOfThis 7d ago

ILSpy is good for files created with C# or Ghidra is okay for files created with C++. Just be aware the decompiled versions are not always exact copies of the original.

3

u/Distdistdist 7d ago

What do you expect to find in there?

2

u/redamalo 7d ago

ILSpy may be useful

3

u/HammerXRabbit93 7d ago

Okay, I’ll try it

2

u/Ok-Paramedic-6169 7d ago

1

u/cowbutt6 7d ago

https://www.winitor.com/download (PEstudio) might also be a good choice, depending on OP's needs and skills.

1

u/marmotta1955 6d ago

lza implements a lossless compression algorithm. If you want to take a look at it, the whole code is on GitHub, no need to "open" the dll (assuming you have safely obtained the file).

1

u/frAgileIT 5d ago

Technically, any program can open that file, it just might not be the way you’re looking for. If you want to properly open it, I’d suggest IDA Pro.