palaniyappanBala / pyboxed

Automatically exported from code.google.com/p/pyboxed
0 stars 0 forks source link

DeprecationWarning: struct integer overflow masking is deprecated #2

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Genarating the log
2.
3.

What is the expected output? What do you see instead?
Hook of the program

What version of the product are you using? On what operating system?

The last

Please provide any additional information below.

Hi there,

I've  returned this log, always that i try hook a program.

I tryed build in all python versions.

May I have some help about this?

2012-07-26 09:49:50,940 - INFO - Start
2012-07-26 09:49:50,954 - INFO - remote execution tracking active.
C:\PyBox\src\pybox\__init__.py:104: DeprecationWarning: struct integer overflow 
masking is deprecated
  if not hook.create(address, callback):
2012-07-26 09:49:50,954 - INFO - Let's get ready to rumble
2012-07-26 09:49:52,954 - INFO - Done
2012-07-26 09:49:53,017 - INFO - kernel32.dll.CreateRemoteThread(0xffffffff, 0, 
0, 0x00404110, 1450292, 4, 0x001620f8)
2012-07-26 09:49:53,017 - INFO - CreateRemoteThread called on self
2012-07-26 09:49:53,049 - INFO - kernel32.dll.CreateRemoteThread(0xffffffff, 0, 
0, 0x77db6c7d, 10409256, 0, 0x0012e9f8)
2012-07-26 09:49:53,049 - INFO - CreateRemoteThread called on self
2012-07-26 09:49:53,049 - INFO - kernel32.dll.CreateRemoteThread(0xffffffff, 0, 
0, 0x774de43b, 10419768, 0, 0x0012ebd8)
2012-07-26 09:49:53,049 - INFO - CreateRemoteThread called on self

Original issue reported on code.google.com by edw...@logicwaysolutions.com on 26 Jul 2012 at 1:13

GoogleCodeExporter commented 9 years ago
Hi, 

can you please provide some more information? 
- Which OS are you running?
- md5sum of the program you are running PyBox with?
- Is this the complete logfile that is being generated?

This information would be helpful to investigate this issue.

Original comment by daniel.p...@googlemail.com on 26 Jul 2012 at 3:22

GoogleCodeExporter commented 9 years ago
Hi, 

- Which OS are you running?

      I'm running with XP Professional x86 in the vmware

- md5sum of the program you are running PyBox with?

      The MD5 is c866bebf1e97867dbff4908b4757b3c0 

- Is this the complete logfile that is being generated?

      Yes, this is the complete logfile generated

This information would be helpful to investigate this issue.

Original comment by edw...@logicwaysolutions.com on 26 Jul 2012 at 3:38

GoogleCodeExporter commented 9 years ago
The error DeprecationWarning: struct integer overflow masking is deprecated
  if not hook.create(address, callback): 
not depends of the program running with pybox 

I've tested with some programs and always returned me this error

I'm at your disposal for further information, so please do not hesitate to 
contact me.

Original comment by edw...@logicwaysolutions.com on 26 Jul 2012 at 3:54