Home Forum
Welcome, Guest
Please Login or Register.    Lost Password?

No "+" symbol connected Delphi string bug
(1 viewing) (1) Guest
Go to bottomPage: 1
TOPIC: No "+" symbol connected Delphi string bug
#212
No "+" symbol connected Delphi string bug 10 Months, 1 Week ago Karma: 0
Hello,
The following Delphi string is connected without "+" symbol parsing is incorrect.
Regards,
Zhang Shangyi

Original string:
Lines.Strings = (
'The file you attempt to disassemble has been protected against '
'disassembly by its author. This usually means that the file is '
'copyrighted. However, nothing prevents the author or a trojan '

'horse, virus or any other kind of harmful software to abuse this' +
' '
'protection system. You could also be legally entitled to '
'disassemble this software for forensic or national security '
'reasons. Do you understand that'
''

' 1.if you disassemble this file you might be in violation of you' +
'r '
'local laws.'
' 2.you are solely responsible for your actions.'
' 3.by disassembling this file, you release and discharge the '
'providers and developers of IDA Pro from any and all liability '
'which might arise. Bypassing this warning message shall '
'constitute an implicit acceptance of the terms herein set forth.'
'')]

In Radialix:

In Passolo:
Zhang Shangyi
Junior Boarder
Posts: 26
graphgraph
User Offline Click here to see the profile of this user
Last Edit: 2009/11/03 08:02 By Zhang Shangyi.
The administrator has disabled public write access.
 
#216
Re:No "+" symbol connected Delphi string bug 10 Months, 1 Week ago Karma: 1
This is not a bug. Radialix shows strings exactly how they are stored in resources. Memo.Lines stored as a list of strings and Radialix does not merge them.
Aleksey Golovin
Administrator
Posts: 110
graph
User Offline Click here to see the profile of this user
The administrator has disabled public write access.
 
#218
Re:No "+" symbol connected Delphi string bug 10 Months, 1 Week ago Karma: 0
However, such extraction method is not easy to translate. Would like can automatically connectin with the same way as Passolo.
Zhang Shangyi
Junior Boarder
Posts: 26
graphgraph
User Offline Click here to see the profile of this user
Last Edit: 2009/11/04 06:41 By Zhang Shangyi.
The administrator has disabled public write access.
 
Go to topPage: 1