man i learned the hard way, first i started cracking visual basics app then after that
that is when i started building apps in visual basic
setting up an app interface is easy but what the person really need to learn is the code
i started with a database app to store info
in no time i build my first app
all my friends were impress and how i did it
at that time it was a dvd movies database
that included title, language and subtitles
i added a code that will make the first letter of each word capital
man that was handy
also the search function was good
search by first letter
name
etc etc
but that was in visual basic 6.0
last time i tried visual basic it was 2008 i think
and in every VS version MS always changed the code
so you have to come out with a new code
so migration was a pain
you couldn't reuse you old source code completely but at least you could re make a new app
make some improvements and make some changes
i actually like cracking better
dissambling exe, ocx , dll
searching for strings, hex, offset etc
and reverting jumps
haha been there done that
change 75 to 74 or vice versa
and that app will register even with an empty value string
yes i also know about the system calls
conditional and unconditional jumps
i just bring some good memories
is always good to increase your knowledge
every time i went to sleep i still had all the numbers running in my head
like the matrix code
that is when i started building apps in visual basic
setting up an app interface is easy but what the person really need to learn is the code
i started with a database app to store info
in no time i build my first app
all my friends were impress and how i did it
at that time it was a dvd movies database
that included title, language and subtitles
i added a code that will make the first letter of each word capital
man that was handy
also the search function was good
search by first letter
name
etc etc
but that was in visual basic 6.0
last time i tried visual basic it was 2008 i think
and in every VS version MS always changed the code
so you have to come out with a new code
so migration was a pain
you couldn't reuse you old source code completely but at least you could re make a new app
make some improvements and make some changes
i actually like cracking better
dissambling exe, ocx , dll
searching for strings, hex, offset etc
and reverting jumps
haha been there done that
change 75 to 74 or vice versa
and that app will register even with an empty value string
yes i also know about the system calls
conditional and unconditional jumps
i just bring some good memories
is always good to increase your knowledge
every time i went to sleep i still had all the numbers running in my head
like the matrix code
Last edited: