Categories > WeAreDevs > Hangout >

Decoding .dll files

Posts: 24

Threads: 4

Joined: Nov, 2020

Reputation: 0

Posted

How can I decode the c++ .dll file to see and edit the code?

  • 0

hello

Posts: 59

Threads: 7

Joined: Sep, 2020

Reputation: -22

Replied

Sounds like your trying to skid someones dll. Dont. You wont wanna get the rep of a skid

  • 0

Added

Sounds like your trying to skid someones dll. Dont. You wont wanna get the rep of a skid

  • 0

Exploits I Own: Synapse X, Pardella Renewed, Pardella X, Pardella U

Exploits I Created: Pardella Renewed, Pardella X, Pardella U

Posts: 24

Threads: 4

Joined: Nov, 2020

Reputation: 0

Replied

@61801Na man I just wanna see how it's made...

  • 0

hello

Posts: 0

Threads: 0

Joined: ?

Reputation:

Replied

Look for sources on verm, axon is a good one to learn off of c:

  • 0

Posts: 675

Threads: 30

Joined: Aug, 2020

Reputation: 6

Replied

I don't think it's possible to get a full source a protected DLL or unprotected DLL and it's made in c++ obviously.

  • 0

Posts: 24

Threads: 4

Joined: Nov, 2020

Reputation: 0

Replied

@MaximusExploit Good to know.

 

 

  • 0

hello

Wabz

Winning.js

Posts: 1968

Threads: 143

Joined: Apr, 2020

Reputation: 27

Replied

wdym by decode? a DLL is compiled, so you can decompile it, but not decode...

well you cant see the exact code as decompilation doesnt give the original code, but i guess it could give you something that is enough to understand how the code works, you would need to learn windows reverse engineering to do that.

  • 0

My new discord is Wabz#1337 with ID 777154062789509130

Posts: 24

Threads: 4

Joined: Nov, 2020

Reputation: 0

Replied

@57333ty

  • 0

hello

WRD

Owner

admin

Posts: 979

Threads: 33

Joined: Dec, 2016

Reputation: 105

Replied

You can use a decompiler like IDA or Ghidra to view the dll as assembly. They also have a feature to generate a C equivalent, but imo IDA does this better. You won't be able to get the original code the creator wrote, but it should be functionally the same. Some bits may be missing. It'll require some reverse engineering skills.

  • 0

https://cdn.wearedevs.net/images/icons/youtube.png Coding Tutorials  https://i.imgur.com/z8bRyw3.png Blog

Moon

Moon

vip

Posts: 6198

Threads: 262

Joined: Aug, 2020

Reputation: 77

Replied

@WRD

Whats a good site to learn C++?

  • 0

Posts: 675

Threads: 30

Joined: Aug, 2020

Reputation: 6

Replied

@Moon I come to bless you this amazing awesome and incredible / godly cpp tutorial! click ur mom here

  • 0

Posts: 120

Threads: 2

Joined: Nov, 2020

Reputation: 8

Replied

DLLs are compiled binaries, it is impossible to reverse it to the original source code. The only option is reverse engineering, non-libre software like IDA is best for this, as it allows you to analyze a binary compiled for many architectures and spits out assembly for you to crunch through, not only that, it provides you with a feature called 'pseudocode'. Pseudocode attempts to decompile the assembly of a function or block and gives you an approximate result as to how the non-compiled version would look like in C, an easier way to read and comprehend whatever code you are trying to reverse-engineer.

  • 0

it will no longer be possible to contact me here, but i will be on session for at least a bit :)

0520984e5ed65f84673ff6d3421d89a3b3e1dff2ed54cbd4ed012351789a347913

WRD

Owner

admin

Posts: 979

Threads: 33

Joined: Dec, 2016

Reputation: 105

Replied

@Moon Codecademy should be perfect to help transition if you already know another programming language

  • 0

https://cdn.wearedevs.net/images/icons/youtube.png Coding Tutorials  https://i.imgur.com/z8bRyw3.png Blog

Moon

Moon

vip

Posts: 6198

Threads: 262

Joined: Aug, 2020

Reputation: 77

Replied

@WRD

Thanks!

I love how you're being a bit active now.

Can we keep it that way??

  • 0

Users viewing this thread:

( Members: 0, Guests: 1, Total: 1 )