Remove text in dll file
Page 1 of 1
Karmeck




Posts: 3349
Location: Sweden
PostPosted: Sun, 3rd Jun 2012 15:49    Post subject: Remove text in dll file
CPU Disasm
Address Hex dump Command Comments
100755BA |. 68 281C1310 PUSH OFFSET 10131C28 ; UNICODE "This content has been produced using the 30 day evaluation of Dolphin EasyProducer"

I want to remove
Quote:
"This content has been produced using the 30 day evaluation of Dolphin EasyProducer"


I tested to NOP it but that just made it crash. What else can I do. Using OllyDbg.
Back to top
evlncrn8




Posts: 187

PostPosted: Sun, 3rd Jun 2012 21:20    Post subject:
theres a difference between code and text...

thats a push offset...

go to the offset in the dll of that string and null the first 2 bytes (its unicode after all)...
Back to top
Karmeck




Posts: 3349
Location: Sweden
PostPosted: Sun, 3rd Jun 2012 21:45    Post subject:
but were is 10131C28 ? I cant find it. the page end at 10125FFF


Back to top
Karmeck




Posts: 3349
Location: Sweden
PostPosted: Sun, 3rd Jun 2012 22:40    Post subject:
Well i put in some 0's and the text is gone. Sadly the text is still there in the output file.


Back to top
Page 1 of 1 All times are GMT + 1 Hour
NFOHump.com Forum Index - Programmers Corner
Signature/Avatar nuking: none (can be changed in your profile)  


Display posts from previous:   

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


Powered by phpBB 2.0.8 © 2001, 2002 phpBB Group