+ 1

How can I make changes in a software after it has been created... is it possible or not..

15th Sep 2018, 1:36 PM
Muhammad Taif Khan
Muhammad Taif Khan - avatar
7 Respuestas
+ 7
Debugging and making changes is part of software development. Once created and saved, reopen and make changes.
15th Sep 2018, 1:48 PM
Nilavarasan
Nilavarasan  - avatar
+ 2
If you are developing a software using Git VCS is a great choice. It will help you track changes, see last modifies and what was modified. Start Learning how to use Git here: https://www.sololearn.com/learn/1236/?ref=app
15th Sep 2018, 3:38 PM
Femi
Femi - avatar
+ 1
That's called cracking. You can make a search for cracking programs, I'm quit sure there are a lot. Anyhow you will be needing a Hex Editor
15th Sep 2018, 1:56 PM
Wasfi Akab
Wasfi Akab - avatar
+ 1
Its possible to do so just like when editing an html file after making it
15th Sep 2018, 1:57 PM
Gildin
+ 1
The software installed on your PC is likely to be compiled. While you can make changes to it, those might not be in the form of the familiar and more readable source code, but as raw binary, and - in case you run it through a disassembler - assembly instructions. If the software is open-source or you're in the dev team, you can modify source code and then recompile it.
15th Sep 2018, 3:09 PM
Hoàng Nguyễn Văn
Hoàng Nguyễn Văn - avatar
+ 1
My first thought was metaprogramming, which can be done in C++. Everyone else's answers also apply.
15th Sep 2018, 6:10 PM
LunarCoffee
LunarCoffee - avatar
0
definitely it is possible
15th Sep 2018, 2:08 PM
🦋FEATHER🦋
🦋FEATHER🦋 - avatar