Cheat Engine Forum Index Cheat Engine
The Official Site of Cheat Engine
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 


(delphi) read relative positon in binary

 
Post new topic   Reply to topic    Cheat Engine Forum Index -> General programming
View previous topic :: View next topic  
Author Message
extra
Newbie cheater
Reputation: 0

Joined: 29 May 2011
Posts: 10

PostPosted: Mon Jul 11, 2011 9:42 am    Post subject: (delphi) read relative positon in binary Reply with quote

hi all
i made a vb6 prog that search a string in binary then go forward few steps to another position then display this new position contents in text box
the code is 100% working

for example
all exe files contains this line "This program cannot be run in DOS mode"


the program search for the string "This program" and get the string position in the binary file
then go forward 18 steps then show "dos mode" in text box

the program contains one text box and one command button
this program is very useful to read variable strings by reference to fixed string

my question

can any one convert this code to delphi code ????
Code:
Dim buffer As String
Dim File As String


Private Sub Command1_Click()
Dim position As Double
Dim intIndex As Double
Dim strByte  As String
''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
File = ("c:\autorun.exe")
''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
Open File For Binary As #1
            Do While Not EOF(1)
                    buffer = Space(3500000)
            Get #1, , buffer
            DoEvents
             position = InStr(buffer, ("This program"))
            Loop
''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
      For intIndex = (position + 28) To (position + 30) Step 1
      Seek #1, intIndex
      strByte = Input$(8, #1)
     Next intIndex
  Close #1
      Text1.Text = strByte$
      Me.Show
            Close #1
End Sub
Back to top
View user's profile Send private message
extra
Newbie cheater
Reputation: 0

Joined: 29 May 2011
Posts: 10

PostPosted: Mon Jul 18, 2011 5:28 pm    Post subject: Reply with quote

please help me
this program is very important to make save game editors
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    Cheat Engine Forum Index -> General programming All times are GMT - 6 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You cannot attach files in this forum
You can download files in this forum


Powered by phpBB © 2001, 2005 phpBB Group

CE Wiki   IRC (#CEF)   Twitter
Third party websites