All Questions
Tagged with patch-reversing delphi
4 questions
2
votes
1
answer
3k
views
how can file size and PE size cant be equal?
I have an app i embedded another executable inside as a resource to see if the sizes will be different but they aint and using the resource editor i can see the app inside.
as for my target the file ...
3
votes
3
answers
2k
views
is ther a way an app can display a message without the use of messagebox API?
I have app that used to display a message "processing" after clicking OK button then another message "done", but now it doesn't. So I got reverse it and see whats happening, but it turns out that the ...
1
vote
0
answers
61
views
What is array of applicable components?
I have been digging around and I found a bunch of code that always repeat instructions and my friend suggested that it's calculation of text and he said delphi parameters use eax,edx and ecx.
I would ...
0
votes
1
answer
232
views
How to change text on the button?
I am new to reversing and I need to get some reversing experience.
I need help on how to change the text on the Button.
for example my Delphi xe app have the button(Continue) and I want to change it ...