View Single Post
  #1  
Old 10-30-2013, 10:13
bridgeic bridgeic is offline
Friend
 
Join Date: Jun 2012
Posts: 88
Rept. Given: 7
Rept. Rcvd 3 Times in 3 Posts
Thanks Given: 0
Thanks Rcvd at 7 Times in 6 Posts
bridgeic Reputation: 3
Arrow How can I break the *.so file that main program call for?

I have a ruby script test.rb, encrypted with a software.

After encryption, when run with "ruby.exe test.rb", it will call a *.so file to decrypt the file and then execute the file.

My question is how to break at the *.so file when debug "ruby.exe test.rb" with ollydbg?

Attachement content:
org\test.rb => original ruby script
output\encrypt_test.rb => encrypted ruby script
output\rgloader\rgloader192.mingw.so => ruby.exe will call this file to decript encrypt_test.rb

ruby download: h**p://rubyforge.org/frs/download.php/75127/rubyinstaller-1.9.2-p290.exe

Thanks in advance,
bridgeic
Attached Files
File Type: zip TEST.zip (46.1 KB, 9 views)
Reply With Quote