You can subscribe to this list here.
| 2009 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
(18) |
Sep
(33) |
Oct
(14) |
Nov
|
Dec
|
|---|
|
From: +NCR/CRC! [ReVeRsEr] <nah...@gm...> - 2009-10-25 17:34:19
|
Hi All!, As you can see, i was closing some tickets and doing some job for the Windows PE Editor. I think we need to start to work hardly in the ELF Editor in order to finish the first release. I don't know how much we need to work because we all have works and personal things to do but i hope to finish the first release before new year's eve. See you around!. -- +NCR/CRC! [ReVeRsEr] // CracksLatinoS! 2003 - 2009 http://crackinglandia.blogspot.com http://twitter.com/crackinglandia http://www.reversinglabs.com.ar/blog http://www.reversinglabs.com.ar/ncr |
|
From: +NCR/CRC! [ReVeRsEr] <nah...@gm...> - 2009-10-09 23:47:50
|
the tests i made were in Windows 7 x64. i talked with mario (winappdbg main developer) and it seems there are several things in winappdbg that does't work in windows versions > XP x64. For example, the PEB struct in Vista / 7 / 2008 is greater that the one in xp, so he told me that he is working on this to support Vista and newer Windows versions. we will need to wait a little bit to see what happens. On Fri, Oct 9, 2009 at 3:17 PM, +NCR/CRC! [ReVeRsEr] <nah...@gm...>wrote: > > Finally!, > > after a long figth with python packages i'm currently running pypeelf under > x64, all with native x64 packages. > > There is a small issue in the Task List viewver when it tries to get the > image base of a module, winappdbg raise an error like this: > > C:\pypeelf\trunk>python PyPeElfMain.py > Traceback (most recent call last): > File "C:\pypeelf\trunk\pypeelf_maindlg.py", line 166, in OnTaskMenuItem > taskDlg = tasks.create(self) > File "C:\pypeelf\trunk\tasks.py", line 42, in create > return task_viewer(parent) > File "C:\pypeelf\trunk\tasks.py", line 170, in __init__ > self.loadProcesses() > File "C:\pypeelf\trunk\tasks.py", line 199, in loadProcesses > image_base = hex_up_8(p.get_image_base()) > File "C:\pypeelf\trunk\app\process.py", line 88, in get_image_base > return self.process.get_image_base() > File "C:\Python26\lib\site-packages\winappdbg\system.py", line 3575, in > get_im > age_base > return self.get_peb().ImageBaseAddress > File "C:\Python26\lib\site-packages\winappdbg\system.py", line 3549, in > get_pe > b > return self.read_structure(self.get_peb_address(), win32.PEB) > File "C:\Python26\lib\site-packages\winappdbg\system.py", line 3560, in > get_pe > b_address > win32.ProcessBasicInformation) > File "C:\Python26\lib\site-packages\winappdbg\win32\ntdll.py", line 1285, > in N > tQueryInformationProcess > raise ctypes.WinError( RtlNtStatusToDosError(ntstatus) ) > WindowsError: [Error 24] The program issued a command but the command > length is > incorrect. > > > On Thu, Oct 8, 2009 at 3:19 PM, +NCR/CRC! [ReVeRsEr] <nah...@gm... > > wrote: > >> nop, i'm working with v1.2, i will try it with v1.3b and i will let you >> know!. >> >> >> On Thu, Oct 8, 2009 at 3:16 PM, Matias Bordese <mbo...@gm...>wrote: >> >>> I'm not sure, but maybe you can confirm :) >>> It seems like 64 bits support for winappdbg wasn't there for the 1.2 >>> version (that was the one we started to develop with); from what I can >>> see in the winappdbg site/tickets there is some work in progress and >>> 1.3beta partially works on win64. Are you trying this winappdbg >>> version? Could you check that? >>> >>> On Thu, Oct 8, 2009 at 3:03 PM, +NCR/CRC! [ReVeRsEr] >>> <nah...@gm...> wrote: >>> > C:\pypeelf\third-party\winappdbg-1.2\examples\instrumentation>python >>> > example1.py >>> > >>> > Traceback (most recent call last): >>> > File "example1.py", line 38, in <module> >>> > System.request_debug_privileges() >>> > File "C:\Python25\Lib\site-packages\winappdbg\system.py", line 5586, >>> in >>> > reques >>> > t_debug_privileges >>> > win32.TOKEN_ADJUST_PRIVILEGES) >>> > File "C:\Python25\Lib\site-packages\winappdbg\win32\advapi32.py", >>> line >>> > 131, in >>> > OpenProcessToken >>> > raise ctypes.WinError() >>> > WindowsError: [Error 6] The handle is invalid. >>> > >>> > On Thu, Oct 8, 2009 at 3:02 PM, +NCR/CRC! [ReVeRsEr] < >>> nah...@gm...> >>> > wrote: >>> >> >>> >> currently, winappdbg is raising an exception and i'm sure that is >>> ctypes >>> >> fault!. >>> >> >>> >> On Thu, Oct 8, 2009 at 3:00 PM, Matias Bordese <mbo...@gm...> >>> wrote: >>> >>> >>> >>> > btw, i'm testing pypeelf in Windows 7 Ultimate RTM x64. If we >>> install >>> >>> > Python + wxPython + pefile + extra modules (x86 version) >>> everything >>> >>> > works >>> >>> > fine (i think) but i have a problem to run it in x64 native because >>> >>> > Python >>> >>> > wxPython x64 does not recognize the Python x64 installation, >>> besides, >>> >>> > it >>> >>> > seems that ctypes it has not x64 native version (fuck!) (am i right >>> >>> > matias?). >>> >>> >>> >>> You will probably need to install specifically the win64 version >>> (that >>> >>> you can download here: http://sourceforge.net/projects/ctypes/files/ >>> ), >>> >>> although it is the first version for 64 bits and it could have some >>> >>> problems >>> >>> ( >>> http://mail.python.org/pipermail/python-announce-list/2007-May/005852.html >>> ). >>> >>> >>> >>> Let me know! >>> >>> >>> >>> >>> >>> >>> ------------------------------------------------------------------------------ >>> >>> Come build with us! The BlackBerry(R) Developer Conference in SF, CA >>> >>> is the only developer event you need to attend this year. Jumpstart >>> your >>> >>> developing skills, take BlackBerry mobile applications to market and >>> stay >>> >>> ahead of the curve. Join us from November 9 - 12, 2009. Register now! >>> >>> http://p.sf.net/sfu/devconference >>> >>> _______________________________________________ >>> >>> Pypeelf-users mailing list >>> >>> Pyp...@li... >>> >>> https://lists.sourceforge.net/lists/listinfo/pypeelf-users >>> >> >>> >> >>> >> >>> >> -- >>> >> +NCR/CRC! [ReVeRsEr] // CracksLatinoS! 2003 - 2009 >>> >> >>> >> http://crackinglandia.blogspot.com >>> >> http://twitter.com/crackinglandia >>> >> http://www.reversinglabs.com.ar/blog >>> >> http://www.reversinglabs.com.ar/ncr >>> > >>> > >>> > >>> > -- >>> > +NCR/CRC! [ReVeRsEr] // CracksLatinoS! 2003 - 2009 >>> > >>> > http://crackinglandia.blogspot.com >>> > http://twitter.com/crackinglandia >>> > http://www.reversinglabs.com.ar/blog >>> > http://www.reversinglabs.com.ar/ncr >>> > >>> > >>> ------------------------------------------------------------------------------ >>> > Come build with us! The BlackBerry(R) Developer Conference in SF, CA >>> > is the only developer event you need to attend this year. Jumpstart >>> your >>> > developing skills, take BlackBerry mobile applications to market and >>> stay >>> > ahead of the curve. Join us from November 9 - 12, 2009. Register now! >>> > http://p.sf.net/sfu/devconference >>> > _______________________________________________ >>> > Pypeelf-users mailing list >>> > Pyp...@li... >>> > https://lists.sourceforge.net/lists/listinfo/pypeelf-users >>> > >>> > >>> >>> >>> ------------------------------------------------------------------------------ >>> Come build with us! The BlackBerry(R) Developer Conference in SF, CA >>> is the only developer event you need to attend this year. Jumpstart your >>> developing skills, take BlackBerry mobile applications to market and stay >>> ahead of the curve. Join us from November 9 - 12, 2009. Register now! >>> http://p.sf.net/sfu/devconference >>> _______________________________________________ >>> Pypeelf-users mailing list >>> Pyp...@li... >>> https://lists.sourceforge.net/lists/listinfo/pypeelf-users >>> >> >> >> >> -- >> +NCR/CRC! [ReVeRsEr] // CracksLatinoS! 2003 - 2009 >> >> http://crackinglandia.blogspot.com >> http://twitter.com/crackinglandia >> http://www.reversinglabs.com.ar/blog >> http://www.reversinglabs.com.ar/ncr >> > > > > -- > +NCR/CRC! [ReVeRsEr] // CracksLatinoS! 2003 - 2009 > > http://crackinglandia.blogspot.com > http://twitter.com/crackinglandia > http://www.reversinglabs.com.ar/blog > http://www.reversinglabs.com.ar/ncr > -- +NCR/CRC! [ReVeRsEr] // CracksLatinoS! 2003 - 2009 http://crackinglandia.blogspot.com http://twitter.com/crackinglandia http://www.reversinglabs.com.ar/blog http://www.reversinglabs.com.ar/ncr |
|
From: +NCR/CRC! [ReVeRsEr] <nah...@gm...> - 2009-10-09 18:17:55
|
Finally!,
after a long figth with python packages i'm currently running pypeelf under
x64, all with native x64 packages.
There is a small issue in the Task List viewver when it tries to get the
image base of a module, winappdbg raise an error like this:
C:\pypeelf\trunk>python PyPeElfMain.py
Traceback (most recent call last):
File "C:\pypeelf\trunk\pypeelf_maindlg.py", line 166, in OnTaskMenuItem
taskDlg = tasks.create(self)
File "C:\pypeelf\trunk\tasks.py", line 42, in create
return task_viewer(parent)
File "C:\pypeelf\trunk\tasks.py", line 170, in __init__
self.loadProcesses()
File "C:\pypeelf\trunk\tasks.py", line 199, in loadProcesses
image_base = hex_up_8(p.get_image_base())
File "C:\pypeelf\trunk\app\process.py", line 88, in get_image_base
return self.process.get_image_base()
File "C:\Python26\lib\site-packages\winappdbg\system.py", line 3575, in
get_im
age_base
return self.get_peb().ImageBaseAddress
File "C:\Python26\lib\site-packages\winappdbg\system.py", line 3549, in
get_pe
b
return self.read_structure(self.get_peb_address(), win32.PEB)
File "C:\Python26\lib\site-packages\winappdbg\system.py", line 3560, in
get_pe
b_address
win32.ProcessBasicInformation)
File "C:\Python26\lib\site-packages\winappdbg\win32\ntdll.py", line 1285,
in N
tQueryInformationProcess
raise ctypes.WinError( RtlNtStatusToDosError(ntstatus) )
WindowsError: [Error 24] The program issued a command but the command length
is
incorrect.
On Thu, Oct 8, 2009 at 3:19 PM, +NCR/CRC! [ReVeRsEr]
<nah...@gm...>wrote:
> nop, i'm working with v1.2, i will try it with v1.3b and i will let you
> know!.
>
>
> On Thu, Oct 8, 2009 at 3:16 PM, Matias Bordese <mbo...@gm...> wrote:
>
>> I'm not sure, but maybe you can confirm :)
>> It seems like 64 bits support for winappdbg wasn't there for the 1.2
>> version (that was the one we started to develop with); from what I can
>> see in the winappdbg site/tickets there is some work in progress and
>> 1.3beta partially works on win64. Are you trying this winappdbg
>> version? Could you check that?
>>
>> On Thu, Oct 8, 2009 at 3:03 PM, +NCR/CRC! [ReVeRsEr]
>> <nah...@gm...> wrote:
>> > C:\pypeelf\third-party\winappdbg-1.2\examples\instrumentation>python
>> > example1.py
>> >
>> > Traceback (most recent call last):
>> > File "example1.py", line 38, in <module>
>> > System.request_debug_privileges()
>> > File "C:\Python25\Lib\site-packages\winappdbg\system.py", line 5586,
>> in
>> > reques
>> > t_debug_privileges
>> > win32.TOKEN_ADJUST_PRIVILEGES)
>> > File "C:\Python25\Lib\site-packages\winappdbg\win32\advapi32.py", line
>> > 131, in
>> > OpenProcessToken
>> > raise ctypes.WinError()
>> > WindowsError: [Error 6] The handle is invalid.
>> >
>> > On Thu, Oct 8, 2009 at 3:02 PM, +NCR/CRC! [ReVeRsEr] <
>> nah...@gm...>
>> > wrote:
>> >>
>> >> currently, winappdbg is raising an exception and i'm sure that is
>> ctypes
>> >> fault!.
>> >>
>> >> On Thu, Oct 8, 2009 at 3:00 PM, Matias Bordese <mbo...@gm...>
>> wrote:
>> >>>
>> >>> > btw, i'm testing pypeelf in Windows 7 Ultimate RTM x64. If we
>> install
>> >>> > Python + wxPython + pefile + extra modules (x86 version) everything
>> >>> > works
>> >>> > fine (i think) but i have a problem to run it in x64 native because
>> >>> > Python
>> >>> > wxPython x64 does not recognize the Python x64 installation,
>> besides,
>> >>> > it
>> >>> > seems that ctypes it has not x64 native version (fuck!) (am i right
>> >>> > matias?).
>> >>>
>> >>> You will probably need to install specifically the win64 version (that
>> >>> you can download here: http://sourceforge.net/projects/ctypes/files/
>> ),
>> >>> although it is the first version for 64 bits and it could have some
>> >>> problems
>> >>> (
>> http://mail.python.org/pipermail/python-announce-list/2007-May/005852.html
>> ).
>> >>>
>> >>> Let me know!
>> >>>
>> >>>
>> >>>
>> ------------------------------------------------------------------------------
>> >>> Come build with us! The BlackBerry(R) Developer Conference in SF, CA
>> >>> is the only developer event you need to attend this year. Jumpstart
>> your
>> >>> developing skills, take BlackBerry mobile applications to market and
>> stay
>> >>> ahead of the curve. Join us from November 9 - 12, 2009. Register now!
>> >>> http://p.sf.net/sfu/devconference
>> >>> _______________________________________________
>> >>> Pypeelf-users mailing list
>> >>> Pyp...@li...
>> >>> https://lists.sourceforge.net/lists/listinfo/pypeelf-users
>> >>
>> >>
>> >>
>> >> --
>> >> +NCR/CRC! [ReVeRsEr] // CracksLatinoS! 2003 - 2009
>> >>
>> >> http://crackinglandia.blogspot.com
>> >> http://twitter.com/crackinglandia
>> >> http://www.reversinglabs.com.ar/blog
>> >> http://www.reversinglabs.com.ar/ncr
>> >
>> >
>> >
>> > --
>> > +NCR/CRC! [ReVeRsEr] // CracksLatinoS! 2003 - 2009
>> >
>> > http://crackinglandia.blogspot.com
>> > http://twitter.com/crackinglandia
>> > http://www.reversinglabs.com.ar/blog
>> > http://www.reversinglabs.com.ar/ncr
>> >
>> >
>> ------------------------------------------------------------------------------
>> > Come build with us! The BlackBerry(R) Developer Conference in SF, CA
>> > is the only developer event you need to attend this year. Jumpstart your
>> > developing skills, take BlackBerry mobile applications to market and
>> stay
>> > ahead of the curve. Join us from November 9 - 12, 2009. Register now!
>> > http://p.sf.net/sfu/devconference
>> > _______________________________________________
>> > Pypeelf-users mailing list
>> > Pyp...@li...
>> > https://lists.sourceforge.net/lists/listinfo/pypeelf-users
>> >
>> >
>>
>>
>> ------------------------------------------------------------------------------
>> Come build with us! The BlackBerry(R) Developer Conference in SF, CA
>> is the only developer event you need to attend this year. Jumpstart your
>> developing skills, take BlackBerry mobile applications to market and stay
>> ahead of the curve. Join us from November 9 - 12, 2009. Register now!
>> http://p.sf.net/sfu/devconference
>> _______________________________________________
>> Pypeelf-users mailing list
>> Pyp...@li...
>> https://lists.sourceforge.net/lists/listinfo/pypeelf-users
>>
>
>
>
> --
> +NCR/CRC! [ReVeRsEr] // CracksLatinoS! 2003 - 2009
>
> http://crackinglandia.blogspot.com
> http://twitter.com/crackinglandia
> http://www.reversinglabs.com.ar/blog
> http://www.reversinglabs.com.ar/ncr
>
--
+NCR/CRC! [ReVeRsEr] // CracksLatinoS! 2003 - 2009
http://crackinglandia.blogspot.com
http://twitter.com/crackinglandia
http://www.reversinglabs.com.ar/blog
http://www.reversinglabs.com.ar/ncr
|
|
From: +NCR/CRC! [ReVeRsEr] <nah...@gm...> - 2009-10-08 18:19:35
|
nop, i'm working with v1.2, i will try it with v1.3b and i will let you know!. On Thu, Oct 8, 2009 at 3:16 PM, Matias Bordese <mbo...@gm...> wrote: > I'm not sure, but maybe you can confirm :) > It seems like 64 bits support for winappdbg wasn't there for the 1.2 > version (that was the one we started to develop with); from what I can > see in the winappdbg site/tickets there is some work in progress and > 1.3beta partially works on win64. Are you trying this winappdbg > version? Could you check that? > > On Thu, Oct 8, 2009 at 3:03 PM, +NCR/CRC! [ReVeRsEr] > <nah...@gm...> wrote: > > C:\pypeelf\third-party\winappdbg-1.2\examples\instrumentation>python > > example1.py > > > > Traceback (most recent call last): > > File "example1.py", line 38, in <module> > > System.request_debug_privileges() > > File "C:\Python25\Lib\site-packages\winappdbg\system.py", line 5586, in > > reques > > t_debug_privileges > > win32.TOKEN_ADJUST_PRIVILEGES) > > File "C:\Python25\Lib\site-packages\winappdbg\win32\advapi32.py", line > > 131, in > > OpenProcessToken > > raise ctypes.WinError() > > WindowsError: [Error 6] The handle is invalid. > > > > On Thu, Oct 8, 2009 at 3:02 PM, +NCR/CRC! [ReVeRsEr] < > nah...@gm...> > > wrote: > >> > >> currently, winappdbg is raising an exception and i'm sure that is ctypes > >> fault!. > >> > >> On Thu, Oct 8, 2009 at 3:00 PM, Matias Bordese <mbo...@gm...> > wrote: > >>> > >>> > btw, i'm testing pypeelf in Windows 7 Ultimate RTM x64. If we install > >>> > Python + wxPython + pefile + extra modules (x86 version) everything > >>> > works > >>> > fine (i think) but i have a problem to run it in x64 native because > >>> > Python > >>> > wxPython x64 does not recognize the Python x64 installation, besides, > >>> > it > >>> > seems that ctypes it has not x64 native version (fuck!) (am i right > >>> > matias?). > >>> > >>> You will probably need to install specifically the win64 version (that > >>> you can download here: http://sourceforge.net/projects/ctypes/files/), > >>> although it is the first version for 64 bits and it could have some > >>> problems > >>> ( > http://mail.python.org/pipermail/python-announce-list/2007-May/005852.html > ). > >>> > >>> Let me know! > >>> > >>> > >>> > ------------------------------------------------------------------------------ > >>> Come build with us! The BlackBerry(R) Developer Conference in SF, CA > >>> is the only developer event you need to attend this year. Jumpstart > your > >>> developing skills, take BlackBerry mobile applications to market and > stay > >>> ahead of the curve. Join us from November 9 - 12, 2009. Register now! > >>> http://p.sf.net/sfu/devconference > >>> _______________________________________________ > >>> Pypeelf-users mailing list > >>> Pyp...@li... > >>> https://lists.sourceforge.net/lists/listinfo/pypeelf-users > >> > >> > >> > >> -- > >> +NCR/CRC! [ReVeRsEr] // CracksLatinoS! 2003 - 2009 > >> > >> http://crackinglandia.blogspot.com > >> http://twitter.com/crackinglandia > >> http://www.reversinglabs.com.ar/blog > >> http://www.reversinglabs.com.ar/ncr > > > > > > > > -- > > +NCR/CRC! [ReVeRsEr] // CracksLatinoS! 2003 - 2009 > > > > http://crackinglandia.blogspot.com > > http://twitter.com/crackinglandia > > http://www.reversinglabs.com.ar/blog > > http://www.reversinglabs.com.ar/ncr > > > > > ------------------------------------------------------------------------------ > > Come build with us! The BlackBerry(R) Developer Conference in SF, CA > > is the only developer event you need to attend this year. Jumpstart your > > developing skills, take BlackBerry mobile applications to market and stay > > ahead of the curve. Join us from November 9 - 12, 2009. Register now! > > http://p.sf.net/sfu/devconference > > _______________________________________________ > > Pypeelf-users mailing list > > Pyp...@li... > > https://lists.sourceforge.net/lists/listinfo/pypeelf-users > > > > > > > ------------------------------------------------------------------------------ > Come build with us! The BlackBerry(R) Developer Conference in SF, CA > is the only developer event you need to attend this year. Jumpstart your > developing skills, take BlackBerry mobile applications to market and stay > ahead of the curve. Join us from November 9 - 12, 2009. Register now! > http://p.sf.net/sfu/devconference > _______________________________________________ > Pypeelf-users mailing list > Pyp...@li... > https://lists.sourceforge.net/lists/listinfo/pypeelf-users > -- +NCR/CRC! [ReVeRsEr] // CracksLatinoS! 2003 - 2009 http://crackinglandia.blogspot.com http://twitter.com/crackinglandia http://www.reversinglabs.com.ar/blog http://www.reversinglabs.com.ar/ncr |
|
From: Matias B. <mbo...@gm...> - 2009-10-08 18:16:22
|
I'm not sure, but maybe you can confirm :) It seems like 64 bits support for winappdbg wasn't there for the 1.2 version (that was the one we started to develop with); from what I can see in the winappdbg site/tickets there is some work in progress and 1.3beta partially works on win64. Are you trying this winappdbg version? Could you check that? On Thu, Oct 8, 2009 at 3:03 PM, +NCR/CRC! [ReVeRsEr] <nah...@gm...> wrote: > C:\pypeelf\third-party\winappdbg-1.2\examples\instrumentation>python > example1.py > > Traceback (most recent call last): > File "example1.py", line 38, in <module> > System.request_debug_privileges() > File "C:\Python25\Lib\site-packages\winappdbg\system.py", line 5586, in > reques > t_debug_privileges > win32.TOKEN_ADJUST_PRIVILEGES) > File "C:\Python25\Lib\site-packages\winappdbg\win32\advapi32.py", line > 131, in > OpenProcessToken > raise ctypes.WinError() > WindowsError: [Error 6] The handle is invalid. > > On Thu, Oct 8, 2009 at 3:02 PM, +NCR/CRC! [ReVeRsEr] <nah...@gm...> > wrote: >> >> currently, winappdbg is raising an exception and i'm sure that is ctypes >> fault!. >> >> On Thu, Oct 8, 2009 at 3:00 PM, Matias Bordese <mbo...@gm...> wrote: >>> >>> > btw, i'm testing pypeelf in Windows 7 Ultimate RTM x64. If we install >>> > Python + wxPython + pefile + extra modules (x86 version) everything >>> > works >>> > fine (i think) but i have a problem to run it in x64 native because >>> > Python >>> > wxPython x64 does not recognize the Python x64 installation, besides, >>> > it >>> > seems that ctypes it has not x64 native version (fuck!) (am i right >>> > matias?). >>> >>> You will probably need to install specifically the win64 version (that >>> you can download here: http://sourceforge.net/projects/ctypes/files/), >>> although it is the first version for 64 bits and it could have some >>> problems >>> (http://mail.python.org/pipermail/python-announce-list/2007-May/005852.html). >>> >>> Let me know! >>> >>> >>> ------------------------------------------------------------------------------ >>> Come build with us! The BlackBerry(R) Developer Conference in SF, CA >>> is the only developer event you need to attend this year. Jumpstart your >>> developing skills, take BlackBerry mobile applications to market and stay >>> ahead of the curve. Join us from November 9 - 12, 2009. Register now! >>> http://p.sf.net/sfu/devconference >>> _______________________________________________ >>> Pypeelf-users mailing list >>> Pyp...@li... >>> https://lists.sourceforge.net/lists/listinfo/pypeelf-users >> >> >> >> -- >> +NCR/CRC! [ReVeRsEr] // CracksLatinoS! 2003 - 2009 >> >> http://crackinglandia.blogspot.com >> http://twitter.com/crackinglandia >> http://www.reversinglabs.com.ar/blog >> http://www.reversinglabs.com.ar/ncr > > > > -- > +NCR/CRC! [ReVeRsEr] // CracksLatinoS! 2003 - 2009 > > http://crackinglandia.blogspot.com > http://twitter.com/crackinglandia > http://www.reversinglabs.com.ar/blog > http://www.reversinglabs.com.ar/ncr > > ------------------------------------------------------------------------------ > Come build with us! The BlackBerry(R) Developer Conference in SF, CA > is the only developer event you need to attend this year. Jumpstart your > developing skills, take BlackBerry mobile applications to market and stay > ahead of the curve. Join us from November 9 - 12, 2009. Register now! > http://p.sf.net/sfu/devconference > _______________________________________________ > Pypeelf-users mailing list > Pyp...@li... > https://lists.sourceforge.net/lists/listinfo/pypeelf-users > > |
|
From: +NCR/CRC! [ReVeRsEr] <nah...@gm...> - 2009-10-08 18:03:39
|
C:\pypeelf\third-party\winappdbg-1.2\examples\instrumentation>python
example1.py
Traceback (most recent call last):
File "example1.py", line 38, in <module>
System.request_debug_privileges()
File "C:\Python25\Lib\site-packages\winappdbg\system.py", line 5586, in
reques
t_debug_privileges
win32.TOKEN_ADJUST_PRIVILEGES)
File "C:\Python25\Lib\site-packages\winappdbg\win32\advapi32.py", line
131, in
OpenProcessToken
raise ctypes.WinError()
WindowsError: [Error 6] The handle is invalid.
On Thu, Oct 8, 2009 at 3:02 PM, +NCR/CRC! [ReVeRsEr]
<nah...@gm...>wrote:
> currently, winappdbg is raising an exception and i'm sure that is ctypes
> fault!.
>
>
> On Thu, Oct 8, 2009 at 3:00 PM, Matias Bordese <mbo...@gm...> wrote:
>
>> > btw, i'm testing pypeelf in Windows 7 Ultimate RTM x64. If we install
>> > Python + wxPython + pefile + extra modules (x86 version) everything
>> works
>> > fine (i think) but i have a problem to run it in x64 native because
>> Python
>> > wxPython x64 does not recognize the Python x64 installation, besides, it
>> > seems that ctypes it has not x64 native version (fuck!) (am i right
>> > matias?).
>>
>> You will probably need to install specifically the win64 version (that
>> you can download here: http://sourceforge.net/projects/ctypes/files/),
>> although it is the first version for 64 bits and it could have some
>> problems (
>> http://mail.python.org/pipermail/python-announce-list/2007-May/005852.html
>> ).
>>
>> Let me know!
>>
>>
>> ------------------------------------------------------------------------------
>> Come build with us! The BlackBerry(R) Developer Conference in SF, CA
>> is the only developer event you need to attend this year. Jumpstart your
>> developing skills, take BlackBerry mobile applications to market and stay
>> ahead of the curve. Join us from November 9 - 12, 2009. Register now!
>> http://p.sf.net/sfu/devconference
>> _______________________________________________
>> Pypeelf-users mailing list
>> Pyp...@li...
>> https://lists.sourceforge.net/lists/listinfo/pypeelf-users
>>
>
>
>
> --
> +NCR/CRC! [ReVeRsEr] // CracksLatinoS! 2003 - 2009
>
> http://crackinglandia.blogspot.com
> http://twitter.com/crackinglandia
> http://www.reversinglabs.com.ar/blog
> http://www.reversinglabs.com.ar/ncr
>
--
+NCR/CRC! [ReVeRsEr] // CracksLatinoS! 2003 - 2009
http://crackinglandia.blogspot.com
http://twitter.com/crackinglandia
http://www.reversinglabs.com.ar/blog
http://www.reversinglabs.com.ar/ncr
|
|
From: +NCR/CRC! [ReVeRsEr] <nah...@gm...> - 2009-10-08 18:02:59
|
currently, winappdbg is raising an exception and i'm sure that is ctypes fault!. On Thu, Oct 8, 2009 at 3:00 PM, Matias Bordese <mbo...@gm...> wrote: > > btw, i'm testing pypeelf in Windows 7 Ultimate RTM x64. If we install > > Python + wxPython + pefile + extra modules (x86 version) everything > works > > fine (i think) but i have a problem to run it in x64 native because > Python > > wxPython x64 does not recognize the Python x64 installation, besides, it > > seems that ctypes it has not x64 native version (fuck!) (am i right > > matias?). > > You will probably need to install specifically the win64 version (that > you can download here: http://sourceforge.net/projects/ctypes/files/), > although it is the first version for 64 bits and it could have some > problems ( > http://mail.python.org/pipermail/python-announce-list/2007-May/005852.html > ). > > Let me know! > > > ------------------------------------------------------------------------------ > Come build with us! The BlackBerry(R) Developer Conference in SF, CA > is the only developer event you need to attend this year. Jumpstart your > developing skills, take BlackBerry mobile applications to market and stay > ahead of the curve. Join us from November 9 - 12, 2009. Register now! > http://p.sf.net/sfu/devconference > _______________________________________________ > Pypeelf-users mailing list > Pyp...@li... > https://lists.sourceforge.net/lists/listinfo/pypeelf-users > -- +NCR/CRC! [ReVeRsEr] // CracksLatinoS! 2003 - 2009 http://crackinglandia.blogspot.com http://twitter.com/crackinglandia http://www.reversinglabs.com.ar/blog http://www.reversinglabs.com.ar/ncr |
|
From: Matias B. <mbo...@gm...> - 2009-10-08 18:00:18
|
> btw, i'm testing pypeelf in Windows 7 Ultimate RTM x64. If we install > Python + wxPython + pefile + extra modules (x86 version) everything works > fine (i think) but i have a problem to run it in x64 native because Python > wxPython x64 does not recognize the Python x64 installation, besides, it > seems that ctypes it has not x64 native version (fuck!) (am i right > matias?). You will probably need to install specifically the win64 version (that you can download here: http://sourceforge.net/projects/ctypes/files/), although it is the first version for 64 bits and it could have some problems (http://mail.python.org/pipermail/python-announce-list/2007-May/005852.html). Let me know! |
|
From: +NCR/CRC! [ReVeRsEr] <nah...@gm...> - 2009-10-08 12:29:26
|
btw, i'm testing pypeelf in Windows 7 Ultimate RTM x64. If we install Python + wxPython + pefile + extra modules (x86 version) everything works fine (i think) but i have a problem to run it in x64 native because Python wxPython x64 does not recognize the Python x64 installation, besides, it seems that ctypes it has not x64 native version (fuck!) (am i right matias?). On Thu, Oct 8, 2009 at 9:19 AM, +NCR/CRC! [ReVeRsEr] <nah...@gm...>wrote: > > > On Wed, Oct 7, 2009 at 9:41 PM, Gunther <dev...@gm...> wrote: > >> I have the old Macbook and Macbook pro. Send it to me and I'll test it >> later. >> >> > Great!, i would like to know if it runs there. You can do a svn-checkout > from trunk and run it from there. > > >> Could we implement sigcheck into it? >> >> a signature check? where? i didn't understand the question, sorry. > > -- +NCR/CRC! [ReVeRsEr] // CracksLatinoS! 2003 - 2009 http://crackinglandia.blogspot.com http://twitter.com/crackinglandia http://www.reversinglabs.com.ar/blog http://www.reversinglabs.com.ar/ncr |
|
From: +NCR/CRC! [ReVeRsEr] <nah...@gm...> - 2009-10-08 12:21:22
|
On Wed, Oct 7, 2009 at 9:41 PM, Gunther <dev...@gm...> wrote: > I have the old Macbook and Macbook pro. Send it to me and I'll test it > later. > > Great!, i would like to know if it runs there. You can do a svn-checkout from trunk and run it from there. > Could we implement sigcheck into it? > > a signature check? where? i didn't understand the question, sorry. |
|
From: Gunther <dev...@gm...> - 2009-10-08 00:42:03
|
I have the old Macbook and Macbook pro. Send it to me and I'll test it later.
Could we implement sigcheck into it?
On Thursday, October 8, 2009, +NCR/CRC! [ReVeRsEr] <nah...@gm...> wrote:
> who has a mac to test if PyPEELF runs in it?
>
> On Wed, Sep 30, 2009 at 11:28 AM, +NCR/CRC! [ReVeRsEr] <nah...@gm... <javascript:_e({}, 'cvml', 'nah...@gm...');>> wrote:
> no hurry!
>
> On Wed, Sep 30, 2009 at 10:23 AM, Matias Bordese <mbo...@gm... <javascript:_e({}, 'cvml', 'mbo...@gm...');>> wrote:
>
>> #1 implement a task running viewer for Windows and Linux platforms
>> #6 add ELF support to pypeelf
>> #22 add some details to tasks UI
>> #27 develop a resource viewer/editor to x86 and IA64 binary files
>> #29 develop a split section functionallity
>> #30 add a PE Rebuilder to pypeelf
>>
>> That tickets represents the basic things a peditor should be include.
>>
>> Any suggestion? complains? regrets hahaha?
>
> I think it is ok (and that I should work! hehe)
> Great!
>
> ------------------------------------------------------------------------------
> Come build with us! The BlackBerry® Developer Conference in SF, CA
> is the only developer event you need to attend this year. Jumpstart your
> developing skills, take BlackBerry mobile applications to market and stay
> ahead of the curve. Join us from November 9-12, 2009. Register now!
> http://p.sf.net/sfu/devconf
> _______________________________________________
> Pypeelf-users mailing list
> Pyp...@li...
> https://lists.sourceforge.net/lists/listinfo/pypeelf-users
>
>
> --
> +NCR/CRC! [ReVeRsEr] // CracksLatinoS! 2003 - 2009
>
> http://crackinglandia.blogspot.com
> http://twitter.com/crackinglandia
> http://www.reversinglabs.com.ar/blog
> http://www.reversinglabs.com.ar/ncr
>
>
> --
> +NCR/CRC! [ReVeRsEr] // CracksLatinoS! 2003 - 2009
>
> http://crackinglandia.blogspot.com
> http://twitter.com/crackinglandia
> http://www.reversinglabs.com.ar/blog
> http://www.reversinglabs.com.ar/ncr
>
|
|
From: +NCR/CRC! [ReVeRsEr] <nah...@gm...> - 2009-10-07 23:03:52
|
who has a mac to test if PyPEELF runs in it? On Wed, Sep 30, 2009 at 11:28 AM, +NCR/CRC! [ReVeRsEr] <nah...@gm... > wrote: > no hurry! > > > On Wed, Sep 30, 2009 at 10:23 AM, Matias Bordese <mbo...@gm...>wrote: > >> > #1 implement a task running viewer for Windows and Linux platforms >> > #6 add ELF support to pypeelf >> > #22 add some details to tasks UI >> > #27 develop a resource viewer/editor to x86 and IA64 binary files >> > #29 develop a split section functionallity >> > #30 add a PE Rebuilder to pypeelf >> > >> > That tickets represents the basic things a peditor should be include. >> > >> > Any suggestion? complains? regrets hahaha? >> >> I think it is ok (and that I should work! hehe) >> Great! >> >> >> ------------------------------------------------------------------------------ >> Come build with us! The BlackBerry® Developer Conference in SF, CA >> is the only developer event you need to attend this year. Jumpstart your >> developing skills, take BlackBerry mobile applications to market and stay >> ahead of the curve. Join us from November 9-12, 2009. Register >> now! >> http://p.sf.net/sfu/devconf >> _______________________________________________ >> Pypeelf-users mailing list >> Pyp...@li... >> https://lists.sourceforge.net/lists/listinfo/pypeelf-users >> > > > > -- > +NCR/CRC! [ReVeRsEr] // CracksLatinoS! 2003 - 2009 > > http://crackinglandia.blogspot.com > http://twitter.com/crackinglandia > http://www.reversinglabs.com.ar/blog > http://www.reversinglabs.com.ar/ncr > -- +NCR/CRC! [ReVeRsEr] // CracksLatinoS! 2003 - 2009 http://crackinglandia.blogspot.com http://twitter.com/crackinglandia http://www.reversinglabs.com.ar/blog http://www.reversinglabs.com.ar/ncr |
|
From: +NCR/CRC! [ReVeRsEr] <nah...@gm...> - 2009-10-07 22:19:40
|
i'll add the lib you did in trunk, we can improve it or replace it later, this is just to continue our work with something done in the linux side. On Wed, Oct 7, 2009 at 6:26 PM, +NCR/CRC! [ReVeRsEr] <nah...@gm...>wrote: > Hi Gunther!, > > i've tested your lib with another elf binaries and i got the same error > when it parse the program header. > > I can send you the binaries if you want. > > CU!. > > > On Tue, Sep 29, 2009 at 9:20 PM, +NCR/CRC! [ReVeRsEr] < > nah...@gm...> wrote: > >> hi again!, >> >> in branches/personal/jacobsoo you can commit the work you are doing, then >> we will put it in trunk. >> >> >> On Tue, Sep 29, 2009 at 8:14 PM, +NCR/CRC! [ReVeRsEr] < >> nah...@gm...> wrote: >> >>> Hi Gunther!, >>> >>> I'm testing the lib and i get this error when it parse the program >>> header: >>> >>> Traceback (most recent call last): >>> File "readELF_final.py", line 696, in <module> >>> elfStruct.ParseProgramHeader() >>> File "readELF_final.py", line 416, in ParseProgramHeader >>> ProgramHeaderType = PROGRAMHEADERTYPE[ProgramHeaderTypeTemp] >>> KeyError: 1685382482 >>> >>> I just test it with /bin/sh. >>> >>> >>> On Tue, Sep 29, 2009 at 11:32 AM, +NCR/CRC! [ReVeRsEr] < >>> nah...@gm...> wrote: >>> >>>> Hey!!! Great Gunther!. I'll try later when i get home!. >>>> >>>> Just a question, this class allow to write data to the ELF? i mean, can >>>> we modify a field in the ELF binary and the save it to disc?. >>>> >>>> Great work!. >>>> >>>> On Tue, Sep 29, 2009 at 5:08 AM, Gunther <dev...@gm...>wrote: >>>> >>>>> Can someone help me check that everything is alright for this piece of >>>>> code and then we implement it on PyPEELF >>>>> >>>>> Thanks & Regards >>>>> Gunther >>>>> >>>>> >>>>> ------------------------------------------------------------------------------ >>>>> Come build with us! The BlackBerry® Developer Conference in SF, CA >>>>> is the only developer event you need to attend this year. Jumpstart >>>>> your >>>>> developing skills, take BlackBerry mobile applications to market and >>>>> stay >>>>> ahead of the curve. Join us from November 9-12, 2009. Register >>>>> now! >>>>> http://p.sf.net/sfu/devconf >>>>> _______________________________________________ >>>>> Pypeelf-users mailing list >>>>> Pyp...@li... >>>>> https://lists.sourceforge.net/lists/listinfo/pypeelf-users >>>>> >>>>> >>>> >>>> >>>> -- >>>> +NCR/CRC! [ReVeRsEr] // CracksLatinoS! 2003 - 2009 >>>> >>>> http://crackinglandia.blogspot.com >>>> http://twitter.com/crackinglandia >>>> http://www.reversinglabs.com.ar/blog >>>> http://www.reversinglabs.com.ar/ncr >>>> >>> >>> >>> >>> -- >>> +NCR/CRC! [ReVeRsEr] // CracksLatinoS! 2003 - 2009 >>> >>> http://crackinglandia.blogspot.com >>> http://twitter.com/crackinglandia >>> http://www.reversinglabs.com.ar/blog >>> http://www.reversinglabs.com.ar/ncr >>> >> >> >> >> -- >> +NCR/CRC! [ReVeRsEr] // CracksLatinoS! 2003 - 2009 >> >> http://crackinglandia.blogspot.com >> http://twitter.com/crackinglandia >> http://www.reversinglabs.com.ar/blog >> http://www.reversinglabs.com.ar/ncr >> > > > > -- > +NCR/CRC! [ReVeRsEr] // CracksLatinoS! 2003 - 2009 > > http://crackinglandia.blogspot.com > http://twitter.com/crackinglandia > http://www.reversinglabs.com.ar/blog > http://www.reversinglabs.com.ar/ncr > -- +NCR/CRC! [ReVeRsEr] // CracksLatinoS! 2003 - 2009 http://crackinglandia.blogspot.com http://twitter.com/crackinglandia http://www.reversinglabs.com.ar/blog http://www.reversinglabs.com.ar/ncr |
|
From: +NCR/CRC! [ReVeRsEr] <nah...@gm...> - 2009-10-07 21:26:53
|
Hi Gunther!, i've tested your lib with another elf binaries and i got the same error when it parse the program header. I can send you the binaries if you want. CU!. On Tue, Sep 29, 2009 at 9:20 PM, +NCR/CRC! [ReVeRsEr] <nah...@gm...>wrote: > hi again!, > > in branches/personal/jacobsoo you can commit the work you are doing, then > we will put it in trunk. > > > On Tue, Sep 29, 2009 at 8:14 PM, +NCR/CRC! [ReVeRsEr] < > nah...@gm...> wrote: > >> Hi Gunther!, >> >> I'm testing the lib and i get this error when it parse the program header: >> >> Traceback (most recent call last): >> File "readELF_final.py", line 696, in <module> >> elfStruct.ParseProgramHeader() >> File "readELF_final.py", line 416, in ParseProgramHeader >> ProgramHeaderType = PROGRAMHEADERTYPE[ProgramHeaderTypeTemp] >> KeyError: 1685382482 >> >> I just test it with /bin/sh. >> >> >> On Tue, Sep 29, 2009 at 11:32 AM, +NCR/CRC! [ReVeRsEr] < >> nah...@gm...> wrote: >> >>> Hey!!! Great Gunther!. I'll try later when i get home!. >>> >>> Just a question, this class allow to write data to the ELF? i mean, can >>> we modify a field in the ELF binary and the save it to disc?. >>> >>> Great work!. >>> >>> On Tue, Sep 29, 2009 at 5:08 AM, Gunther <dev...@gm...> wrote: >>> >>>> Can someone help me check that everything is alright for this piece of >>>> code and then we implement it on PyPEELF >>>> >>>> Thanks & Regards >>>> Gunther >>>> >>>> >>>> ------------------------------------------------------------------------------ >>>> Come build with us! The BlackBerry® Developer Conference in SF, CA >>>> is the only developer event you need to attend this year. Jumpstart your >>>> developing skills, take BlackBerry mobile applications to market and >>>> stay >>>> ahead of the curve. Join us from November 9-12, 2009. Register >>>> now! >>>> http://p.sf.net/sfu/devconf >>>> _______________________________________________ >>>> Pypeelf-users mailing list >>>> Pyp...@li... >>>> https://lists.sourceforge.net/lists/listinfo/pypeelf-users >>>> >>>> >>> >>> >>> -- >>> +NCR/CRC! [ReVeRsEr] // CracksLatinoS! 2003 - 2009 >>> >>> http://crackinglandia.blogspot.com >>> http://twitter.com/crackinglandia >>> http://www.reversinglabs.com.ar/blog >>> http://www.reversinglabs.com.ar/ncr >>> >> >> >> >> -- >> +NCR/CRC! [ReVeRsEr] // CracksLatinoS! 2003 - 2009 >> >> http://crackinglandia.blogspot.com >> http://twitter.com/crackinglandia >> http://www.reversinglabs.com.ar/blog >> http://www.reversinglabs.com.ar/ncr >> > > > > -- > +NCR/CRC! [ReVeRsEr] // CracksLatinoS! 2003 - 2009 > > http://crackinglandia.blogspot.com > http://twitter.com/crackinglandia > http://www.reversinglabs.com.ar/blog > http://www.reversinglabs.com.ar/ncr > -- +NCR/CRC! [ReVeRsEr] // CracksLatinoS! 2003 - 2009 http://crackinglandia.blogspot.com http://twitter.com/crackinglandia http://www.reversinglabs.com.ar/blog http://www.reversinglabs.com.ar/ncr |
|
From: +NCR/CRC! [ReVeRsEr] <nah...@gm...> - 2009-09-30 14:28:57
|
no hurry! On Wed, Sep 30, 2009 at 10:23 AM, Matias Bordese <mbo...@gm...> wrote: > > #1 implement a task running viewer for Windows and Linux platforms > > #6 add ELF support to pypeelf > > #22 add some details to tasks UI > > #27 develop a resource viewer/editor to x86 and IA64 binary files > > #29 develop a split section functionallity > > #30 add a PE Rebuilder to pypeelf > > > > That tickets represents the basic things a peditor should be include. > > > > Any suggestion? complains? regrets hahaha? > > I think it is ok (and that I should work! hehe) > Great! > > > ------------------------------------------------------------------------------ > Come build with us! The BlackBerry® Developer Conference in SF, CA > is the only developer event you need to attend this year. Jumpstart your > developing skills, take BlackBerry mobile applications to market and stay > ahead of the curve. Join us from November 9-12, 2009. Register now! > http://p.sf.net/sfu/devconf > _______________________________________________ > Pypeelf-users mailing list > Pyp...@li... > https://lists.sourceforge.net/lists/listinfo/pypeelf-users > -- +NCR/CRC! [ReVeRsEr] // CracksLatinoS! 2003 - 2009 http://crackinglandia.blogspot.com http://twitter.com/crackinglandia http://www.reversinglabs.com.ar/blog http://www.reversinglabs.com.ar/ncr |
|
From: Matias B. <mbo...@gm...> - 2009-09-30 13:23:17
|
> #1 implement a task running viewer for Windows and Linux platforms > #6 add ELF support to pypeelf > #22 add some details to tasks UI > #27 develop a resource viewer/editor to x86 and IA64 binary files > #29 develop a split section functionallity > #30 add a PE Rebuilder to pypeelf > > That tickets represents the basic things a peditor should be include. > > Any suggestion? complains? regrets hahaha? I think it is ok (and that I should work! hehe) Great! |
|
From: +NCR/CRC! [ReVeRsEr] <nah...@gm...> - 2009-09-30 02:24:46
|
no problem Gunther! On Tue, Sep 29, 2009 at 11:21 PM, Gunther <dev...@gm...> wrote: > Nope, all the features that you mentioned are fine with me.I'll try to get > back to you on the ELF. sorry about that. > > On Wed, Sep 30, 2009 at 9:03 AM, +NCR/CRC! [ReVeRsEr] < > nah...@gm...> wrote: > >> Hi!, >> >> well, i think this tickets should be closed before teh first release in >> order to ship a nice first version of the tool: >> >> #1 <https://sourceforge.net/apps/trac/pypeelf/ticket/1> implement a task >> running viewer for Windows and Linux platforms<https://sourceforge.net/apps/trac/pypeelf/ticket/1> >> #6 <https://sourceforge.net/apps/trac/pypeelf/ticket/6> add ELF support >> to pypeelf <https://sourceforge.net/apps/trac/pypeelf/ticket/6> >> #22 <https://sourceforge.net/apps/trac/pypeelf/ticket/22> add some >> details to tasks UI <https://sourceforge.net/apps/trac/pypeelf/ticket/22> >> #27 <https://sourceforge.net/apps/trac/pypeelf/ticket/27> develop a >> resource viewer/editor to x86 and IA64 binary files<https://sourceforge.net/apps/trac/pypeelf/ticket/27> >> #29 <https://sourceforge.net/apps/trac/pypeelf/ticket/29> develop a split >> section functionallity<https://sourceforge.net/apps/trac/pypeelf/ticket/29> >> #30 <https://sourceforge.net/apps/trac/pypeelf/ticket/30> add a PE >> Rebuilder to pypeelf<https://sourceforge.net/apps/trac/pypeelf/ticket/30> >> >> That tickets represents the basic things a peditor should be include. >> >> Any suggestion? complains? regrets hahaha? >> >> >> On Tue, Sep 29, 2009 at 2:55 PM, +NCR/CRC! [ReVeRsEr] < >> nah...@gm...> wrote: >> >>> Hi All!, >>> >>> I have a lot of ideas in my head to make other tools for PyPEELF and many >>> things i would like to include in the first release, but, i think we need to >>> clarify the features we will include in the first release. Later, i will >>> send you a list of the features and tickets we need to get ready for the >>> first release, and if you agree then, the rest of things will be for the >>> second one. >>> >>> I'm opening to suggestions and ideas about what and what not should be >>> include!. >>> >>> See you in a while!. >>> >>> -- >>> +NCR/CRC! [ReVeRsEr] // CracksLatinoS! 2003 - 2009 >>> >>> http://crackinglandia.blogspot.com >>> http://twitter.com/crackinglandia >>> http://www.reversinglabs.com.ar/blog >>> http://www.reversinglabs.com.ar/ncr >>> >> >> >> >> -- >> +NCR/CRC! [ReVeRsEr] // CracksLatinoS! 2003 - 2009 >> >> http://crackinglandia.blogspot.com >> http://twitter.com/crackinglandia >> http://www.reversinglabs.com.ar/blog >> http://www.reversinglabs.com.ar/ncr >> >> >> ------------------------------------------------------------------------------ >> Come build with us! The BlackBerry® Developer Conference in SF, CA >> is the only developer event you need to attend this year. Jumpstart your >> developing skills, take BlackBerry mobile applications to market and stay >> ahead of the curve. Join us from November 9-12, 2009. Register >> now! >> http://p.sf.net/sfu/devconf >> _______________________________________________ >> Pypeelf-users mailing list >> Pyp...@li... >> https://lists.sourceforge.net/lists/listinfo/pypeelf-users >> >> > > > ------------------------------------------------------------------------------ > Come build with us! The BlackBerry® Developer Conference in SF, CA > is the only developer event you need to attend this year. Jumpstart your > developing skills, take BlackBerry mobile applications to market and stay > ahead of the curve. Join us from November 9-12, 2009. Register now! > http://p.sf.net/sfu/devconf > _______________________________________________ > Pypeelf-users mailing list > Pyp...@li... > https://lists.sourceforge.net/lists/listinfo/pypeelf-users > > -- +NCR/CRC! [ReVeRsEr] // CracksLatinoS! 2003 - 2009 http://crackinglandia.blogspot.com http://twitter.com/crackinglandia http://www.reversinglabs.com.ar/blog http://www.reversinglabs.com.ar/ncr |
|
From: Gunther <dev...@gm...> - 2009-09-30 02:22:03
|
Nope, all the features that you mentioned are fine with me.I'll try to get back to you on the ELF. sorry about that. On Wed, Sep 30, 2009 at 9:03 AM, +NCR/CRC! [ReVeRsEr] <nah...@gm...>wrote: > Hi!, > > well, i think this tickets should be closed before teh first release in > order to ship a nice first version of the tool: > > #1 <https://sourceforge.net/apps/trac/pypeelf/ticket/1> implement a task > running viewer for Windows and Linux platforms<https://sourceforge.net/apps/trac/pypeelf/ticket/1> > #6 <https://sourceforge.net/apps/trac/pypeelf/ticket/6> add ELF support to > pypeelf <https://sourceforge.net/apps/trac/pypeelf/ticket/6> > #22 <https://sourceforge.net/apps/trac/pypeelf/ticket/22> add some details > to tasks UI <https://sourceforge.net/apps/trac/pypeelf/ticket/22> > #27 <https://sourceforge.net/apps/trac/pypeelf/ticket/27> develop a > resource viewer/editor to x86 and IA64 binary files<https://sourceforge.net/apps/trac/pypeelf/ticket/27> > #29 <https://sourceforge.net/apps/trac/pypeelf/ticket/29> develop a split > section functionallity<https://sourceforge.net/apps/trac/pypeelf/ticket/29> > #30 <https://sourceforge.net/apps/trac/pypeelf/ticket/30> add a PE > Rebuilder to pypeelf <https://sourceforge.net/apps/trac/pypeelf/ticket/30> > > That tickets represents the basic things a peditor should be include. > > Any suggestion? complains? regrets hahaha? > > > On Tue, Sep 29, 2009 at 2:55 PM, +NCR/CRC! [ReVeRsEr] < > nah...@gm...> wrote: > >> Hi All!, >> >> I have a lot of ideas in my head to make other tools for PyPEELF and many >> things i would like to include in the first release, but, i think we need to >> clarify the features we will include in the first release. Later, i will >> send you a list of the features and tickets we need to get ready for the >> first release, and if you agree then, the rest of things will be for the >> second one. >> >> I'm opening to suggestions and ideas about what and what not should be >> include!. >> >> See you in a while!. >> >> -- >> +NCR/CRC! [ReVeRsEr] // CracksLatinoS! 2003 - 2009 >> >> http://crackinglandia.blogspot.com >> http://twitter.com/crackinglandia >> http://www.reversinglabs.com.ar/blog >> http://www.reversinglabs.com.ar/ncr >> > > > > -- > +NCR/CRC! [ReVeRsEr] // CracksLatinoS! 2003 - 2009 > > http://crackinglandia.blogspot.com > http://twitter.com/crackinglandia > http://www.reversinglabs.com.ar/blog > http://www.reversinglabs.com.ar/ncr > > > ------------------------------------------------------------------------------ > Come build with us! The BlackBerry® Developer Conference in SF, CA > is the only developer event you need to attend this year. Jumpstart your > developing skills, take BlackBerry mobile applications to market and stay > ahead of the curve. Join us from November 9-12, 2009. Register now! > http://p.sf.net/sfu/devconf > _______________________________________________ > Pypeelf-users mailing list > Pyp...@li... > https://lists.sourceforge.net/lists/listinfo/pypeelf-users > > |
|
From: +NCR/CRC! [ReVeRsEr] <nah...@gm...> - 2009-09-30 01:03:40
|
Hi!, well, i think this tickets should be closed before teh first release in order to ship a nice first version of the tool: #1 <https://sourceforge.net/apps/trac/pypeelf/ticket/1> implement a task running viewer for Windows and Linux platforms<https://sourceforge.net/apps/trac/pypeelf/ticket/1> #6 <https://sourceforge.net/apps/trac/pypeelf/ticket/6> add ELF support to pypeelf <https://sourceforge.net/apps/trac/pypeelf/ticket/6> #22 <https://sourceforge.net/apps/trac/pypeelf/ticket/22> add some details to tasks UI <https://sourceforge.net/apps/trac/pypeelf/ticket/22> #27 <https://sourceforge.net/apps/trac/pypeelf/ticket/27> develop a resource viewer/editor to x86 and IA64 binary files<https://sourceforge.net/apps/trac/pypeelf/ticket/27> #29 <https://sourceforge.net/apps/trac/pypeelf/ticket/29> develop a split section functionallity <https://sourceforge.net/apps/trac/pypeelf/ticket/29> #30 <https://sourceforge.net/apps/trac/pypeelf/ticket/30> add a PE Rebuilder to pypeelf <https://sourceforge.net/apps/trac/pypeelf/ticket/30> That tickets represents the basic things a peditor should be include. Any suggestion? complains? regrets hahaha? On Tue, Sep 29, 2009 at 2:55 PM, +NCR/CRC! [ReVeRsEr] <nah...@gm...>wrote: > Hi All!, > > I have a lot of ideas in my head to make other tools for PyPEELF and many > things i would like to include in the first release, but, i think we need to > clarify the features we will include in the first release. Later, i will > send you a list of the features and tickets we need to get ready for the > first release, and if you agree then, the rest of things will be for the > second one. > > I'm opening to suggestions and ideas about what and what not should be > include!. > > See you in a while!. > > -- > +NCR/CRC! [ReVeRsEr] // CracksLatinoS! 2003 - 2009 > > http://crackinglandia.blogspot.com > http://twitter.com/crackinglandia > http://www.reversinglabs.com.ar/blog > http://www.reversinglabs.com.ar/ncr > -- +NCR/CRC! [ReVeRsEr] // CracksLatinoS! 2003 - 2009 http://crackinglandia.blogspot.com http://twitter.com/crackinglandia http://www.reversinglabs.com.ar/blog http://www.reversinglabs.com.ar/ncr |
|
From: +NCR/CRC! [ReVeRsEr] <nah...@gm...> - 2009-09-30 00:44:51
|
hi again!, in branches/personal/jacobsoo you can commit the work you are doing, then we will put it in trunk. On Tue, Sep 29, 2009 at 8:14 PM, +NCR/CRC! [ReVeRsEr] <nah...@gm...>wrote: > Hi Gunther!, > > I'm testing the lib and i get this error when it parse the program header: > > Traceback (most recent call last): > File "readELF_final.py", line 696, in <module> > elfStruct.ParseProgramHeader() > File "readELF_final.py", line 416, in ParseProgramHeader > ProgramHeaderType = PROGRAMHEADERTYPE[ProgramHeaderTypeTemp] > KeyError: 1685382482 > > I just test it with /bin/sh. > > > On Tue, Sep 29, 2009 at 11:32 AM, +NCR/CRC! [ReVeRsEr] < > nah...@gm...> wrote: > >> Hey!!! Great Gunther!. I'll try later when i get home!. >> >> Just a question, this class allow to write data to the ELF? i mean, can we >> modify a field in the ELF binary and the save it to disc?. >> >> Great work!. >> >> On Tue, Sep 29, 2009 at 5:08 AM, Gunther <dev...@gm...> wrote: >> >>> Can someone help me check that everything is alright for this piece of >>> code and then we implement it on PyPEELF >>> >>> Thanks & Regards >>> Gunther >>> >>> >>> ------------------------------------------------------------------------------ >>> Come build with us! The BlackBerry® Developer Conference in SF, CA >>> is the only developer event you need to attend this year. Jumpstart your >>> developing skills, take BlackBerry mobile applications to market and stay >>> ahead of the curve. Join us from November 9-12, 2009. Register >>> now! >>> http://p.sf.net/sfu/devconf >>> _______________________________________________ >>> Pypeelf-users mailing list >>> Pyp...@li... >>> https://lists.sourceforge.net/lists/listinfo/pypeelf-users >>> >>> >> >> >> -- >> +NCR/CRC! [ReVeRsEr] // CracksLatinoS! 2003 - 2009 >> >> http://crackinglandia.blogspot.com >> http://twitter.com/crackinglandia >> http://www.reversinglabs.com.ar/blog >> http://www.reversinglabs.com.ar/ncr >> > > > > -- > +NCR/CRC! [ReVeRsEr] // CracksLatinoS! 2003 - 2009 > > http://crackinglandia.blogspot.com > http://twitter.com/crackinglandia > http://www.reversinglabs.com.ar/blog > http://www.reversinglabs.com.ar/ncr > -- +NCR/CRC! [ReVeRsEr] // CracksLatinoS! 2003 - 2009 http://crackinglandia.blogspot.com http://twitter.com/crackinglandia http://www.reversinglabs.com.ar/blog http://www.reversinglabs.com.ar/ncr |
|
From: +NCR/CRC! [ReVeRsEr] <nah...@gm...> - 2009-09-29 23:15:23
|
Hi Gunther!,
I'm testing the lib and i get this error when it parse the program header:
Traceback (most recent call last):
File "readELF_final.py", line 696, in <module>
elfStruct.ParseProgramHeader()
File "readELF_final.py", line 416, in ParseProgramHeader
ProgramHeaderType = PROGRAMHEADERTYPE[ProgramHeaderTypeTemp]
KeyError: 1685382482
I just test it with /bin/sh.
On Tue, Sep 29, 2009 at 11:32 AM, +NCR/CRC! [ReVeRsEr] <nah...@gm...
> wrote:
> Hey!!! Great Gunther!. I'll try later when i get home!.
>
> Just a question, this class allow to write data to the ELF? i mean, can we
> modify a field in the ELF binary and the save it to disc?.
>
> Great work!.
>
> On Tue, Sep 29, 2009 at 5:08 AM, Gunther <dev...@gm...> wrote:
>
>> Can someone help me check that everything is alright for this piece of
>> code and then we implement it on PyPEELF
>>
>> Thanks & Regards
>> Gunther
>>
>>
>> ------------------------------------------------------------------------------
>> Come build with us! The BlackBerry® Developer Conference in SF, CA
>> is the only developer event you need to attend this year. Jumpstart your
>> developing skills, take BlackBerry mobile applications to market and stay
>> ahead of the curve. Join us from November 9-12, 2009. Register
>> now!
>> http://p.sf.net/sfu/devconf
>> _______________________________________________
>> Pypeelf-users mailing list
>> Pyp...@li...
>> https://lists.sourceforge.net/lists/listinfo/pypeelf-users
>>
>>
>
>
> --
> +NCR/CRC! [ReVeRsEr] // CracksLatinoS! 2003 - 2009
>
> http://crackinglandia.blogspot.com
> http://twitter.com/crackinglandia
> http://www.reversinglabs.com.ar/blog
> http://www.reversinglabs.com.ar/ncr
>
--
+NCR/CRC! [ReVeRsEr] // CracksLatinoS! 2003 - 2009
http://crackinglandia.blogspot.com
http://twitter.com/crackinglandia
http://www.reversinglabs.com.ar/blog
http://www.reversinglabs.com.ar/ncr
|
|
From: +NCR/CRC! [ReVeRsEr] <nah...@gm...> - 2009-09-29 17:55:59
|
Hi All!, I have a lot of ideas in my head to make other tools for PyPEELF and many things i would like to include in the first release, but, i think we need to clarify the features we will include in the first release. Later, i will send you a list of the features and tickets we need to get ready for the first release, and if you agree then, the rest of things will be for the second one. I'm opening to suggestions and ideas about what and what not should be include!. See you in a while!. -- +NCR/CRC! [ReVeRsEr] // CracksLatinoS! 2003 - 2009 http://crackinglandia.blogspot.com http://twitter.com/crackinglandia http://www.reversinglabs.com.ar/blog http://www.reversinglabs.com.ar/ncr |
|
From: +NCR/CRC! [ReVeRsEr] <nah...@gm...> - 2009-09-29 14:34:18
|
Hey!!! Great Gunther!. I'll try later when i get home!. Just a question, this class allow to write data to the ELF? i mean, can we modify a field in the ELF binary and the save it to disc?. Great work!. On Tue, Sep 29, 2009 at 5:08 AM, Gunther <dev...@gm...> wrote: > Can someone help me check that everything is alright for this piece of code > and then we implement it on PyPEELF > > Thanks & Regards > Gunther > > > ------------------------------------------------------------------------------ > Come build with us! The BlackBerry® Developer Conference in SF, CA > is the only developer event you need to attend this year. Jumpstart your > developing skills, take BlackBerry mobile applications to market and stay > ahead of the curve. Join us from November 9-12, 2009. Register now! > http://p.sf.net/sfu/devconf > _______________________________________________ > Pypeelf-users mailing list > Pyp...@li... > https://lists.sourceforge.net/lists/listinfo/pypeelf-users > > -- +NCR/CRC! [ReVeRsEr] // CracksLatinoS! 2003 - 2009 http://crackinglandia.blogspot.com http://twitter.com/crackinglandia http://www.reversinglabs.com.ar/blog http://www.reversinglabs.com.ar/ncr |
|
From: +NCR/CRC! [ReVeRsEr] <nah...@gm...> - 2009-09-23 21:59:25
|
Hi! Check the wiki page, i just added some screenshots. We must update this images the day when we release the first version. Bytes!. On Wed, Sep 23, 2009 at 1:26 PM, +NCR/CRC! [ReVeRsEr] <nah...@gm...>wrote: > i will try to find out how we can redirect all the http request from > pypeelf sourceforge main page to our page in trac. > > > On Wed, Sep 23, 2009 at 1:23 PM, +NCR/CRC! [ReVeRsEr] < > nah...@gm...> wrote: > >> yes! of course, i will add it soon! >> >> thanks to all for the work you have done!! and the work you will do!!! >> it's great!!!! >> >> >> On Wed, Sep 23, 2009 at 1:21 PM, Matias Bordese <mbo...@gm...>wrote: >> >>> Let's also congratulate NCR who also added more information to the >>> others sections in the wiki home page! >>> Great Nahuel! I guess we could have the pypeelf logo and some >>> screenshots there too :D >>> >>> On Wed, Sep 23, 2009 at 1:12 PM, Mauro Olea <mau...@gm...> wrote: >>> > Yes!!! Good Job Matias! >>> > >>> > >>> > >>> > 2009/9/23 Matias Bordese <mbo...@gm...> >>> >> >>> >> Great, thanks Gunther! >>> >> >>> >> On Wed, Sep 23, 2009 at 11:25 AM, Gunther <dev...@gm...> >>> wrote: >>> >> > Good Job Matias. I like the way that you phrase everything. :) >>> >> > >>> >> > On Wed, Sep 23, 2009 at 7:38 AM, +NCR/CRC! [ReVeRsEr] >>> >> > <nah...@gm...> >>> >> > wrote: >>> >> >> >>> >> >> hahahaha ok! >>> >> >> >>> >> >> Nice work!!! Today, you are on fire! >>> >> >> >>> >> >> On Tue, Sep 22, 2009 at 8:16 PM, Matias Bordese < >>> mbo...@gm...> >>> >> >> wrote: >>> >> >>> >>> >> >>> > will you do update the description at trac?. Great!. >>> >> >>> >>> >> >>> Sure! >>> >> >>> (but just because I noticed I forgot to close the ticket with the >>> >> >>> revision number :P) >>> >> >>> >>> >> >>> >>> >> >>> >>> >> >>> >>> ------------------------------------------------------------------------------ >>> >> >>> Come build with us! The BlackBerry® Developer Conference in >>> SF, CA >>> >> >>> is the only developer event you need to attend this year. >>> Jumpstart >>> >> >>> your >>> >> >>> developing skills, take BlackBerry mobile applications to market >>> and >>> >> >>> stay >>> >> >>> ahead of the curve. Join us from November 9-12, 2009. Register >>> >> >>> now! >>> >> >>> http://p.sf.net/sfu/devconf >>> >> >>> _______________________________________________ >>> >> >>> Pypeelf-users mailing list >>> >> >>> Pyp...@li... >>> >> >>> https://lists.sourceforge.net/lists/listinfo/pypeelf-users >>> >> >> >>> >> >> >>> >> >> >>> >> >> -- >>> >> >> +NCR/CRC! [ReVeRsEr] // CracksLatinoS! 2003 - 2009 >>> >> >> >>> >> >> http://crackinglandia.blogspot.com >>> >> >> http://twitter.com/crackinglandia >>> >> >> http://www.reversinglabs.com.ar/blog >>> >> >> http://www.reversinglabs.com.ar/ncr >>> >> >> >>> >> >> >>> >> >> >>> >> >> >>> ------------------------------------------------------------------------------ >>> >> >> Come build with us! The BlackBerry® Developer Conference in SF, >>> CA >>> >> >> is the only developer event you need to attend this year. Jumpstart >>> >> >> your >>> >> >> developing skills, take BlackBerry mobile applications to market >>> and >>> >> >> stay >>> >> >> ahead of the curve. Join us from November 9-12, 2009. Register >>> >> >> now! >>> >> >> http://p.sf.net/sfu/devconf >>> >> >> _______________________________________________ >>> >> >> Pypeelf-users mailing list >>> >> >> Pyp...@li... >>> >> >> https://lists.sourceforge.net/lists/listinfo/pypeelf-users >>> >> >> >>> >> > >>> >> > >>> >> > >>> >> > >>> ------------------------------------------------------------------------------ >>> >> > Come build with us! The BlackBerry® Developer Conference in SF, >>> CA >>> >> > is the only developer event you need to attend this year. Jumpstart >>> your >>> >> > developing skills, take BlackBerry mobile applications to market and >>> >> > stay >>> >> > ahead of the curve. Join us from November 9-12, 2009. Register >>> >> > now! >>> >> > http://p.sf.net/sfu/devconf >>> >> > _______________________________________________ >>> >> > Pypeelf-users mailing list >>> >> > Pyp...@li... >>> >> > https://lists.sourceforge.net/lists/listinfo/pypeelf-users >>> >> > >>> >> > >>> >> >>> >> >>> >> >>> ------------------------------------------------------------------------------ >>> >> Come build with us! The BlackBerry® Developer Conference in SF, CA >>> >> is the only developer event you need to attend this year. Jumpstart >>> your >>> >> developing skills, take BlackBerry mobile applications to market and >>> stay >>> >> ahead of the curve. Join us from November 9-12, 2009. Register >>> >> now! >>> >> http://p.sf.net/sfu/devconf >>> >> _______________________________________________ >>> >> Pypeelf-users mailing list >>> >> Pyp...@li... >>> >> https://lists.sourceforge.net/lists/listinfo/pypeelf-users >>> > >>> > >>> > >>> ------------------------------------------------------------------------------ >>> > Come build with us! The BlackBerry® Developer Conference in SF, CA >>> > is the only developer event you need to attend this year. Jumpstart >>> your >>> > developing skills, take BlackBerry mobile applications to market and >>> stay >>> > ahead of the curve. Join us from November 9-12, 2009. Register >>> now! >>> > http://p.sf.net/sfu/devconf >>> > _______________________________________________ >>> > Pypeelf-users mailing list >>> > Pyp...@li... >>> > https://lists.sourceforge.net/lists/listinfo/pypeelf-users >>> > >>> > >>> >>> >>> ------------------------------------------------------------------------------ >>> Come build with us! The BlackBerry® Developer Conference in SF, CA >>> is the only developer event you need to attend this year. Jumpstart your >>> developing skills, take BlackBerry mobile applications to market and stay >>> ahead of the curve. Join us from November 9-12, 2009. Register >>> now! >>> http://p.sf.net/sfu/devconf >>> _______________________________________________ >>> Pypeelf-users mailing list >>> Pyp...@li... >>> https://lists.sourceforge.net/lists/listinfo/pypeelf-users >>> >> >> >> >> -- >> +NCR/CRC! [ReVeRsEr] // CracksLatinoS! 2003 - 2009 >> >> http://crackinglandia.blogspot.com >> http://twitter.com/crackinglandia >> http://www.reversinglabs.com.ar/blog >> http://www.reversinglabs.com.ar/ncr >> > > > > -- > +NCR/CRC! [ReVeRsEr] // CracksLatinoS! 2003 - 2009 > > http://crackinglandia.blogspot.com > http://twitter.com/crackinglandia > http://www.reversinglabs.com.ar/blog > http://www.reversinglabs.com.ar/ncr > -- +NCR/CRC! [ReVeRsEr] // CracksLatinoS! 2003 - 2009 http://crackinglandia.blogspot.com http://twitter.com/crackinglandia http://www.reversinglabs.com.ar/blog http://www.reversinglabs.com.ar/ncr |
|
From: +NCR/CRC! [ReVeRsEr] <nah...@gm...> - 2009-09-23 16:51:30
|
Hi!, Gunther told me about some other libs i didn't know to manage the ELF format: http://cgi.cs.indiana.edu/~bhimebau/trac/trac.cgi/browser/analog/bootloader/trunk/python/elf.py?rev=369 http://pypi.python.org/pypi/macholib/ http://pypi.python.org/pypi/elflib/0.1.0 Thanks gunther!. -- +NCR/CRC! [ReVeRsEr] // CracksLatinoS! 2003 - 2009 http://crackinglandia.blogspot.com http://twitter.com/crackinglandia http://www.reversinglabs.com.ar/blog http://www.reversinglabs.com.ar/ncr |