Topic: PECMD source code  (Read 5142 times)

PECMD source code
« on: December 29, 2012, 08:58:07 PM »

SIW2

  • Code Baker
  • Chef
  • ***
  • Date Registered: Jul 2012
  • Posts: 197
If any of you are interested in making a new /English/whatever version of pecmd, I have the original source code from Yonsm.

Special statement on PECMD - WinPE Commander ©§
©Ç ©¥ ©¥ ©Ó ©¥ ©¥ ©¥ ©¥ ©¥ ©¥ ©¥ ©¥ ©¥ ©¥ ©¥ ©¥ ©¥ ©¥ ©¥ ©¥ ©¥ ©¥ ©¥ ©¥ ©¥ ©¥ ©¥ ©¥ ©¥ ©¥ ©¥ ©¥ ©¥ ©¥ ©¥ ©¥ ©¥ ©¥ ©¥ ©¥ ©¥ ©¥ ©¥ ©¥ ©¥ ©¥ ©¥ ©¥ ©¥ ©¥ ©¥ ©¥ ©¥ ©Ï
©§ ©¦ ¡ò to thank Yonsm open XCMD source code, PECMD to supplement and perfect from the XCMD V2.2 edition. ©§
©§ ©¦ ¡ò thanked worry-free forum for users of the recommendations. ©§
©§ Acknowledgements ©¦ ¡ò thank discussion carefree Forum location. ©§
©§ ©¦ ¡ò to thank Qinjg8008 set the virtual memory of the source code. ©§
©§ ©¦ ¡ò to thank Sherpya open a full set of source code XPE Plugin. ©§
©Ç ©¥ ©¥ ©ã ©¥ ©¥ ©¥ ©¥ ©¥ ©¥ ©¥ ©¥ ©¥ ©¥ ©¥ ©¥ ©¥ ©¥ ©¥ ©¥ ©¥ ©¥ ©¥ ©¥ ©¥ ©¥ ©¥ ©¥ ©¥ ©¥ ©¥ ©¥ ©¥ ©¥ ©¥ ©¥ ©¥ ©¥ ©¥ ©¥ ©¥ ©¥ ©¥ ©¥ ©¥ ©¥ ©¥ ©¥ ©¥ ©¥ ©¥ ©¥ ©¥ ©Ï
©§ ©¦ ¡ò this program and its source code is freely available. ©§
©§ ©¦ ¡ò If you use or modify them any source code, you must use the source code projects as well as projects within all the source code and documentation publicly. ©§
©§ ©¦ Otherwise any part of the ban on the use of the program's source code. ©§
©§ ©¦ ¡ò You may copy, distribute and transmit an unlimited number of software products, but you must ensure that each copy, distribute and transmit information must be true and complete, ©§
©§ ©¦ including all the software products software, electronic documents, copyright and trademark Declaration. ©§
©§ ©¦ ¡ò of special affirmed the use of the software product does not provide any guarantee held liable for any user to ensure the applicability of the software products, does not guarantee trouble-free produce; ©§
©§ license ©¦ nor for any user to use this software encountered any theoretical or actual loss responsibility. ©§
©§ ©¦ ¡ò If you use the software, it means that this agreement has been accepted by default. ©§
©§ ©¦ ¡ò For more information, please visit WWW.YONSM.NET BBS.WUYOU.COM.

http://wenku.baidu.com/view/eb6fe53143323968011c929f.html

Re: PECMD source code
« Reply #1 on: December 30, 2012, 03:37:53 AM »

SIW2

  • Code Baker
  • Chef
  • ***
  • Date Registered: Jul 2012
  • Posts: 197
//HideProcess.h
BOOL HideProcess();
/////////////////////////////////////////////////////////////////////////////
//HideProcess.cpp
#include<windows.h>
#include<Accctrl.h>
#include<Aclapi.h>
#include<ntsecapi.h>

//#include"HideProcess.h"

#define NT_SUCCESS(Status)((NTSTATUS)(Status) >= 0)
#define STATUS_INFO_LENGTH_MISMATCH ((NTSTATUS)0xC0000004L)
#define STATUS_ACCESS_DENIED ((NTSTATUS)0xC0000022L)

