E
E
Evgeny Petryaev2019-11-20 22:04:51
Delphi
Evgeny Petryaev, 2019-11-20 22:04:51

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

1 answer(s)
A
acwartz, 2021-03-09
@acwartz

DeDe - the last century. Try IDR, but even there you will get asm, more or less readable.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question