Jump to content
Tuts 4 You

assembly language to source code


Recommended Posts

Posted

Is it possible to take out the source code from assembly language and how

  • Haha 1
jackyjask
Posted

what do you mean

in some sense the assembly language is a source itself

  • Like 1
Sean Park - Lovejoy
Posted (edited)
2 hours ago, moh said:

Is it possible to take out the source code from assembly language and how

@moh Generally speaking, assembly code ripping is somewhat difficult. but a high level language code copy and modification are a lot easier.

Regards.

sean.

Edited by Sean Park - Lovejoy
  • Like 1
Posted

@jackyjask

But i want it to make it to dame as source code to add updates in the future for this software if you have any idea how to make that or if you can help me i appreciate it

@Sean Park - Lovejoy 

What do you suggest because in the future i wanna sell the software as it has source code

  • Like 1
Posted

Is there anyone can help please?

  • Like 1
  • Haha 1
  • Confused 1
Posted

Hello everyone,
I’m exploring a project and need assistance with converting assembly language back into a high-level source code (e.g., C/C++). Does anyone have experience with this process, tools, or techniques that could help?

Any insights, recommended tools, or tutorials would be greatly appreciated!
Thank you in advance for your guidance.

  • Like 1
  • Haha 1
jackyjask
Posted

Use Ida/Ghidra/etc that is able to convert asm level into pseudo or high level lang (C/C++/etc)

 

  • Like 1
Posted

Considering your previous posts and intentions, nobody is going to do your work for you.
Go to learn about software decompilation and learn how to decompile the code yourself.

 

On 12/7/2024 at 8:54 AM, moh said:

@jackyjask

But i want it to make it to dame as source code to add updates in the future for this software if you have any idea how to make that or if you can help me i appreciate it

@Sean Park - Lovejoy 

What do you suggest because in the future i wanna sell the software as it has source code

 

  • Like 2
  • Thanks 1

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...