Answer the question
In order to leave comments, you need to log in
Decompile delphi 7?
There is a program written by me a long time ago, the code was deleted for reasons I do not understand, how to decompile to make it convenient? There is such a topic decompiled by the dede program, but it says delphi2-6: player here is an example code
procedure TForm3.ChangeLight(Sender : TObject);
begin
(*
* Reference to Form3
|
00478678 A118EC4700 mov eax, dword ptr [$0047EC18]
0047867D 0514030000 add eax, +$00000314
00478682 50 push eax
00478683 6800120000 push $00001200
00478688 6801400000 push $00004001
* Reference to: opengl32.glLightfv()
|
0047868D E82AADFEFF call 004633BC
00478692 C3 ret
*)
end;
I don’t understand how to make a delphi code out of this, here’s the whole project
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question