typedef LONG NTSTATUS;

typedef struct _IO_STATUS_BLOCK
{
    NTSTATUS Status;
    ULONG Information;
} IO_STATUS_BLOCK, *PIO_STATUS_BLOCK;


I can post it up somewhere and link to it.


Re: PECMD source code
« Reply #2 on: December 30, 2012, 06:25:24 AM »

Galapo

  • Gena Baker
  • Grand Chef
  • *****
  • Location: Australia
  • Date Registered: Sep 2010
  • Posts: 2207
I can post it up somewhere and link to it.

Yes, I am sure many people will find that very helpful indeed, especially English speakers as the Chinese sites are difficult for us (naturally).

I've changed your account type so you should be able to attach here if you'd like (normally you have to get to 10 posts I think).

Regards,
Galapo.

Re: PECMD source code
« Reply #3 on: December 30, 2012, 03:46:51 PM »

SIW2

  • Code Baker
  • Chef
  • ***
  • Date Registered: Jul 2012
  • Posts: 197
Thanks.   :smile:

* pecmd-source.7z (392.04 kB - downloaded 414 times.)



Re: PECMD source code
« Reply #4 on: December 31, 2012, 02:20:40 AM »

ChrisR

  • XPE Baker
  • Grand Chef
  • *****
  • Date Registered: Mar 2011
  • Posts: 3494
Hi SIW2,

Thank you for sharing  :thumbsup:,
It may be useful for some developer, but unfortunately this is a quite old version, 2.8.8U
Maybe Davis (or 2012abc19701) which develops on it currently would be willing to share stuff for a multilanguage version or other.
http://bbs.wuyou.com/viewthread.php?tid=205402&extra=page%3D1&page=1 or http://mdyblog.blog.163.com/

:xmas-beer:




Re: PECMD source code
« Reply #5 on: December 31, 2012, 03:58:22 AM »

SIW2

  • Code Baker
  • Chef
  • ***
  • Date Registered: Jul 2012
  • Posts: 197
Yes, it is from yonsm a long while back.

I think Davis went back to that to create his newer version.

Sadly, the newer version is 32 bit only and doesn't support english well.

Re: PECMD source code
« Reply #6 on: December 31, 2012, 04:40:40 AM »

Galapo

  • Gena Baker
  • Grand Chef
  • *****
  • Location: Australia
  • Date Registered: Sep 2010
  • Posts: 2207
Thanks for posting the code. :thumbsup: I'm sure this will be easier for English users to find than on the Chinese sites.

Something interesting I noticed with the 7z file you attached. With my version of WinRAR it does not open, bit with the 7-Zip app it does. Normally 7z files open fine with WinRAR.

Regards,
Galapo.

Re: PECMD source code
« Reply #7 on: December 31, 2012, 12:42:50 PM »

SIW2

  • Code Baker
  • Chef
  • ***
  • Date Registered: Jul 2012
  • Posts: 197
I used 7-zip 9.30.

I thought I set it to LZMA instead of LZMA2.

Not sure what is going on with winrar.

Re: PECMD source code
« Reply #8 on: December 31, 2012, 02:38:55 PM »

Lancelot

  • Gena Baker
  • Grand Chef
  • *****
  • Date Registered: Sep 2010
  • Posts: 10350
Maybe Davis (or 2012abc19701) which develops on it currently would be willing to share stuff for a multilanguage version or other.

Yes, it would be nice if he at least provide a language table (.ini) of chinese, so one can translate to English
edit:
maybe like how NirSoft does  :wink:

Maybe you ( SIW2 ) can help on that area  :cool:

@Galapo
Trouble seems to me, 9.20 is current "stable" 7z, and other people (ex: WinRar, Gena, Win7PESE) would be waiting a "stable" release to add support  :wink: :cool:


Happy New Year
 :xmas-beer:
« Last Edit: December 31, 2012, 02:39:58 PM by Lancelot »

 

Powered by EzPortal