this post was submitted on 13 May 2026
54 points (100.0% liked)

Programming

27009 readers
223 users here now

Welcome to the main community in programming.dev! Feel free to post anything relating to programming here!

Cross posting is strongly encouraged in the instance. If you feel your post or another person's post makes sense in another community cross post into it.

Hope you enjoy the instance!

Rules

Rules

  • Follow the programming.dev instance rules
  • Keep content related to programming in some way
  • If you're posting long videos try to add in some form of tldr for those who don't want to watch videos

Wormhole

Follow the wormhole through a path of communities !webdev@programming.dev



founded 3 years ago
MODERATORS
 

I can't find the source code for this, I am posting here to save it to remind myself to search later.

you are viewing a single comment's thread
view the rest of the comments
[–] ExperimentalGuy@programming.dev 0 points 1 week ago (1 children)

What's the point of this when you can compile between ISAs using a build tool and source? When would you need to cross compile a binary after building?

[–] FizzyOrange@programming.dev 2 points 1 week ago (1 children)

It's for closed source software obviously.

[–] HaraldvonBlauzahn@feddit.org 1 points 6 days ago (1 children)

Isn't going all that AI tech going to make automated decompilation trivial? Re-compiling would not need illustrative variable names...

[–] FizzyOrange@programming.dev 1 points 6 days ago

That is basically what this does, but more reliably.