Skip to content

solution Trivia master source code

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #187538
    wazzzup
    Member

    i have a vb Trivia source code but can’t make it run :d ..can any programmers make it run? 😆 😆

    /edit: attachment removed

    #187542
    autopilot
    Member

    that is not exactly vb source… it looks like decompiled source… so it is a lower level language then vb. the code is not in a form that will be easily fixed

    #187541
    Chike
    Member

    @autopilot wrote:

    the code is not in a form that will be easily fixed

    Nor it should be without permission from the author.
    Is this TVK Trivia Master decompiled code?

    #187540
    Departure
    Member

    its proberly assembly code which is a low level programming language and most things decomplied returns assembly language, it could be recomplied again using masm,tasm or any other assembly programming language interface

    #187539
    autopilot
    Member

    it is a bit odd… it has assembly type code, but it is in functions and subs… below is a small sample:

    Private Sub Form_Load() '454440
    loc_00454462: var_08 = &H401480
    loc_0045446E: and eax, 00000001h
    loc_00454471: var_04 = arg_08
    loc_00454474: and esi, FFFFFFFEh
    ...
Viewing 5 posts - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.