Giter VIP home page Giter VIP logo

Comments (5)

GoogleCodeExporter avatar GoogleCodeExporter commented on August 15, 2024
Wow.. nice catch Bryan.. Can you send me an output of the error you receive?


Original comment by [email protected] on 10 Sep 2012 at 5:26

  • Changed state: Accepted

from impacket.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 15, 2024
caught exception: ("'L' format requires 0 <= number <= 4294967295", "When 
packing field 'pNetName | <L | 4410144592' in 
impacket.dcerpc.srvsvc.SRVSVCShareInfo1")

Original comment by [email protected] on 10 Sep 2012 at 5:28

from impacket.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 15, 2024
here's a random test in my environment:

In [1]: x = id('test')

In [2]: x
Out[2]: 4341761680

In [3]: x > 2**32
Out[3]: True

In [4]: x - 2**32
Out[4]: 46794384

In [5]: import struct

In [6]: struct.pack('>L', x)
---------------------------------------------------------------------------
error                                     Traceback (most recent call last)
<ipython-input-6-80b596231688> in <module>()
----> 1 struct.pack('>L', x)

error: 'L' format requires 0 <= number <= 4294967295

Original comment by [email protected] on 10 Sep 2012 at 5:29

from impacket.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 15, 2024
Great...

Yep.. your fix indeed solves the problem.. but only if the definition of the 
structure field is '<L' (otherwise the mask should be changed).. stick to that 
fix.. and let me review the other parts of the library when id() is used and 
see if I can come up with something more general, that can check the 
structure's definition as well.

We had a similar issue in the past in structure (it uses id() for some stuff 
too..)...

graciass!
bto

Original comment by [email protected] on 10 Sep 2012 at 5:33

from impacket.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 15, 2024
Okey.. 

There weren't many other instances of the same problem.. (just a few in 
svcctl). Fixed in http://code.google.com/p/impacket/source/detail?r=715

Let me know if it works...

thanks bryan!

Original comment by [email protected] on 10 Sep 2012 at 7:41

  • Changed state: Fixed

from impacket.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.