mirror of
https://github.com/fankes/HanvonEBookHacker.git
synced 2025-09-07 03:05:41 +08:00
Initial commit
This commit is contained in:
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
@@ -0,0 +1 @@
|
|||||||
|
.DS_Store
|
BIN
Hacker/ebook.exe
Normal file
BIN
Hacker/ebook.exe
Normal file
Binary file not shown.
50
Hacker/ebook.mscr
Normal file
50
Hacker/ebook.mscr
Normal file
@@ -0,0 +1,50 @@
|
|||||||
|
##
|
||||||
|
# Hanvon EBook Hacker
|
||||||
|
# Copyright (C) 2017-2023 Fankes Studio(qzmmcn@163.com)
|
||||||
|
# https://github.com/fankes/HanvonEBookHacker
|
||||||
|
#
|
||||||
|
# This software is non-free but opensource software: you can redistribute it
|
||||||
|
# and/or modify it under the terms of the GNU Affero General Public License
|
||||||
|
# as published by the Free Software Foundation; either
|
||||||
|
# version 3 of the License, or any later version.
|
||||||
|
#
|
||||||
|
# This software is distributed in the hope that it will be useful,
|
||||||
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
||||||
|
# Affero General Public License for more details.
|
||||||
|
#
|
||||||
|
# You should have received a copy of the GNU Affero General Public License
|
||||||
|
# and eula along with this software. If not, see
|
||||||
|
# <https://www.gnu.org/licenses/>
|
||||||
|
#
|
||||||
|
# This file is created by fankes on 2023/9/9.
|
||||||
|
##
|
||||||
|
|
||||||
|
# <20><><EFBFBD><EFBFBD> TF <20><>
|
||||||
|
tfCard = "\Storage Card"
|
||||||
|
|
||||||
|
# <20><><EFBFBD><EFBFBD> TF <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>
|
||||||
|
launcherProgram = tfCard & "\Programs\Launcher\Launcher.exe"
|
||||||
|
|
||||||
|
# <20><>¼ TF <20><>״̬
|
||||||
|
tfCardStatus = "δ֪"
|
||||||
|
|
||||||
|
If(DirExists(tfCard))
|
||||||
|
tfCardStatus = "<22>Ѳ<EFBFBD><D1B2><EFBFBD>"
|
||||||
|
Else
|
||||||
|
tfCardStatus = "δ<><CEB4><EFBFBD><EFBFBD>"
|
||||||
|
EndIf
|
||||||
|
|
||||||
|
# <20>ӳ<EFBFBD>ȷ<EFBFBD><C8B7>ϵͳ<CFB5>Ѿ<EFBFBD><D1BE><EFBFBD><EFBFBD><EFBFBD>
|
||||||
|
Sleep(2500)
|
||||||
|
|
||||||
|
# һֱ<D2BB>ȴ<EFBFBD>ֱ<EFBFBD><D6B1><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>
|
||||||
|
While(NOT FileExists(launcherProgram))
|
||||||
|
SleepMessage(10, "δ<><CEB4><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>" & launcherProgram & "^NL^^NL^\
|
||||||
|
TF <20><>״̬<D7B4><CCAC>" & tfCardStatus & "^NL^^NL^\
|
||||||
|
<20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> TF <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>Ҫ<EFBFBD><D2AA><EFBFBD><EFBFBD><EFBFBD><EFBFBD>Ӧ<EFBFBD>ó<EFBFBD><C3B3><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ڴ<EFBFBD>λ<EFBFBD>á<EFBFBD>^NL^^NL^\
|
||||||
|
<20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>Զ<EFBFBD><D4B6><EFBFBD><EFBFBD>ԡ<EFBFBD>^NL^", "Hanvon EBook Launcher Hacker")
|
||||||
|
EndWhile
|
||||||
|
|
||||||
|
# <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>
|
||||||
|
Run(launcherProgram)
|
660
LICENSE
Normal file
660
LICENSE
Normal file
@@ -0,0 +1,660 @@
|
|||||||
|
# GNU AFFERO GENERAL PUBLIC LICENSE
|
||||||
|
|
||||||
|
Version 3, 19 November 2007
|
||||||
|
|
||||||
|
Copyright (C) 2007 Free Software Foundation, Inc.
|
||||||
|
<https://fsf.org/>
|
||||||
|
|
||||||
|
Everyone is permitted to copy and distribute verbatim copies of this
|
||||||
|
license document, but changing it is not allowed.
|
||||||
|
|
||||||
|
### Preamble
|
||||||
|
|
||||||
|
The GNU Affero General Public License is a free, copyleft license for
|
||||||
|
software and other kinds of works, specifically designed to ensure
|
||||||
|
cooperation with the community in the case of network server software.
|
||||||
|
|
||||||
|
The licenses for most software and other practical works are designed
|
||||||
|
to take away your freedom to share and change the works. By contrast,
|
||||||
|
our General Public Licenses are intended to guarantee your freedom to
|
||||||
|
share and change all versions of a program--to make sure it remains
|
||||||
|
free software for all its users.
|
||||||
|
|
||||||
|
When we speak of free software, we are referring to freedom, not
|
||||||
|
price. Our General Public Licenses are designed to make sure that you
|
||||||
|
have the freedom to distribute copies of free software (and charge for
|
||||||
|
them if you wish), that you receive source code or can get it if you
|
||||||
|
want it, that you can change the software or use pieces of it in new
|
||||||
|
free programs, and that you know you can do these things.
|
||||||
|
|
||||||
|
Developers that use our General Public Licenses protect your rights
|
||||||
|
with two steps: (1) assert copyright on the software, and (2) offer
|
||||||
|
you this License which gives you legal permission to copy, distribute
|
||||||
|
and/or modify the software.
|
||||||
|
|
||||||
|
A secondary benefit of defending all users' freedom is that
|
||||||
|
improvements made in alternate versions of the program, if they
|
||||||
|
receive widespread use, become available for other developers to
|
||||||
|
incorporate. Many developers of free software are heartened and
|
||||||
|
encouraged by the resulting cooperation. However, in the case of
|
||||||
|
software used on network servers, this result may fail to come about.
|
||||||
|
The GNU General Public License permits making a modified version and
|
||||||
|
letting the public access it on a server without ever releasing its
|
||||||
|
source code to the public.
|
||||||
|
|
||||||
|
The GNU Affero General Public License is designed specifically to
|
||||||
|
ensure that, in such cases, the modified source code becomes available
|
||||||
|
to the community. It requires the operator of a network server to
|
||||||
|
provide the source code of the modified version running there to the
|
||||||
|
users of that server. Therefore, public use of a modified version, on
|
||||||
|
a publicly accessible server, gives the public access to the source
|
||||||
|
code of the modified version.
|
||||||
|
|
||||||
|
An older license, called the Affero General Public License and
|
||||||
|
published by Affero, was designed to accomplish similar goals. This is
|
||||||
|
a different license, not a version of the Affero GPL, but Affero has
|
||||||
|
released a new version of the Affero GPL which permits relicensing
|
||||||
|
under this license.
|
||||||
|
|
||||||
|
The precise terms and conditions for copying, distribution and
|
||||||
|
modification follow.
|
||||||
|
|
||||||
|
### TERMS AND CONDITIONS
|
||||||
|
|
||||||
|
#### 0. Definitions.
|
||||||
|
|
||||||
|
"This License" refers to version 3 of the GNU Affero General Public
|
||||||
|
License.
|
||||||
|
|
||||||
|
"Copyright" also means copyright-like laws that apply to other kinds
|
||||||
|
of works, such as semiconductor masks.
|
||||||
|
|
||||||
|
"The Program" refers to any copyrightable work licensed under this
|
||||||
|
License. Each licensee is addressed as "you". "Licensees" and
|
||||||
|
"recipients" may be individuals or organizations.
|
||||||
|
|
||||||
|
To "modify" a work means to copy from or adapt all or part of the work
|
||||||
|
in a fashion requiring copyright permission, other than the making of
|
||||||
|
an exact copy. The resulting work is called a "modified version" of
|
||||||
|
the earlier work or a work "based on" the earlier work.
|
||||||
|
|
||||||
|
A "covered work" means either the unmodified Program or a work based
|
||||||
|
on the Program.
|
||||||
|
|
||||||
|
To "propagate" a work means to do anything with it that, without
|
||||||
|
permission, would make you directly or secondarily liable for
|
||||||
|
infringement under applicable copyright law, except executing it on a
|
||||||
|
computer or modifying a private copy. Propagation includes copying,
|
||||||
|
distribution (with or without modification), making available to the
|
||||||
|
public, and in some countries other activities as well.
|
||||||
|
|
||||||
|
To "convey" a work means any kind of propagation that enables other
|
||||||
|
parties to make or receive copies. Mere interaction with a user
|
||||||
|
through a computer network, with no transfer of a copy, is not
|
||||||
|
conveying.
|
||||||
|
|
||||||
|
An interactive user interface displays "Appropriate Legal Notices" to
|
||||||
|
the extent that it includes a convenient and prominently visible
|
||||||
|
feature that (1) displays an appropriate copyright notice, and (2)
|
||||||
|
tells the user that there is no warranty for the work (except to the
|
||||||
|
extent that warranties are provided), that licensees may convey the
|
||||||
|
work under this License, and how to view a copy of this License. If
|
||||||
|
the interface presents a list of user commands or options, such as a
|
||||||
|
menu, a prominent item in the list meets this criterion.
|
||||||
|
|
||||||
|
#### 1. Source Code.
|
||||||
|
|
||||||
|
The "source code" for a work means the preferred form of the work for
|
||||||
|
making modifications to it. "Object code" means any non-source form of
|
||||||
|
a work.
|
||||||
|
|
||||||
|
A "Standard Interface" means an interface that either is an official
|
||||||
|
standard defined by a recognized standards body, or, in the case of
|
||||||
|
interfaces specified for a particular programming language, one that
|
||||||
|
is widely used among developers working in that language.
|
||||||
|
|
||||||
|
The "System Libraries" of an executable work include anything, other
|
||||||
|
than the work as a whole, that (a) is included in the normal form of
|
||||||
|
packaging a Major Component, but which is not part of that Major
|
||||||
|
Component, and (b) serves only to enable use of the work with that
|
||||||
|
Major Component, or to implement a Standard Interface for which an
|
||||||
|
implementation is available to the public in source code form. A
|
||||||
|
"Major Component", in this context, means a major essential component
|
||||||
|
(kernel, window system, and so on) of the specific operating system
|
||||||
|
(if any) on which the executable work runs, or a compiler used to
|
||||||
|
produce the work, or an object code interpreter used to run it.
|
||||||
|
|
||||||
|
The "Corresponding Source" for a work in object code form means all
|
||||||
|
the source code needed to generate, install, and (for an executable
|
||||||
|
work) run the object code and to modify the work, including scripts to
|
||||||
|
control those activities. However, it does not include the work's
|
||||||
|
System Libraries, or general-purpose tools or generally available free
|
||||||
|
programs which are used unmodified in performing those activities but
|
||||||
|
which are not part of the work. For example, Corresponding Source
|
||||||
|
includes interface definition files associated with source files for
|
||||||
|
the work, and the source code for shared libraries and dynamically
|
||||||
|
linked subprograms that the work is specifically designed to require,
|
||||||
|
such as by intimate data communication or control flow between those
|
||||||
|
subprograms and other parts of the work.
|
||||||
|
|
||||||
|
The Corresponding Source need not include anything that users can
|
||||||
|
regenerate automatically from other parts of the Corresponding Source.
|
||||||
|
|
||||||
|
The Corresponding Source for a work in source code form is that same
|
||||||
|
work.
|
||||||
|
|
||||||
|
#### 2. Basic Permissions.
|
||||||
|
|
||||||
|
All rights granted under this License are granted for the term of
|
||||||
|
copyright on the Program, and are irrevocable provided the stated
|
||||||
|
conditions are met. This License explicitly affirms your unlimited
|
||||||
|
permission to run the unmodified Program. The output from running a
|
||||||
|
covered work is covered by this License only if the output, given its
|
||||||
|
content, constitutes a covered work. This License acknowledges your
|
||||||
|
rights of fair use or other equivalent, as provided by copyright law.
|
||||||
|
|
||||||
|
You may make, run and propagate covered works that you do not convey,
|
||||||
|
without conditions so long as your license otherwise remains in force.
|
||||||
|
You may convey covered works to others for the sole purpose of having
|
||||||
|
them make modifications exclusively for you, or provide you with
|
||||||
|
facilities for running those works, provided that you comply with the
|
||||||
|
terms of this License in conveying all material for which you do not
|
||||||
|
control copyright. Those thus making or running the covered works for
|
||||||
|
you must do so exclusively on your behalf, under your direction and
|
||||||
|
control, on terms that prohibit them from making any copies of your
|
||||||
|
copyrighted material outside their relationship with you.
|
||||||
|
|
||||||
|
Conveying under any other circumstances is permitted solely under the
|
||||||
|
conditions stated below. Sublicensing is not allowed; section 10 makes
|
||||||
|
it unnecessary.
|
||||||
|
|
||||||
|
#### 3. Protecting Users' Legal Rights From Anti-Circumvention Law.
|
||||||
|
|
||||||
|
No covered work shall be deemed part of an effective technological
|
||||||
|
measure under any applicable law fulfilling obligations under article
|
||||||
|
11 of the WIPO copyright treaty adopted on 20 December 1996, or
|
||||||
|
similar laws prohibiting or restricting circumvention of such
|
||||||
|
measures.
|
||||||
|
|
||||||
|
When you convey a covered work, you waive any legal power to forbid
|
||||||
|
circumvention of technological measures to the extent such
|
||||||
|
circumvention is effected by exercising rights under this License with
|
||||||
|
respect to the covered work, and you disclaim any intention to limit
|
||||||
|
operation or modification of the work as a means of enforcing, against
|
||||||
|
the work's users, your or third parties' legal rights to forbid
|
||||||
|
circumvention of technological measures.
|
||||||
|
|
||||||
|
#### 4. Conveying Verbatim Copies.
|
||||||
|
|
||||||
|
You may convey verbatim copies of the Program's source code as you
|
||||||
|
receive it, in any medium, provided that you conspicuously and
|
||||||
|
appropriately publish on each copy an appropriate copyright notice;
|
||||||
|
keep intact all notices stating that this License and any
|
||||||
|
non-permissive terms added in accord with section 7 apply to the code;
|
||||||
|
keep intact all notices of the absence of any warranty; and give all
|
||||||
|
recipients a copy of this License along with the Program.
|
||||||
|
|
||||||
|
You may charge any price or no price for each copy that you convey,
|
||||||
|
and you may offer support or warranty protection for a fee.
|
||||||
|
|
||||||
|
#### 5. Conveying Modified Source Versions.
|
||||||
|
|
||||||
|
You may convey a work based on the Program, or the modifications to
|
||||||
|
produce it from the Program, in the form of source code under the
|
||||||
|
terms of section 4, provided that you also meet all of these
|
||||||
|
conditions:
|
||||||
|
|
||||||
|
- a) The work must carry prominent notices stating that you modified
|
||||||
|
it, and giving a relevant date.
|
||||||
|
- b) The work must carry prominent notices stating that it is
|
||||||
|
released under this License and any conditions added under
|
||||||
|
section 7. This requirement modifies the requirement in section 4
|
||||||
|
to "keep intact all notices".
|
||||||
|
- c) You must license the entire work, as a whole, under this
|
||||||
|
License to anyone who comes into possession of a copy. This
|
||||||
|
License will therefore apply, along with any applicable section 7
|
||||||
|
additional terms, to the whole of the work, and all its parts,
|
||||||
|
regardless of how they are packaged. This License gives no
|
||||||
|
permission to license the work in any other way, but it does not
|
||||||
|
invalidate such permission if you have separately received it.
|
||||||
|
- d) If the work has interactive user interfaces, each must display
|
||||||
|
Appropriate Legal Notices; however, if the Program has interactive
|
||||||
|
interfaces that do not display Appropriate Legal Notices, your
|
||||||
|
work need not make them do so.
|
||||||
|
|
||||||
|
A compilation of a covered work with other separate and independent
|
||||||
|
works, which are not by their nature extensions of the covered work,
|
||||||
|
and which are not combined with it such as to form a larger program,
|
||||||
|
in or on a volume of a storage or distribution medium, is called an
|
||||||
|
"aggregate" if the compilation and its resulting copyright are not
|
||||||
|
used to limit the access or legal rights of the compilation's users
|
||||||
|
beyond what the individual works permit. Inclusion of a covered work
|
||||||
|
in an aggregate does not cause this License to apply to the other
|
||||||
|
parts of the aggregate.
|
||||||
|
|
||||||
|
#### 6. Conveying Non-Source Forms.
|
||||||
|
|
||||||
|
You may convey a covered work in object code form under the terms of
|
||||||
|
sections 4 and 5, provided that you also convey the machine-readable
|
||||||
|
Corresponding Source under the terms of this License, in one of these
|
||||||
|
ways:
|
||||||
|
|
||||||
|
- a) Convey the object code in, or embodied in, a physical product
|
||||||
|
(including a physical distribution medium), accompanied by the
|
||||||
|
Corresponding Source fixed on a durable physical medium
|
||||||
|
customarily used for software interchange.
|
||||||
|
- b) Convey the object code in, or embodied in, a physical product
|
||||||
|
(including a physical distribution medium), accompanied by a
|
||||||
|
written offer, valid for at least three years and valid for as
|
||||||
|
long as you offer spare parts or customer support for that product
|
||||||
|
model, to give anyone who possesses the object code either (1) a
|
||||||
|
copy of the Corresponding Source for all the software in the
|
||||||
|
product that is covered by this License, on a durable physical
|
||||||
|
medium customarily used for software interchange, for a price no
|
||||||
|
more than your reasonable cost of physically performing this
|
||||||
|
conveying of source, or (2) access to copy the Corresponding
|
||||||
|
Source from a network server at no charge.
|
||||||
|
- c) Convey individual copies of the object code with a copy of the
|
||||||
|
written offer to provide the Corresponding Source. This
|
||||||
|
alternative is allowed only occasionally and noncommercially, and
|
||||||
|
only if you received the object code with such an offer, in accord
|
||||||
|
with subsection 6b.
|
||||||
|
- d) Convey the object code by offering access from a designated
|
||||||
|
place (gratis or for a charge), and offer equivalent access to the
|
||||||
|
Corresponding Source in the same way through the same place at no
|
||||||
|
further charge. You need not require recipients to copy the
|
||||||
|
Corresponding Source along with the object code. If the place to
|
||||||
|
copy the object code is a network server, the Corresponding Source
|
||||||
|
may be on a different server (operated by you or a third party)
|
||||||
|
that supports equivalent copying facilities, provided you maintain
|
||||||
|
clear directions next to the object code saying where to find the
|
||||||
|
Corresponding Source. Regardless of what server hosts the
|
||||||
|
Corresponding Source, you remain obligated to ensure that it is
|
||||||
|
available for as long as needed to satisfy these requirements.
|
||||||
|
- e) Convey the object code using peer-to-peer transmission,
|
||||||
|
provided you inform other peers where the object code and
|
||||||
|
Corresponding Source of the work are being offered to the general
|
||||||
|
public at no charge under subsection 6d.
|
||||||
|
|
||||||
|
A separable portion of the object code, whose source code is excluded
|
||||||
|
from the Corresponding Source as a System Library, need not be
|
||||||
|
included in conveying the object code work.
|
||||||
|
|
||||||
|
A "User Product" is either (1) a "consumer product", which means any
|
||||||
|
tangible personal property which is normally used for personal,
|
||||||
|
family, or household purposes, or (2) anything designed or sold for
|
||||||
|
incorporation into a dwelling. In determining whether a product is a
|
||||||
|
consumer product, doubtful cases shall be resolved in favor of
|
||||||
|
coverage. For a particular product received by a particular user,
|
||||||
|
"normally used" refers to a typical or common use of that class of
|
||||||
|
product, regardless of the status of the particular user or of the way
|
||||||
|
in which the particular user actually uses, or expects or is expected
|
||||||
|
to use, the product. A product is a consumer product regardless of
|
||||||
|
whether the product has substantial commercial, industrial or
|
||||||
|
non-consumer uses, unless such uses represent the only significant
|
||||||
|
mode of use of the product.
|
||||||
|
|
||||||
|
"Installation Information" for a User Product means any methods,
|
||||||
|
procedures, authorization keys, or other information required to
|
||||||
|
install and execute modified versions of a covered work in that User
|
||||||
|
Product from a modified version of its Corresponding Source. The
|
||||||
|
information must suffice to ensure that the continued functioning of
|
||||||
|
the modified object code is in no case prevented or interfered with
|
||||||
|
solely because modification has been made.
|
||||||
|
|
||||||
|
If you convey an object code work under this section in, or with, or
|
||||||
|
specifically for use in, a User Product, and the conveying occurs as
|
||||||
|
part of a transaction in which the right of possession and use of the
|
||||||
|
User Product is transferred to the recipient in perpetuity or for a
|
||||||
|
fixed term (regardless of how the transaction is characterized), the
|
||||||
|
Corresponding Source conveyed under this section must be accompanied
|
||||||
|
by the Installation Information. But this requirement does not apply
|
||||||
|
if neither you nor any third party retains the ability to install
|
||||||
|
modified object code on the User Product (for example, the work has
|
||||||
|
been installed in ROM).
|
||||||
|
|
||||||
|
The requirement to provide Installation Information does not include a
|
||||||
|
requirement to continue to provide support service, warranty, or
|
||||||
|
updates for a work that has been modified or installed by the
|
||||||
|
recipient, or for the User Product in which it has been modified or
|
||||||
|
installed. Access to a network may be denied when the modification
|
||||||
|
itself materially and adversely affects the operation of the network
|
||||||
|
or violates the rules and protocols for communication across the
|
||||||
|
network.
|
||||||
|
|
||||||
|
Corresponding Source conveyed, and Installation Information provided,
|
||||||
|
in accord with this section must be in a format that is publicly
|
||||||
|
documented (and with an implementation available to the public in
|
||||||
|
source code form), and must require no special password or key for
|
||||||
|
unpacking, reading or copying.
|
||||||
|
|
||||||
|
#### 7. Additional Terms.
|
||||||
|
|
||||||
|
"Additional permissions" are terms that supplement the terms of this
|
||||||
|
License by making exceptions from one or more of its conditions.
|
||||||
|
Additional permissions that are applicable to the entire Program shall
|
||||||
|
be treated as though they were included in this License, to the extent
|
||||||
|
that they are valid under applicable law. If additional permissions
|
||||||
|
apply only to part of the Program, that part may be used separately
|
||||||
|
under those permissions, but the entire Program remains governed by
|
||||||
|
this License without regard to the additional permissions.
|
||||||
|
|
||||||
|
When you convey a copy of a covered work, you may at your option
|
||||||
|
remove any additional permissions from that copy, or from any part of
|
||||||
|
it. (Additional permissions may be written to require their own
|
||||||
|
removal in certain cases when you modify the work.) You may place
|
||||||
|
additional permissions on material, added by you to a covered work,
|
||||||
|
for which you have or can give appropriate copyright permission.
|
||||||
|
|
||||||
|
Notwithstanding any other provision of this License, for material you
|
||||||
|
add to a covered work, you may (if authorized by the copyright holders
|
||||||
|
of that material) supplement the terms of this License with terms:
|
||||||
|
|
||||||
|
- a) Disclaiming warranty or limiting liability differently from the
|
||||||
|
terms of sections 15 and 16 of this License; or
|
||||||
|
- b) Requiring preservation of specified reasonable legal notices or
|
||||||
|
author attributions in that material or in the Appropriate Legal
|
||||||
|
Notices displayed by works containing it; or
|
||||||
|
- c) Prohibiting misrepresentation of the origin of that material,
|
||||||
|
or requiring that modified versions of such material be marked in
|
||||||
|
reasonable ways as different from the original version; or
|
||||||
|
- d) Limiting the use for publicity purposes of names of licensors
|
||||||
|
or authors of the material; or
|
||||||
|
- e) Declining to grant rights under trademark law for use of some
|
||||||
|
trade names, trademarks, or service marks; or
|
||||||
|
- f) Requiring indemnification of licensors and authors of that
|
||||||
|
material by anyone who conveys the material (or modified versions
|
||||||
|
of it) with contractual assumptions of liability to the recipient,
|
||||||
|
for any liability that these contractual assumptions directly
|
||||||
|
impose on those licensors and authors.
|
||||||
|
|
||||||
|
All other non-permissive additional terms are considered "further
|
||||||
|
restrictions" within the meaning of section 10. If the Program as you
|
||||||
|
received it, or any part of it, contains a notice stating that it is
|
||||||
|
governed by this License along with a term that is a further
|
||||||
|
restriction, you may remove that term. If a license document contains
|
||||||
|
a further restriction but permits relicensing or conveying under this
|
||||||
|
License, you may add to a covered work material governed by the terms
|
||||||
|
of that license document, provided that the further restriction does
|
||||||
|
not survive such relicensing or conveying.
|
||||||
|
|
||||||
|
If you add terms to a covered work in accord with this section, you
|
||||||
|
must place, in the relevant source files, a statement of the
|
||||||
|
additional terms that apply to those files, or a notice indicating
|
||||||
|
where to find the applicable terms.
|
||||||
|
|
||||||
|
Additional terms, permissive or non-permissive, may be stated in the
|
||||||
|
form of a separately written license, or stated as exceptions; the
|
||||||
|
above requirements apply either way.
|
||||||
|
|
||||||
|
#### 8. Termination.
|
||||||
|
|
||||||
|
You may not propagate or modify a covered work except as expressly
|
||||||
|
provided under this License. Any attempt otherwise to propagate or
|
||||||
|
modify it is void, and will automatically terminate your rights under
|
||||||
|
this License (including any patent licenses granted under the third
|
||||||
|
paragraph of section 11).
|
||||||
|
|
||||||
|
However, if you cease all violation of this License, then your license
|
||||||
|
from a particular copyright holder is reinstated (a) provisionally,
|
||||||
|
unless and until the copyright holder explicitly and finally
|
||||||
|
terminates your license, and (b) permanently, if the copyright holder
|
||||||
|
fails to notify you of the violation by some reasonable means prior to
|
||||||
|
60 days after the cessation.
|
||||||
|
|
||||||
|
Moreover, your license from a particular copyright holder is
|
||||||
|
reinstated permanently if the copyright holder notifies you of the
|
||||||
|
violation by some reasonable means, this is the first time you have
|
||||||
|
received notice of violation of this License (for any work) from that
|
||||||
|
copyright holder, and you cure the violation prior to 30 days after
|
||||||
|
your receipt of the notice.
|
||||||
|
|
||||||
|
Termination of your rights under this section does not terminate the
|
||||||
|
licenses of parties who have received copies or rights from you under
|
||||||
|
this License. If your rights have been terminated and not permanently
|
||||||
|
reinstated, you do not qualify to receive new licenses for the same
|
||||||
|
material under section 10.
|
||||||
|
|
||||||
|
#### 9. Acceptance Not Required for Having Copies.
|
||||||
|
|
||||||
|
You are not required to accept this License in order to receive or run
|
||||||
|
a copy of the Program. Ancillary propagation of a covered work
|
||||||
|
occurring solely as a consequence of using peer-to-peer transmission
|
||||||
|
to receive a copy likewise does not require acceptance. However,
|
||||||
|
nothing other than this License grants you permission to propagate or
|
||||||
|
modify any covered work. These actions infringe copyright if you do
|
||||||
|
not accept this License. Therefore, by modifying or propagating a
|
||||||
|
covered work, you indicate your acceptance of this License to do so.
|
||||||
|
|
||||||
|
#### 10. Automatic Licensing of Downstream Recipients.
|
||||||
|
|
||||||
|
Each time you convey a covered work, the recipient automatically
|
||||||
|
receives a license from the original licensors, to run, modify and
|
||||||
|
propagate that work, subject to this License. You are not responsible
|
||||||
|
for enforcing compliance by third parties with this License.
|
||||||
|
|
||||||
|
An "entity transaction" is a transaction transferring control of an
|
||||||
|
organization, or substantially all assets of one, or subdividing an
|
||||||
|
organization, or merging organizations. If propagation of a covered
|
||||||
|
work results from an entity transaction, each party to that
|
||||||
|
transaction who receives a copy of the work also receives whatever
|
||||||
|
licenses to the work the party's predecessor in interest had or could
|
||||||
|
give under the previous paragraph, plus a right to possession of the
|
||||||
|
Corresponding Source of the work from the predecessor in interest, if
|
||||||
|
the predecessor has it or can get it with reasonable efforts.
|
||||||
|
|
||||||
|
You may not impose any further restrictions on the exercise of the
|
||||||
|
rights granted or affirmed under this License. For example, you may
|
||||||
|
not impose a license fee, royalty, or other charge for exercise of
|
||||||
|
rights granted under this License, and you may not initiate litigation
|
||||||
|
(including a cross-claim or counterclaim in a lawsuit) alleging that
|
||||||
|
any patent claim is infringed by making, using, selling, offering for
|
||||||
|
sale, or importing the Program or any portion of it.
|
||||||
|
|
||||||
|
#### 11. Patents.
|
||||||
|
|
||||||
|
A "contributor" is a copyright holder who authorizes use under this
|
||||||
|
License of the Program or a work on which the Program is based. The
|
||||||
|
work thus licensed is called the contributor's "contributor version".
|
||||||
|
|
||||||
|
A contributor's "essential patent claims" are all patent claims owned
|
||||||
|
or controlled by the contributor, whether already acquired or
|
||||||
|
hereafter acquired, that would be infringed by some manner, permitted
|
||||||
|
by this License, of making, using, or selling its contributor version,
|
||||||
|
but do not include claims that would be infringed only as a
|
||||||
|
consequence of further modification of the contributor version. For
|
||||||
|
purposes of this definition, "control" includes the right to grant
|
||||||
|
patent sublicenses in a manner consistent with the requirements of
|
||||||
|
this License.
|
||||||
|
|
||||||
|
Each contributor grants you a non-exclusive, worldwide, royalty-free
|
||||||
|
patent license under the contributor's essential patent claims, to
|
||||||
|
make, use, sell, offer for sale, import and otherwise run, modify and
|
||||||
|
propagate the contents of its contributor version.
|
||||||
|
|
||||||
|
In the following three paragraphs, a "patent license" is any express
|
||||||
|
agreement or commitment, however denominated, not to enforce a patent
|
||||||
|
(such as an express permission to practice a patent or covenant not to
|
||||||
|
sue for patent infringement). To "grant" such a patent license to a
|
||||||
|
party means to make such an agreement or commitment not to enforce a
|
||||||
|
patent against the party.
|
||||||
|
|
||||||
|
If you convey a covered work, knowingly relying on a patent license,
|
||||||
|
and the Corresponding Source of the work is not available for anyone
|
||||||
|
to copy, free of charge and under the terms of this License, through a
|
||||||
|
publicly available network server or other readily accessible means,
|
||||||
|
then you must either (1) cause the Corresponding Source to be so
|
||||||
|
available, or (2) arrange to deprive yourself of the benefit of the
|
||||||
|
patent license for this particular work, or (3) arrange, in a manner
|
||||||
|
consistent with the requirements of this License, to extend the patent
|
||||||
|
license to downstream recipients. "Knowingly relying" means you have
|
||||||
|
actual knowledge that, but for the patent license, your conveying the
|
||||||
|
covered work in a country, or your recipient's use of the covered work
|
||||||
|
in a country, would infringe one or more identifiable patents in that
|
||||||
|
country that you have reason to believe are valid.
|
||||||
|
|
||||||
|
If, pursuant to or in connection with a single transaction or
|
||||||
|
arrangement, you convey, or propagate by procuring conveyance of, a
|
||||||
|
covered work, and grant a patent license to some of the parties
|
||||||
|
receiving the covered work authorizing them to use, propagate, modify
|
||||||
|
or convey a specific copy of the covered work, then the patent license
|
||||||
|
you grant is automatically extended to all recipients of the covered
|
||||||
|
work and works based on it.
|
||||||
|
|
||||||
|
A patent license is "discriminatory" if it does not include within the
|
||||||
|
scope of its coverage, prohibits the exercise of, or is conditioned on
|
||||||
|
the non-exercise of one or more of the rights that are specifically
|
||||||
|
granted under this License. You may not convey a covered work if you
|
||||||
|
are a party to an arrangement with a third party that is in the
|
||||||
|
business of distributing software, under which you make payment to the
|
||||||
|
third party based on the extent of your activity of conveying the
|
||||||
|
work, and under which the third party grants, to any of the parties
|
||||||
|
who would receive the covered work from you, a discriminatory patent
|
||||||
|
license (a) in connection with copies of the covered work conveyed by
|
||||||
|
you (or copies made from those copies), or (b) primarily for and in
|
||||||
|
connection with specific products or compilations that contain the
|
||||||
|
covered work, unless you entered into that arrangement, or that patent
|
||||||
|
license was granted, prior to 28 March 2007.
|
||||||
|
|
||||||
|
Nothing in this License shall be construed as excluding or limiting
|
||||||
|
any implied license or other defenses to infringement that may
|
||||||
|
otherwise be available to you under applicable patent law.
|
||||||
|
|
||||||
|
#### 12. No Surrender of Others' Freedom.
|
||||||
|
|
||||||
|
If conditions are imposed on you (whether by court order, agreement or
|
||||||
|
otherwise) that contradict the conditions of this License, they do not
|
||||||
|
excuse you from the conditions of this License. If you cannot convey a
|
||||||
|
covered work so as to satisfy simultaneously your obligations under
|
||||||
|
this License and any other pertinent obligations, then as a
|
||||||
|
consequence you may not convey it at all. For example, if you agree to
|
||||||
|
terms that obligate you to collect a royalty for further conveying
|
||||||
|
from those to whom you convey the Program, the only way you could
|
||||||
|
satisfy both those terms and this License would be to refrain entirely
|
||||||
|
from conveying the Program.
|
||||||
|
|
||||||
|
#### 13. Remote Network Interaction; Use with the GNU General Public License.
|
||||||
|
|
||||||
|
Notwithstanding any other provision of this License, if you modify the
|
||||||
|
Program, your modified version must prominently offer all users
|
||||||
|
interacting with it remotely through a computer network (if your
|
||||||
|
version supports such interaction) an opportunity to receive the
|
||||||
|
Corresponding Source of your version by providing access to the
|
||||||
|
Corresponding Source from a network server at no charge, through some
|
||||||
|
standard or customary means of facilitating copying of software. This
|
||||||
|
Corresponding Source shall include the Corresponding Source for any
|
||||||
|
work covered by version 3 of the GNU General Public License that is
|
||||||
|
incorporated pursuant to the following paragraph.
|
||||||
|
|
||||||
|
Notwithstanding any other provision of this License, you have
|
||||||
|
permission to link or combine any covered work with a work licensed
|
||||||
|
under version 3 of the GNU General Public License into a single
|
||||||
|
combined work, and to convey the resulting work. The terms of this
|
||||||
|
License will continue to apply to the part which is the covered work,
|
||||||
|
but the work with which it is combined will remain governed by version
|
||||||
|
3 of the GNU General Public License.
|
||||||
|
|
||||||
|
#### 14. Revised Versions of this License.
|
||||||
|
|
||||||
|
The Free Software Foundation may publish revised and/or new versions
|
||||||
|
of the GNU Affero General Public License from time to time. Such new
|
||||||
|
versions will be similar in spirit to the present version, but may
|
||||||
|
differ in detail to address new problems or concerns.
|
||||||
|
|
||||||
|
Each version is given a distinguishing version number. If the Program
|
||||||
|
specifies that a certain numbered version of the GNU Affero General
|
||||||
|
Public License "or any later version" applies to it, you have the
|
||||||
|
option of following the terms and conditions either of that numbered
|
||||||
|
version or of any later version published by the Free Software
|
||||||
|
Foundation. If the Program does not specify a version number of the
|
||||||
|
GNU Affero General Public License, you may choose any version ever
|
||||||
|
published by the Free Software Foundation.
|
||||||
|
|
||||||
|
If the Program specifies that a proxy can decide which future versions
|
||||||
|
of the GNU Affero General Public License can be used, that proxy's
|
||||||
|
public statement of acceptance of a version permanently authorizes you
|
||||||
|
to choose that version for the Program.
|
||||||
|
|
||||||
|
Later license versions may give you additional or different
|
||||||
|
permissions. However, no additional obligations are imposed on any
|
||||||
|
author or copyright holder as a result of your choosing to follow a
|
||||||
|
later version.
|
||||||
|
|
||||||
|
#### 15. Disclaimer of Warranty.
|
||||||
|
|
||||||
|
THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY
|
||||||
|
APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT
|
||||||
|
HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT
|
||||||
|
WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT
|
||||||
|
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
|
||||||
|
A PARTICULAR PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND
|
||||||
|
PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE PROGRAM PROVE
|
||||||
|
DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, REPAIR OR
|
||||||
|
CORRECTION.
|
||||||
|
|
||||||
|
#### 16. Limitation of Liability.
|
||||||
|
|
||||||
|
IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
|
||||||
|
WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR
|
||||||
|
CONVEYS THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES,
|
||||||
|
INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES
|
||||||
|
ARISING OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT
|
||||||
|
NOT LIMITED TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR
|
||||||
|
LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM
|
||||||
|
TO OPERATE WITH ANY OTHER PROGRAMS), EVEN IF SUCH HOLDER OR OTHER
|
||||||
|
PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.
|
||||||
|
|
||||||
|
#### 17. Interpretation of Sections 15 and 16.
|
||||||
|
|
||||||
|
If the disclaimer of warranty and limitation of liability provided
|
||||||
|
above cannot be given local legal effect according to their terms,
|
||||||
|
reviewing courts shall apply local law that most closely approximates
|
||||||
|
an absolute waiver of all civil liability in connection with the
|
||||||
|
Program, unless a warranty or assumption of liability accompanies a
|
||||||
|
copy of the Program in return for a fee.
|
||||||
|
|
||||||
|
END OF TERMS AND CONDITIONS
|
||||||
|
|
||||||
|
### How to Apply These Terms to Your New Programs
|
||||||
|
|
||||||
|
If you develop a new program, and you want it to be of the greatest
|
||||||
|
possible use to the public, the best way to achieve this is to make it
|
||||||
|
free software which everyone can redistribute and change under these
|
||||||
|
terms.
|
||||||
|
|
||||||
|
To do so, attach the following notices to the program. It is safest to
|
||||||
|
attach them to the start of each source file to most effectively state
|
||||||
|
the exclusion of warranty; and each file should have at least the
|
||||||
|
"copyright" line and a pointer to where the full notice is found.
|
||||||
|
|
||||||
|
<one line to give the program's name and a brief idea of what it does.>
|
||||||
|
Copyright (C) <year> <name of author>
|
||||||
|
|
||||||
|
This program is free software: you can redistribute it and/or modify
|
||||||
|
it under the terms of the GNU Affero General Public License as
|
||||||
|
published by the Free Software Foundation, either version 3 of the
|
||||||
|
License, or (at your option) any later version.
|
||||||
|
|
||||||
|
This program is distributed in the hope that it will be useful,
|
||||||
|
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
GNU Affero General Public License for more details.
|
||||||
|
|
||||||
|
You should have received a copy of the GNU Affero General Public License
|
||||||
|
along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
|
Also add information on how to contact you by electronic and paper
|
||||||
|
mail.
|
||||||
|
|
||||||
|
If your software can interact with users remotely through a computer
|
||||||
|
network, you should also make sure that it provides a way for users to
|
||||||
|
get its source. For example, if your program is a web application, its
|
||||||
|
interface could display a "Source" link that leads users to an archive
|
||||||
|
of the code. There are many ways you could offer source, and different
|
||||||
|
solutions will be better for different programs; see section 13 for
|
||||||
|
the specific requirements.
|
||||||
|
|
||||||
|
You should also get your employer (if you work as a programmer) or
|
||||||
|
school, if any, to sign a "copyright disclaimer" for the program, if
|
||||||
|
necessary. For more information on this, and how to apply and follow
|
||||||
|
the GNU AGPL, see <https://www.gnu.org/licenses/>.
|
BIN
Launcher/Daemon.exe
Normal file
BIN
Launcher/Daemon.exe
Normal file
Binary file not shown.
83
Launcher/Daemon.mscr
Normal file
83
Launcher/Daemon.mscr
Normal file
@@ -0,0 +1,83 @@
|
|||||||
|
##
|
||||||
|
# Hanvon EBook Hacker
|
||||||
|
# Copyright (C) 2017-2023 Fankes Studio(qzmmcn@163.com)
|
||||||
|
# https://github.com/fankes/HanvonEBookHacker
|
||||||
|
#
|
||||||
|
# This software is non-free but opensource software: you can redistribute it
|
||||||
|
# and/or modify it under the terms of the GNU Affero General Public License
|
||||||
|
# as published by the Free Software Foundation; either
|
||||||
|
# version 3 of the License, or any later version.
|
||||||
|
#
|
||||||
|
# This software is distributed in the hope that it will be useful,
|
||||||
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
||||||
|
# Affero General Public License for more details.
|
||||||
|
#
|
||||||
|
# You should have received a copy of the GNU Affero General Public License
|
||||||
|
# and eula along with this software. If not, see
|
||||||
|
# <https://www.gnu.org/licenses/>
|
||||||
|
#
|
||||||
|
# This file is created by fankes on 2023/9/10.
|
||||||
|
##
|
||||||
|
|
||||||
|
# <20>⽫<EFBFBD><E2BDAB>ʾΪ explorer.exe <20>Ľ<EFBFBD><C4BD><EFBFBD><EFBFBD><EFBFBD>
|
||||||
|
explorerProgramProcess = "explorer.exe"
|
||||||
|
|
||||||
|
# Hanvon <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> (<28><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>)
|
||||||
|
mainProgram = "\NAND\ebook\ebook.original.exe"
|
||||||
|
# <20>⽫<EFBFBD><E2BDAB>ʾΪ<CABE><CEAA><EFBFBD>Ľ<EFBFBD><C4BD><EFBFBD><EFBFBD><EFBFBD>
|
||||||
|
mainProgramProcess = "ebook.original.exe"
|
||||||
|
|
||||||
|
# <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> LOGO <20>ļ<EFBFBD>
|
||||||
|
startLogo = "\NAND\start.jpg"
|
||||||
|
|
||||||
|
# <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ѭ<EFBFBD><D1AD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>
|
||||||
|
# <20><><EFBFBD><EFBFBD>ѭ<EFBFBD><D1AD><EFBFBD>ڼ<EFBFBD><DABC><EFBFBD><EFBFBD>Լ<EFBFBD><D4BC><EFBFBD><EFBFBD>¼<EFBFBD>
|
||||||
|
While(True)
|
||||||
|
|
||||||
|
# <20><>ȡ<EFBFBD><C8A1>ǰ<EFBFBD><C7B0><EFBFBD>ڱ<F2B4B0BF><DAB1><EFBFBD>
|
||||||
|
currentWindow = ActiveWindow()
|
||||||
|
|
||||||
|
# <20><><EFBFBD><EFBFBD> Windows CE <20>ı<EFBFBD>ʶ<EFBFBD><CAB6><EFBFBD><EFBFBD>
|
||||||
|
toWinceTitle = "<22><><EFBFBD><EFBFBD> WinCE <20><><EFBFBD><EFBFBD>"
|
||||||
|
|
||||||
|
# <20>ж<EFBFBD><D0B6><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>
|
||||||
|
If(ProcExists(mainProgramProcess))
|
||||||
|
# <20>ж<EFBFBD><D0B6>յ<EFBFBD>ָ<EFBFBD><D6B8><EFBFBD><EFBFBD><EFBFBD>ڱ<EFBFBD><DAB1><EFBFBD>
|
||||||
|
# ˵<><CBB5><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>һ<EFBFBD><D2BB><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>
|
||||||
|
# <20><><EFBFBD><EFBFBD>Ϊ<EFBFBD>˷<EFBFBD>ֹ<EFBFBD>ڶ<EFBFBD><DAB6><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>Ļˢ<C4BB>¹<EFBFBD><C2B9>ܳ<EFBFBD><DCB3><EFBFBD>
|
||||||
|
If(currentWindow eq toWinceTitle)
|
||||||
|
# ǿ<>ƽ<EFBFBD><C6BD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>
|
||||||
|
Kill(mainProgramProcess)
|
||||||
|
# <20>˽ű<CBBD><C5B1><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>Զ<EFBFBD><D4B6><EFBFBD><EFBFBD><EFBFBD> explorer.exe
|
||||||
|
# <20><>ȷ<EFBFBD><C8B7><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> "Launcher.mscr" <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>
|
||||||
|
If(ProcExists(explorerProgramProcess))
|
||||||
|
# <20>ӳ<EFBFBD><D3B3>Լ<EFBFBD><D4BC><EFBFBD>
|
||||||
|
SleepMessage(1, "<22><><EFBFBD><EFBFBD><EFBFBD><D7BC> Windows CE <20><><EFBFBD><EFBFBD>...", "<22><><EFBFBD>Ժ<EFBFBD>")
|
||||||
|
# <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>
|
||||||
|
Run(mainProgram)
|
||||||
|
# <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><DEBF><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ӳ<EFBFBD>
|
||||||
|
delay = 3
|
||||||
|
If(FileExists(startLogo))
|
||||||
|
delay = 7
|
||||||
|
EndIf
|
||||||
|
# <20>ӳ<EFBFBD><D3B3>Լ<EFBFBD><D4BC><EFBFBD>
|
||||||
|
SleepMessage(delay, "<22><><EFBFBD>ڽ<EFBFBD><DABD><EFBFBD> Windows CE <20><><EFBFBD><EFBFBD>...", "<22><><EFBFBD>Ժ<EFBFBD>")
|
||||||
|
# <20>ٴν<D9B4><CEBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>
|
||||||
|
Kill(mainProgramProcess)
|
||||||
|
Else
|
||||||
|
SleepMessage(15, "<22><EFBFBD><DEB7><EFBFBD><EFBFBD><EFBFBD> Windows CE <20><><EFBFBD>档^NL^^NL^\
|
||||||
|
<20><>ǰϵͳ<CFB5><CDB3> explorer.exe <20><>δ<EFBFBD><CEB4><EFBFBD><EFBFBD><EFBFBD>У<EFBFBD>\
|
||||||
|
<20><><EFBFBD><EFBFBD><DEB8><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ű<EFBFBD>ʹ<EFBFBD><CAB9><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>Ȼ<EFBFBD><C8BB><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>^NL^^NL^\
|
||||||
|
15 <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>κβ<CEBA><CEB2><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>^NL^", "<22><><EFBFBD><EFBFBD>ʧ<EFBFBD><CAA7>")
|
||||||
|
Run(mainProgram)
|
||||||
|
EndIf
|
||||||
|
# <20>ӳٷ<D3B3>ֹ<EFBFBD>ظ<EFBFBD>ִ<EFBFBD><D6B4>
|
||||||
|
Sleep(1500)
|
||||||
|
EndIf
|
||||||
|
EndIf
|
||||||
|
|
||||||
|
# <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>һ<EFBFBD><D2BB><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>
|
||||||
|
Sleep(500)
|
||||||
|
|
||||||
|
EndWhile
|
BIN
Launcher/Launcher.exe
Normal file
BIN
Launcher/Launcher.exe
Normal file
Binary file not shown.
91
Launcher/Launcher.mscr
Normal file
91
Launcher/Launcher.mscr
Normal file
@@ -0,0 +1,91 @@
|
|||||||
|
##
|
||||||
|
# Hanvon EBook Hacker
|
||||||
|
# Copyright (C) 2017-2023 Fankes Studio(qzmmcn@163.com)
|
||||||
|
# https://github.com/fankes/HanvonEBookHacker
|
||||||
|
#
|
||||||
|
# This software is non-free but opensource software: you can redistribute it
|
||||||
|
# and/or modify it under the terms of the GNU Affero General Public License
|
||||||
|
# as published by the Free Software Foundation; either
|
||||||
|
# version 3 of the License, or any later version.
|
||||||
|
#
|
||||||
|
# This software is distributed in the hope that it will be useful,
|
||||||
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
||||||
|
# Affero General Public License for more details.
|
||||||
|
#
|
||||||
|
# You should have received a copy of the GNU Affero General Public License
|
||||||
|
# and eula along with this software. If not, see
|
||||||
|
# <https://www.gnu.org/licenses/>
|
||||||
|
#
|
||||||
|
# This file is created by fankes on 2023/9/9.
|
||||||
|
##
|
||||||
|
|
||||||
|
# <20>豸<EFBFBD><E8B1B8><EFBFBD>õļ<C3B5><C4BC><EFBFBD> Flash <20>洢<EFBFBD><E6B4A2> (<28><>ͬ<EFBFBD>ͺſ<CDBA><C5BF>ܲ<EFBFBD>һ<EFBFBD><D2BB>)
|
||||||
|
# - Hive ע<><D7A2><EFBFBD><EFBFBD>: \HIVE
|
||||||
|
# - Hanvon <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>: \NAND
|
||||||
|
# - <20>û<EFBFBD><C3BB><EFBFBD><EFBFBD>ô洢: \USER
|
||||||
|
# - <20><><EFBFBD><EFBFBD> TF <20><>: \Storage Card
|
||||||
|
|
||||||
|
# <20>ػ<EFBFBD><D8BB><EFBFBD><EFBFBD><EFBFBD>
|
||||||
|
# <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ֱ<EFBFBD><D6B1><EFBFBD><EFBFBD> "Daemon.mscr" <20>е<EFBFBD><D0B5><EFBFBD><EFBFBD><EFBFBD>
|
||||||
|
daemonProgram = "\Storage Card\Programs\Launcher\Daemon.exe"
|
||||||
|
|
||||||
|
# <20><><EFBFBD>ij<EFBFBD><C4B3><EFBFBD> nk.exe
|
||||||
|
nkProgram = "\Windows\nk.exe"
|
||||||
|
|
||||||
|
# Windows <20><>Դ<EFBFBD><D4B4><EFBFBD><EFBFBD><EFBFBD><EFBFBD>
|
||||||
|
# <20>״<EFBFBD><D7B4><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> Windows CE <20><><EFBFBD><EFBFBD>
|
||||||
|
explorerProgram = "\Windows\explorer.exe"
|
||||||
|
|
||||||
|
# Windows <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>
|
||||||
|
controlProgram = "\Windows\control.exe"
|
||||||
|
|
||||||
|
# Hanvon <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> (<28><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>)
|
||||||
|
mainProgram = "\NAND\ebook\ebook.original.exe"
|
||||||
|
# <20>⽫<EFBFBD><E2BDAB>ʾΪ<CABE><CEAA><EFBFBD>Ľ<EFBFBD><C4BD><EFBFBD><EFBFBD><EFBFBD>
|
||||||
|
mainProgramProcess = "ebook.original.exe"
|
||||||
|
|
||||||
|
# Hanvon <20>Դ<EFBFBD><D4B4><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> (<28><><EFBFBD>ֻ<EFBFBD><D6BB><EFBFBD>δ<EFBFBD><CEB4><EFBFBD><EFBFBD><EFBFBD>豸<EFBFBD>м<EFBFBD><D0BC><EFBFBD><EFBFBD>˹<EFBFBD><CBB9>ܵ<EFBFBD><DCB5><EFBFBD><EFBFBD><EFBFBD><EFBFBD>˳<EFBFBD><CBB3><EFBFBD><EFBFBD>ļ<EFBFBD>)
|
||||||
|
webBrowserProgram = "\NAND\ebook\webbrowser\WebBrowser.exe"
|
||||||
|
|
||||||
|
# Windows Ĭ<>ϵ<EFBFBD><CFB5><EFBFBD><EFBFBD><EFBFBD>Ŀ¼
|
||||||
|
desktopFolderEng = "\Windows\Desktop"
|
||||||
|
desktopFolderChs = "\Windows\<5C><><EFBFBD><EFBFBD>"
|
||||||
|
|
||||||
|
# Ϊ<><CEAA><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ݷ<EFBFBD>ʽ
|
||||||
|
|
||||||
|
# <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>˫<EFBFBD><CBAB><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> "EBook" <20><><EFBFBD>»ص<C2BB><D8B5><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>
|
||||||
|
mainShortcutName = "EBook.lnk"
|
||||||
|
|
||||||
|
# <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>˫<EFBFBD><CBAB><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>" <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>õ<EFBFBD><C3B5><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>
|
||||||
|
webBrowserShortcutName = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>.lnk"
|
||||||
|
|
||||||
|
If(DirExists(desktopFolderEng))
|
||||||
|
CreateShortCut(desktopFolderEng & "\" & mainShortcutName, mainProgram)
|
||||||
|
If(FileExists(webBrowserProgram))
|
||||||
|
CreateShortCut(desktopFolderEng & "\" & webBrowserShortcutName, webBrowserProgram)
|
||||||
|
EndIf
|
||||||
|
EndIf
|
||||||
|
If(DirExists(desktopFolderChs))
|
||||||
|
CreateShortCut(desktopFolderChs & "\" & mainShortcutName, mainProgram)
|
||||||
|
If(FileExists(webBrowserProgram))
|
||||||
|
CreateShortCut(desktopFolderChs & "\" & webBrowserShortcutName, webBrowserProgram)
|
||||||
|
EndIf
|
||||||
|
EndIf
|
||||||
|
|
||||||
|
# <20><><EFBFBD><EFBFBD><EFBFBD>ػ<EFBFBD><D8BB><EFBFBD><EFBFBD><EFBFBD>
|
||||||
|
Run(daemonProgram)
|
||||||
|
|
||||||
|
# <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> 1
|
||||||
|
Run(explorerProgram)
|
||||||
|
|
||||||
|
# <20>ӳٵȴ<D9B5><C8B4><EFBFBD>һ<EFBFBD><D2BB><EFBFBD><EFBFBD><EFBFBD><EFBFBD>
|
||||||
|
Sleep(1500)
|
||||||
|
|
||||||
|
# <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> 2
|
||||||
|
Run(mainProgram)
|
||||||
|
|
||||||
|
# (<28><>ѡ) <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>뱣<EFBFBD>ֽ<EFBFBD><D6BD><EFBFBD> Windows CE <20><><EFBFBD><EFBFBD>
|
||||||
|
# <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ֱ<EFBFBD>ӽ<EFBFBD><D3BD><EFBFBD><EFBFBD><EFBFBD>
|
||||||
|
# Sleep(2500)
|
||||||
|
# Kill(mainProgramProcess)
|
BIN
MortScript/MortRunner.exe
Normal file
BIN
MortScript/MortRunner.exe
Normal file
Binary file not shown.
BIN
MortScript/MortScript.exe
Normal file
BIN
MortScript/MortScript.exe
Normal file
Binary file not shown.
5
MortScript/README.md
Normal file
5
MortScript/README.md
Normal file
@@ -0,0 +1,5 @@
|
|||||||
|
# MortScript
|
||||||
|
|
||||||
|
这些二进制文件来自 [MortScript](http://www.sto-helit.de/index.php?module=page&entry=ms_overview),目前其网站应该是停止更新了。
|
||||||
|
|
||||||
|
这里的二进制文件仅为 MIPS 版本,你应该能很轻松地找到它的 ARM 版本。
|
BIN
MortScript/mortzip.dll
Normal file
BIN
MortScript/mortzip.dll
Normal file
Binary file not shown.
114
README.md
Normal file
114
README.md
Normal file
@@ -0,0 +1,114 @@
|
|||||||
|
# Hanvon EBook Hacker
|
||||||
|
|
||||||
|
[](https://github.com/fankes/HanvonEBookHacker/blob/master/LICENSE)
|
||||||
|
|
||||||
|
汉王 Windows CE 6 (MIPS) 系列电纸书越狱教程。
|
||||||
|
|
||||||
|
这是一个本应该于 2014-2015 年就完成的项目,现在作为我对当年研究成果的情怀,重新编写并开源。
|
||||||
|
|
||||||
|
得益于其系统使用的是 Windows 嵌入式平台,可编程并具有些许软件生态,对于其机带系统内容并未做加密且全部写在一张 TF 卡上,越狱难度和成本相对较低,且有部分 MIPS 的应用程序例如 CorePlayer 可拓展这台岁月历史的机器一些可玩性。
|
||||||
|
|
||||||
|
现如今 Windows CE 设备已被 Android 市场取代,微软也放弃了这个系统,这也是一个时代的终结。
|
||||||
|
|
||||||
|
特别感谢 [MortScript](http://www.sto-helit.de/index.php?module=page&entry=ms_overview) 为自动化脚本做出的巨大贡献,目前其网站应该是停止更新了。
|
||||||
|
|
||||||
|
这些教程和资源完全是出于个人爱好编写,不提供任何可靠性保障,且仅在型号 `F30III` 上测试通过,自行拆卸机器引起的损失由您自行承担。
|
||||||
|
|
||||||
|
如您发现本教程中存在侵犯您或公司 (组织) 的任何内容,请随时联系我,我会立即进行删除。
|
||||||
|
|
||||||
|
版权所有:@fankes
|
||||||
|
|
||||||
|
## 实现原理
|
||||||
|
|
||||||
|
通过偷梁换柱法替换 `ebook.exe`,实现了免修改系统注册表自定义启动项功能。
|
||||||
|
|
||||||
|
## 快速开始
|
||||||
|
|
||||||
|
- 关机,取下机器后盖,为确保安全,断开电池电源
|
||||||
|
|
||||||
|
- 取出机带 TF 卡并使用 USB 连接电脑,进入第二个分区的 `ebook` 目录
|
||||||
|
|
||||||
|
- 重命名 `ebook` 目录下的 `ebook.exe` 为 `ebook.original.exe`
|
||||||
|
|
||||||
|
- 将 `Hacker` 目录中的所有文件放置于当前目录
|
||||||
|
|
||||||
|
- 将 `MortScript` 目录中除了 `MortRunner.exe` 和 `README.md` 之外的所有文件放置于当前目录
|
||||||
|
|
||||||
|
- 准备一张 TF 卡,大小不超过 32 GB
|
||||||
|
|
||||||
|
- 将 `Launcher` 目录放置于准备好 TF 卡根目录名为 `Programs` 的新建文件夹中
|
||||||
|
|
||||||
|
- 按照步骤 5,对放置后的 `Launcher` 目录进行相同的操作
|
||||||
|
|
||||||
|
- 将机带 TF 卡插回机器,同时插入准备好的外置 TF 卡
|
||||||
|
|
||||||
|
- 上电开机
|
||||||
|
|
||||||
|
后期你将无需再次拆下机带 TF 卡,直接使用外置 TF 卡安装你需要的应用程序即可。
|
||||||
|
|
||||||
|
## 在主程序中进入 WinCE 桌面
|
||||||
|
|
||||||
|
你只需要新建一个文件夹命名为 `进入 WinCE 桌面` 即可。
|
||||||
|
|
||||||
|
然后将这个文件夹放到“电子书库”或“PC 下载”中一个你喜欢的目录或根目录中。
|
||||||
|
|
||||||
|
点击这个文件夹即可退出主程序,回到 WinCE 桌面,这一切的前提为你并未自己修改 `Launcher` 中的相关脚本并且确保已正确启动 `explorer.exe`。
|
||||||
|
|
||||||
|
这一过程大概需要 3-7 秒 (取决于你是否设置了开机画面),在这期间会重新出现主程序界面,请耐心等待完全进入 WinCE 桌面后再使用。
|
||||||
|
|
||||||
|
你可以修改 `Launcher` 目录中的 `Daemon.mscr` 来自定义监听的名称。
|
||||||
|
|
||||||
|
### 实现原理
|
||||||
|
|
||||||
|
通过监听 `ebook.exe` 对自身窗口名称的更新来判断当前用户的操作。
|
||||||
|
|
||||||
|
反编译 `ebook.exe` 可能花费的精力会更大,且不值得。
|
||||||
|
|
||||||
|
所以这个方案就很完美的利用了这个漏洞来实现随时都可以从主程序中退出并进入 WinCE 桌面的功能,也没有对主程序的功能产生任何破坏行为。
|
||||||
|
|
||||||
|
## 注意事项 & 说明
|
||||||
|
|
||||||
|
- `explorer.exe` 可能无法保证在每个系统固件版本中都能启动成功,如果启动时出现应用程序发生异常的对话框,你需要手动运行一次 `nk.exe` 后再次尝试启动 (在 `Launcher.mscr` 中已经预置相关功能)
|
||||||
|
|
||||||
|
- Hanvon 主程序会自动启动触摸和背光驱动,这是非常重要的功能,目前是无法手动加载对应的驱动程序的,如果不启动就会导致机器无法操作,在主程序启动后,参考 [在主程序中进入 WinCE 桌面](#在主程序中进入-wince-桌面),就能继续使用 Windows CE
|
||||||
|
|
||||||
|
- 当主程序关闭后,背光调节以及锁屏、关机功能都将会失效,你可以重新打开主程序进行操作,这些功能受限于主程序的统一化调用管理,目前无法手动实现对它们的调用
|
||||||
|
|
||||||
|
- USB 连接功能仅支持从主程序中调用,主程序未启动的时候它只能充电,也不能连接电脑使用 ActiveAsync,目前也未能发现主板留有串口通讯的槽位
|
||||||
|
|
||||||
|
- 在 Windows CE 中,`F30III` 的实体菜单按钮相当于 `Enter` 功能
|
||||||
|
|
||||||
|
- 在 Windows CE 中,贴近屏幕边缘的触控可能会无效或偏移,这是触控技术决定的,例如可能无法点击全屏右上角的关闭按钮、顶部的菜单栏或是左下角的开始菜单按钮以及任务栏和右下角的托盘区域
|
||||||
|
|
||||||
|
- 拥有 WiFi 功能的机器,请在主程序中连接 WiFi 使其创建一个网络设备,然后参考 [在主程序中进入 WinCE 桌面](#在主程序中进入-wince-桌面),就可以使用网络功能了
|
||||||
|
|
||||||
|
- 主程序未启动的情况下,部分界面可能会刷新不及时,此时你可以使用 `Tools` 目录中的 `ScreenRefresh` 工具来手动刷新,如果依然无法刷新,请重新启动主程序然后参考 [在主程序中进入 WinCE 桌面](#在主程序中进入-wince-桌面)
|
||||||
|
|
||||||
|
## 其它内容
|
||||||
|
|
||||||
|
你应该可以在 `Launcher` 目录的脚本中看到每一个命令的注释并可以按需进行修改。
|
||||||
|
|
||||||
|
你还可以在 `Tools` 目录中找到一些实用工具。
|
||||||
|
|
||||||
|
## 许可证
|
||||||
|
|
||||||
|
- [AGPL-3.0](https://www.gnu.org/licenses/agpl-3.0.html)
|
||||||
|
|
||||||
|
```
|
||||||
|
Copyright (C) 2017-2023 Fankes Studio(qzmmcn@163.com)
|
||||||
|
|
||||||
|
This program is free software: you can redistribute it and/or modify
|
||||||
|
it under the terms of the GNU Affero General Public License as
|
||||||
|
published by the Free Software Foundation, either version 3 of the
|
||||||
|
License, or (at your option) any later version.
|
||||||
|
|
||||||
|
This program is distributed in the hope that it will be useful,
|
||||||
|
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
GNU Affero General Public License for more details.
|
||||||
|
|
||||||
|
You should have received a copy of the GNU Affero General Public License
|
||||||
|
along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
```
|
||||||
|
|
||||||
|
版权所有 © 2017-2023 Fankes Studio(qzmmcn@163.com)
|
11
Tools/ScreenRefresh/README.md
Normal file
11
Tools/ScreenRefresh/README.md
Normal file
@@ -0,0 +1,11 @@
|
|||||||
|
# Screen Refresh
|
||||||
|
|
||||||
|
运行平台:Windows CE (提供的二进制文件为 MIPSII)
|
||||||
|
|
||||||
|
这是一个适用于电子墨水屏的简易屏幕刷新工具,功能为黑白闪烁屏幕以达到刷新目的。
|
||||||
|
|
||||||
|
你可以在 `sources` 目录找到其源代码。
|
||||||
|
|
||||||
|
## 使用方法
|
||||||
|
|
||||||
|
直接运行 `ScreenRefresh.exe` 即可立即刷新整个屏幕。
|
BIN
Tools/ScreenRefresh/ScreenRefresh.exe
Normal file
BIN
Tools/ScreenRefresh/ScreenRefresh.exe
Normal file
Binary file not shown.
BIN
Tools/ScreenRefresh/sources/ScreenRefresh.ncb
Normal file
BIN
Tools/ScreenRefresh/sources/ScreenRefresh.ncb
Normal file
Binary file not shown.
29
Tools/ScreenRefresh/sources/ScreenRefresh.sln
Normal file
29
Tools/ScreenRefresh/sources/ScreenRefresh.sln
Normal file
@@ -0,0 +1,29 @@
|
|||||||
|
Microsoft Visual Studio Solution File, Format Version 10.00
|
||||||
|
# Visual Studio 2008
|
||||||
|
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ScreenRefresh", "ScreenRefresh\ScreenRefresh.vcproj", "{D1A27E77-B853-49A0-B1ED-BAF6B0B4F4B9}"
|
||||||
|
EndProject
|
||||||
|
Global
|
||||||
|
GlobalSection(SolutionConfigurationPlatforms) = preSolution
|
||||||
|
Debug|CHSINT SDK For WinCE 6.0 (ARMV4I) = Debug|CHSINT SDK For WinCE 6.0 (ARMV4I)
|
||||||
|
Debug|STANDARDSDK_500 (MIPSII) = Debug|STANDARDSDK_500 (MIPSII)
|
||||||
|
Release|CHSINT SDK For WinCE 6.0 (ARMV4I) = Release|CHSINT SDK For WinCE 6.0 (ARMV4I)
|
||||||
|
Release|STANDARDSDK_500 (MIPSII) = Release|STANDARDSDK_500 (MIPSII)
|
||||||
|
EndGlobalSection
|
||||||
|
GlobalSection(ProjectConfigurationPlatforms) = postSolution
|
||||||
|
{D1A27E77-B853-49A0-B1ED-BAF6B0B4F4B9}.Debug|CHSINT SDK For WinCE 6.0 (ARMV4I).ActiveCfg = Debug|CHSINT SDK For WinCE 6.0 (ARMV4I)
|
||||||
|
{D1A27E77-B853-49A0-B1ED-BAF6B0B4F4B9}.Debug|CHSINT SDK For WinCE 6.0 (ARMV4I).Build.0 = Debug|CHSINT SDK For WinCE 6.0 (ARMV4I)
|
||||||
|
{D1A27E77-B853-49A0-B1ED-BAF6B0B4F4B9}.Debug|CHSINT SDK For WinCE 6.0 (ARMV4I).Deploy.0 = Debug|CHSINT SDK For WinCE 6.0 (ARMV4I)
|
||||||
|
{D1A27E77-B853-49A0-B1ED-BAF6B0B4F4B9}.Debug|STANDARDSDK_500 (MIPSII).ActiveCfg = Debug|STANDARDSDK_500 (MIPSII)
|
||||||
|
{D1A27E77-B853-49A0-B1ED-BAF6B0B4F4B9}.Debug|STANDARDSDK_500 (MIPSII).Build.0 = Debug|STANDARDSDK_500 (MIPSII)
|
||||||
|
{D1A27E77-B853-49A0-B1ED-BAF6B0B4F4B9}.Debug|STANDARDSDK_500 (MIPSII).Deploy.0 = Debug|STANDARDSDK_500 (MIPSII)
|
||||||
|
{D1A27E77-B853-49A0-B1ED-BAF6B0B4F4B9}.Release|CHSINT SDK For WinCE 6.0 (ARMV4I).ActiveCfg = Release|CHSINT SDK For WinCE 6.0 (ARMV4I)
|
||||||
|
{D1A27E77-B853-49A0-B1ED-BAF6B0B4F4B9}.Release|CHSINT SDK For WinCE 6.0 (ARMV4I).Build.0 = Release|CHSINT SDK For WinCE 6.0 (ARMV4I)
|
||||||
|
{D1A27E77-B853-49A0-B1ED-BAF6B0B4F4B9}.Release|CHSINT SDK For WinCE 6.0 (ARMV4I).Deploy.0 = Release|CHSINT SDK For WinCE 6.0 (ARMV4I)
|
||||||
|
{D1A27E77-B853-49A0-B1ED-BAF6B0B4F4B9}.Release|STANDARDSDK_500 (MIPSII).ActiveCfg = Release|STANDARDSDK_500 (MIPSII)
|
||||||
|
{D1A27E77-B853-49A0-B1ED-BAF6B0B4F4B9}.Release|STANDARDSDK_500 (MIPSII).Build.0 = Release|STANDARDSDK_500 (MIPSII)
|
||||||
|
{D1A27E77-B853-49A0-B1ED-BAF6B0B4F4B9}.Release|STANDARDSDK_500 (MIPSII).Deploy.0 = Release|STANDARDSDK_500 (MIPSII)
|
||||||
|
EndGlobalSection
|
||||||
|
GlobalSection(SolutionProperties) = preSolution
|
||||||
|
HideSolutionNode = FALSE
|
||||||
|
EndGlobalSection
|
||||||
|
EndGlobal
|
BIN
Tools/ScreenRefresh/sources/ScreenRefresh.suo
Normal file
BIN
Tools/ScreenRefresh/sources/ScreenRefresh.suo
Normal file
Binary file not shown.
62
Tools/ScreenRefresh/sources/ScreenRefresh/ReadMe.txt
Normal file
62
Tools/ScreenRefresh/sources/ScreenRefresh/ReadMe.txt
Normal file
@@ -0,0 +1,62 @@
|
|||||||
|
========================================================================
|
||||||
|
WIN32 Ӧ<>ó<EFBFBD><C3B3><EFBFBD><EFBFBD><EFBFBD>ScreenRefresh <20><>Ŀ<EFBFBD><C4BF><EFBFBD><EFBFBD>
|
||||||
|
========================================================================
|
||||||
|
|
||||||
|
Ӧ<EFBFBD>ó<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>Ϊ<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>˴<EFBFBD> ScreenRefresh Ӧ<>ó<EFBFBD><C3B3><EFBFBD><EFBFBD><EFBFBD>
|
||||||
|
|
||||||
|
<EFBFBD><EFBFBD><EFBFBD>ļ<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> ScreenRefresh Ӧ<>ó<EFBFBD><C3B3><EFBFBD><EFBFBD><EFBFBD>ÿ<EFBFBD><C3BF><EFBFBD>ļ<EFBFBD>
|
||||||
|
<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ݡ<EFBFBD>
|
||||||
|
|
||||||
|
|
||||||
|
ScreenRefresh.vcproj
|
||||||
|
<20><><EFBFBD><EFBFBD>ʹ<EFBFBD><CAB9>Ӧ<EFBFBD>ó<EFBFBD><C3B3><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ɵ<EFBFBD> VC++ <20><>Ŀ<EFBFBD><C4BF><EFBFBD><EFBFBD><EFBFBD><EFBFBD>Ŀ<EFBFBD>ļ<EFBFBD><C4BC><EFBFBD>
|
||||||
|
<20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>й<EFBFBD><D0B9><EFBFBD><EFBFBD>ɸ<EFBFBD><C9B8>ļ<EFBFBD><C4BC><EFBFBD>ʹ<EFBFBD>õ<EFBFBD> Visual C++ <20>汾<EFBFBD><E6B1BE><EFBFBD><EFBFBD>Ϣ<EFBFBD><CFA2><EFBFBD>Լ<EFBFBD>
|
||||||
|
<20>й<EFBFBD><D0B9><EFBFBD>Ӧ<EFBFBD>ó<EFBFBD><C3B3><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ѡ<EFBFBD><D1A1><EFBFBD><EFBFBD>ƽ̨<C6BD><CCA8><EFBFBD><EFBFBD><EFBFBD>ú<EFBFBD><C3BA><EFBFBD>Ŀ<EFBFBD><C4BF><EFBFBD><EFBFBD>
|
||||||
|
<20><><EFBFBD><EFBFBD>Ϣ<EFBFBD><CFA2>
|
||||||
|
|
||||||
|
ScreenRefresh.cpp
|
||||||
|
<20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>Ӧ<EFBFBD>ó<EFBFBD><C3B3><EFBFBD>Դ<EFBFBD>ļ<EFBFBD><C4BC><EFBFBD>
|
||||||
|
|
||||||
|
/////////////////////////////////////////////////////////////////////////////
|
||||||
|
Ӧ<EFBFBD>ó<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>Դ<EFBFBD><EFBFBD>
|
||||||
|
|
||||||
|
ScreenRefresh.rc
|
||||||
|
<20><><EFBFBD>dz<EFBFBD><C7B3><EFBFBD>ʹ<EFBFBD>õ<EFBFBD><C3B5><EFBFBD><EFBFBD><EFBFBD> Microsoft Windows <20><>Դ<EFBFBD><D4B4><EFBFBD>嵥
|
||||||
|
<20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ʹ<EFBFBD>ñ<EFBFBD> Windows CE <20><><EFBFBD>dz<EFBFBD><C7B3><EFBFBD><EFBFBD><EFBFBD>ƽ̨
|
||||||
|
<20><><EFBFBD>б<EFBFBD><D0B1><EFBFBD>ʱ<EFBFBD><CAB1><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>洢<EFBFBD><E6B4A2> RES <20><>Ŀ¼<C4BF>е<EFBFBD>ͼ<EFBFBD>ꡢλͼ
|
||||||
|
<20><EFBFBD><CDB9>ꡣ<EFBFBD><EAA1A3><EFBFBD>ļ<EFBFBD><C4BC><EFBFBD><EFBFBD><EFBFBD>ֱ<EFBFBD><D6B1><EFBFBD><EFBFBD> Microsoft Visual C++
|
||||||
|
<20>н<EFBFBD><D0BD>б༭<D0B1><E0BCAD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> .rc <20>ļ<EFBFBD><C4BC><EFBFBD><EFBFBD>ֲ<EFBFBD><D6B2>䣬<EFBFBD><E4A3AC><EFBFBD>ݽ<EFBFBD><DDBD>еĶ<D0B5><C4B6><EFBFBD>
|
||||||
|
<20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>Ϊ<EFBFBD><CEAA><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>Ϊ<EFBFBD><CEAA><EFBFBD><EFBFBD>ֵ<EFBFBD><D6B5>ʮ<EFBFBD><CAAE><EFBFBD><EFBFBD><EFBFBD>ư汾<C6B0><E6B1BE>
|
||||||
|
<20><><EFBFBD><EFBFBD><EFBFBD>Ƕ<EFBFBD><C7B6><EFBFBD><EFBFBD><EFBFBD><EFBFBD>Ѻ<EFBFBD><D1BA><EFBFBD><EFBFBD>ơ<EFBFBD>
|
||||||
|
|
||||||
|
ScreenRefresh.rc2
|
||||||
|
<20><><EFBFBD>ļ<EFBFBD><C4BC><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> Microsoft
|
||||||
|
Visual C++ <20>༭<EFBFBD><E0BCAD><EFBFBD><EFBFBD>Դ<EFBFBD><D4B4><EFBFBD><EFBFBD>Ӧ<EFBFBD><D3A6><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><DEB7><EFBFBD><EFBFBD><EFBFBD>Դ<EFBFBD>༭<EFBFBD><E0BCAD><EFBFBD>༭<EFBFBD><E0BCAD><EFBFBD><EFBFBD>Դ
|
||||||
|
<20><><EFBFBD>õ<EFBFBD><C3B5><EFBFBD><EFBFBD>ļ<EFBFBD><C4BC>С<EFBFBD>
|
||||||
|
|
||||||
|
Resource.h
|
||||||
|
<20><><EFBFBD>DZ<EFBFBD>ͷ<D7BC>ļ<EFBFBD><C4BC><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>µ<EFBFBD><C2B5><EFBFBD>Դ ID<49><44>
|
||||||
|
Microsoft Visual C++ <20><>ȡ<EFBFBD><C8A1><EFBFBD><EFBFBD><EFBFBD>´<EFBFBD><C2B4>ļ<EFBFBD><C4BC><EFBFBD>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
ScreenRefresh.ico
|
||||||
|
<20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>Ӧ<EFBFBD>ó<EFBFBD><C3B3><EFBFBD>ͼ<EFBFBD><CDBC> (32x32) <20><>ͼ<EFBFBD><CDBC><EFBFBD>ļ<EFBFBD><C4BC><EFBFBD>
|
||||||
|
<20><>ͼ<EFBFBD><CDBC><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>Դ<EFBFBD>ļ<EFBFBD> ScreenRefresh.rc <20>С<EFBFBD>
|
||||||
|
|
||||||
|
/////////////////////////////////////////////////////////////////////////////
|
||||||
|
<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ļ<EFBFBD><EFBFBD><EFBFBD>
|
||||||
|
|
||||||
|
StdAfx.h<><68>StdAfx.cpp
|
||||||
|
<20><>Щ<EFBFBD>ļ<EFBFBD><C4BC><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>Ϊ ScreenRefresh.pch <20><>Ԥ<EFBFBD><D4A4><EFBFBD><EFBFBD>ͷ (PCH) <20>ļ<EFBFBD>
|
||||||
|
<20><><EFBFBD><EFBFBD>Ϊ StdAfx.obj <20><>Ԥ<EFBFBD><D4A4><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ļ<EFBFBD><C4BC><EFBFBD>
|
||||||
|
|
||||||
|
/////////////////////////////////////////////////////////////////////////////
|
||||||
|
<EFBFBD><EFBFBD><EFBFBD><EFBFBD>ע<EFBFBD>ͣ<EFBFBD>
|
||||||
|
|
||||||
|
Ӧ<EFBFBD>ó<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ʹ<EFBFBD>á<EFBFBD>TODO:<3A><>ע<EFBFBD><D7A2>ָʾ
|
||||||
|
Ӧ<EFBFBD><EFBFBD><EFBFBD>ӻ<EFBFBD><EFBFBD>Զ<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>Դ<EFBFBD><EFBFBD><EFBFBD>벿<EFBFBD>֡<EFBFBD>
|
||||||
|
|
||||||
|
/////////////////////////////////////////////////////////////////////////////s
|
BIN
Tools/ScreenRefresh/sources/ScreenRefresh/ScreenRefresh.aps
Normal file
BIN
Tools/ScreenRefresh/sources/ScreenRefresh/ScreenRefresh.aps
Normal file
Binary file not shown.
223
Tools/ScreenRefresh/sources/ScreenRefresh/ScreenRefresh.cpp
Normal file
223
Tools/ScreenRefresh/sources/ScreenRefresh/ScreenRefresh.cpp
Normal file
@@ -0,0 +1,223 @@
|
|||||||
|
// Hanvon EBook Hacker
|
||||||
|
// Copyright (C) 2017-2023 Fankes Studio(qzmmcn@163.com)
|
||||||
|
// https://github.com/fankes/HanvonEBookHacker
|
||||||
|
//
|
||||||
|
// This software is non-free but opensource software: you can redistribute it
|
||||||
|
// and/or modify it under the terms of the GNU Affero General Public License
|
||||||
|
// as published by the Free Software Foundation; either
|
||||||
|
// version 3 of the License, or any later version.
|
||||||
|
//
|
||||||
|
// This software is distributed in the hope that it will be useful,
|
||||||
|
// but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
||||||
|
// Affero General Public License for more details.
|
||||||
|
//
|
||||||
|
// You should have received a copy of the GNU Affero General Public License
|
||||||
|
// and eula along with this software. If not, see
|
||||||
|
// <https://www.gnu.org/licenses/>
|
||||||
|
//
|
||||||
|
// This file is created by fankes on 2023/9/12.
|
||||||
|
//
|
||||||
|
// ScreenRefresh.cpp : <20><><EFBFBD><EFBFBD>Ӧ<EFBFBD>ó<EFBFBD><C3B3><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ڵ㡣
|
||||||
|
|
||||||
|
#include "stdafx.h"
|
||||||
|
#include "ScreenRefresh.h"
|
||||||
|
|
||||||
|
#define MAX_LOADSTRING 100
|
||||||
|
|
||||||
|
// ȫ<>ֱ<EFBFBD><D6B1><EFBFBD>:
|
||||||
|
HINSTANCE g_hInst; // <20><>ǰʵ<C7B0><CAB5>
|
||||||
|
HWND g_hWndCommandBar; // <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>
|
||||||
|
|
||||||
|
// <20>˴<EFBFBD><CBB4><EFBFBD>ģ<EFBFBD><C4A3><EFBFBD>а<EFBFBD><D0B0><EFBFBD><EFBFBD>ĺ<EFBFBD><C4BA><EFBFBD><EFBFBD><EFBFBD>ǰ<EFBFBD><C7B0><EFBFBD><EFBFBD><EFBFBD><EFBFBD>:
|
||||||
|
ATOM MyRegisterClass(HINSTANCE, LPTSTR);
|
||||||
|
BOOL InitInstance(HINSTANCE, int);
|
||||||
|
LRESULT CALLBACK WndProc(HWND, UINT, WPARAM, LPARAM);
|
||||||
|
|
||||||
|
int WINAPI WinMain(HINSTANCE hInstance,
|
||||||
|
HINSTANCE hPrevInstance,
|
||||||
|
LPTSTR lpCmdLine,
|
||||||
|
int nCmdShow)
|
||||||
|
{
|
||||||
|
MSG msg;
|
||||||
|
|
||||||
|
// ִ<><D6B4>Ӧ<EFBFBD>ó<EFBFBD><C3B3><EFBFBD><EFBFBD><EFBFBD>ʼ<EFBFBD><CABC>:
|
||||||
|
if (!InitInstance(hInstance, nCmdShow))
|
||||||
|
{
|
||||||
|
return FALSE;
|
||||||
|
}
|
||||||
|
|
||||||
|
HACCEL hAccelTable;
|
||||||
|
hAccelTable = LoadAccelerators(hInstance, MAKEINTRESOURCE(IDC_SCREENREFRESH));
|
||||||
|
|
||||||
|
// <20><><EFBFBD><EFBFBD>Ϣѭ<CFA2><D1AD>:
|
||||||
|
while (GetMessage(&msg, NULL, 0, 0))
|
||||||
|
{
|
||||||
|
if (!TranslateAccelerator(msg.hwnd, hAccelTable, &msg))
|
||||||
|
{
|
||||||
|
TranslateMessage(&msg);
|
||||||
|
DispatchMessage(&msg);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
return (int)msg.wParam;
|
||||||
|
}
|
||||||
|
|
||||||
|
//
|
||||||
|
// <20><><EFBFBD><EFBFBD>: MyRegisterClass()
|
||||||
|
//
|
||||||
|
// Ŀ<><C4BF>: ע<>ᴰ<EFBFBD><E1B4B0><EFBFBD>ࡣ
|
||||||
|
//
|
||||||
|
// ע<><D7A2>:
|
||||||
|
//
|
||||||
|
ATOM MyRegisterClass(HINSTANCE hInstance, LPTSTR szWindowClass)
|
||||||
|
{
|
||||||
|
WNDCLASS wc;
|
||||||
|
|
||||||
|
wc.style = CS_HREDRAW | CS_VREDRAW;
|
||||||
|
wc.lpfnWndProc = WndProc;
|
||||||
|
wc.cbClsExtra = 0;
|
||||||
|
wc.cbWndExtra = 0;
|
||||||
|
wc.hInstance = hInstance;
|
||||||
|
wc.hIcon = LoadIcon(hInstance, MAKEINTRESOURCE(IDI_SCREENREFRESH));
|
||||||
|
wc.hCursor = 0;
|
||||||
|
wc.hbrBackground = (HBRUSH)GetStockObject(WHITE_BRUSH);
|
||||||
|
wc.lpszMenuName = 0;
|
||||||
|
wc.lpszClassName = szWindowClass;
|
||||||
|
|
||||||
|
return RegisterClass(&wc);
|
||||||
|
}
|
||||||
|
|
||||||
|
//
|
||||||
|
// <20><><EFBFBD><EFBFBD>: InitInstance(HINSTANCE, int)
|
||||||
|
//
|
||||||
|
// Ŀ<><C4BF>: <20><><EFBFBD><EFBFBD>ʵ<EFBFBD><CAB5><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>
|
||||||
|
//
|
||||||
|
// ע<><D7A2>:
|
||||||
|
//
|
||||||
|
// <20>ڴ˺<DAB4><CBBA><EFBFBD><EFBFBD>У<EFBFBD><D0A3><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ȫ<EFBFBD>ֱ<EFBFBD><D6B1><EFBFBD><EFBFBD>б<EFBFBD><D0B1><EFBFBD>ʵ<EFBFBD><CAB5><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>
|
||||||
|
// <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ʾ<EFBFBD><CABE><EFBFBD><EFBFBD><EFBFBD>ڡ<F2B4B0BF>
|
||||||
|
//
|
||||||
|
BOOL InitInstance(HINSTANCE hInstance, int nCmdShow)
|
||||||
|
{
|
||||||
|
HWND hWnd;
|
||||||
|
TCHAR szTitle[MAX_LOADSTRING]; // <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ı<EFBFBD>
|
||||||
|
TCHAR szWindowClass[MAX_LOADSTRING]; // <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>
|
||||||
|
|
||||||
|
g_hInst = hInstance; // <20><>ʵ<EFBFBD><CAB5><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>洢<EFBFBD><E6B4A2>ȫ<EFBFBD>ֱ<EFBFBD><D6B1><EFBFBD><EFBFBD><EFBFBD>
|
||||||
|
|
||||||
|
LoadString(hInstance, IDS_APP_TITLE, szTitle, MAX_LOADSTRING);
|
||||||
|
LoadString(hInstance, IDC_SCREENREFRESH, szWindowClass, MAX_LOADSTRING);
|
||||||
|
|
||||||
|
if (!MyRegisterClass(hInstance, szWindowClass))
|
||||||
|
{
|
||||||
|
return FALSE;
|
||||||
|
}
|
||||||
|
|
||||||
|
// <20><>ȡ<EFBFBD><C8A1>Ļ<EFBFBD>ߴ<EFBFBD>
|
||||||
|
int screenWidth = GetSystemMetrics(SM_CXSCREEN);
|
||||||
|
int screenHeight = GetSystemMetrics(SM_CYSCREEN);
|
||||||
|
|
||||||
|
// <20><><EFBFBD><EFBFBD>ȫ<EFBFBD><C8AB><EFBFBD><EFBFBD><EFBFBD><EFBFBD>
|
||||||
|
hWnd = CreateWindow(szWindowClass, L"ScreenRefresh", WS_POPUP | WS_VISIBLE,
|
||||||
|
0, 0, screenWidth, screenHeight, NULL, NULL, hInstance, NULL);
|
||||||
|
|
||||||
|
if (!hWnd)
|
||||||
|
{
|
||||||
|
return FALSE;
|
||||||
|
}
|
||||||
|
|
||||||
|
ShowWindow(hWnd, nCmdShow);
|
||||||
|
UpdateWindow(hWnd);
|
||||||
|
|
||||||
|
if (g_hWndCommandBar)
|
||||||
|
{
|
||||||
|
CommandBar_Show(g_hWndCommandBar, TRUE);
|
||||||
|
}
|
||||||
|
|
||||||
|
return TRUE;
|
||||||
|
}
|
||||||
|
|
||||||
|
//
|
||||||
|
// <20><><EFBFBD><EFBFBD>: WndProc(HWND, UINT, WPARAM, LPARAM)
|
||||||
|
//
|
||||||
|
// Ŀ<><C4BF>: <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ڵ<EFBFBD><DAB5><EFBFBD>Ϣ<EFBFBD><CFA2>
|
||||||
|
//
|
||||||
|
// WM_COMMAND - <20><><EFBFBD><EFBFBD>Ӧ<EFBFBD>ó<EFBFBD><C3B3><EFBFBD><EFBFBD>˵<EFBFBD>
|
||||||
|
// WM_PAINT - <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>
|
||||||
|
// WM_DESTROY - <20><><EFBFBD><EFBFBD><EFBFBD>˳<EFBFBD><CBB3><EFBFBD>Ϣ<EFBFBD><CFA2><EFBFBD><EFBFBD><EFBFBD><EFBFBD>
|
||||||
|
//
|
||||||
|
//
|
||||||
|
LRESULT CALLBACK WndProc(HWND hWnd, UINT msg, WPARAM wParam, LPARAM lParam)
|
||||||
|
{
|
||||||
|
static int s_nFlashCount = 0;
|
||||||
|
static bool s_bIsBlack = false;
|
||||||
|
static UINT_PTR s_nTimerId = 0;
|
||||||
|
|
||||||
|
HWND taskbarWnd = FindWindow(L"HHTaskBar", NULL);
|
||||||
|
|
||||||
|
switch (msg)
|
||||||
|
{
|
||||||
|
case WM_CREATE:
|
||||||
|
// <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ʱ<EFBFBD><CAB1>
|
||||||
|
s_nTimerId = SetTimer(hWnd, 1, 1000, NULL);
|
||||||
|
if (taskbarWnd != NULL)
|
||||||
|
{
|
||||||
|
// <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>
|
||||||
|
ShowWindow(taskbarWnd, SW_HIDE);
|
||||||
|
}
|
||||||
|
break;
|
||||||
|
|
||||||
|
case WM_TIMER:
|
||||||
|
// <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ʱ<EFBFBD><CAB1><EFBFBD><EFBFBD>Ϣ
|
||||||
|
s_bIsBlack = !s_bIsBlack;
|
||||||
|
InvalidateRect(hWnd, NULL, TRUE);
|
||||||
|
|
||||||
|
if (++s_nFlashCount >= 3)
|
||||||
|
{
|
||||||
|
// ֹͣ<CDA3><D6B9>ʱ<EFBFBD><CAB1>
|
||||||
|
KillTimer(hWnd, s_nTimerId);
|
||||||
|
s_nTimerId = 0;
|
||||||
|
|
||||||
|
// <20>رմ<D8B1><D5B4><EFBFBD>
|
||||||
|
PostMessage(hWnd, WM_CLOSE, 0, 0);
|
||||||
|
}
|
||||||
|
break;
|
||||||
|
|
||||||
|
case WM_PAINT:
|
||||||
|
{
|
||||||
|
PAINTSTRUCT ps;
|
||||||
|
HDC hdc = BeginPaint(hWnd, &ps);
|
||||||
|
|
||||||
|
// <20><><EFBFBD>ݱ<EFBFBD><DDB1><EFBFBD><EFBFBD><EFBFBD>ɫ<EFBFBD><C9AB><EFBFBD>ƾ<EFBFBD><C6BE><EFBFBD>
|
||||||
|
RECT rect;
|
||||||
|
GetClientRect(hWnd, &rect);
|
||||||
|
HBRUSH hBrush = CreateSolidBrush(s_bIsBlack ? RGB(0, 0, 0) : RGB(255, 255, 255));
|
||||||
|
FillRect(hdc, &rect, hBrush);
|
||||||
|
DeleteObject(hBrush);
|
||||||
|
|
||||||
|
EndPaint(hWnd, &ps);
|
||||||
|
break;
|
||||||
|
}
|
||||||
|
|
||||||
|
case WM_CLOSE:
|
||||||
|
if (taskbarWnd != NULL)
|
||||||
|
{
|
||||||
|
// <20><>ʾ<EFBFBD><CABE><EFBFBD><EFBFBD><EFBFBD><EFBFBD>
|
||||||
|
ShowWindow(taskbarWnd, SW_SHOW);
|
||||||
|
}
|
||||||
|
// <20><><EFBFBD>ٴ<EFBFBD><D9B4><EFBFBD>
|
||||||
|
DestroyWindow(hWnd);
|
||||||
|
break;
|
||||||
|
|
||||||
|
case WM_DESTROY:
|
||||||
|
// <20>˳<EFBFBD>Ӧ<EFBFBD>ó<EFBFBD><C3B3><EFBFBD>
|
||||||
|
PostQuitMessage(0);
|
||||||
|
break;
|
||||||
|
|
||||||
|
default:
|
||||||
|
return DefWindowProc(hWnd, msg, wParam, lParam);
|
||||||
|
}
|
||||||
|
|
||||||
|
return 0;
|
||||||
|
}
|
22
Tools/ScreenRefresh/sources/ScreenRefresh/ScreenRefresh.h
Normal file
22
Tools/ScreenRefresh/sources/ScreenRefresh/ScreenRefresh.h
Normal file
@@ -0,0 +1,22 @@
|
|||||||
|
// Hanvon EBook Hacker
|
||||||
|
// Copyright (C) 2017-2023 Fankes Studio(qzmmcn@163.com)
|
||||||
|
// https://github.com/fankes/HanvonEBookHacker
|
||||||
|
//
|
||||||
|
// This software is non-free but opensource software: you can redistribute it
|
||||||
|
// and/or modify it under the terms of the GNU Affero General Public License
|
||||||
|
// as published by the Free Software Foundation; either
|
||||||
|
// version 3 of the License, or any later version.
|
||||||
|
//
|
||||||
|
// This software is distributed in the hope that it will be useful,
|
||||||
|
// but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
||||||
|
// Affero General Public License for more details.
|
||||||
|
//
|
||||||
|
// You should have received a copy of the GNU Affero General Public License
|
||||||
|
// and eula along with this software. If not, see
|
||||||
|
// <https://www.gnu.org/licenses/>
|
||||||
|
//
|
||||||
|
// This file is created by fankes on 2023/9/12.
|
||||||
|
|
||||||
|
#pragma once
|
||||||
|
#include "resource.h"
|
BIN
Tools/ScreenRefresh/sources/ScreenRefresh/ScreenRefresh.ico
Normal file
BIN
Tools/ScreenRefresh/sources/ScreenRefresh/ScreenRefresh.ico
Normal file
Binary file not shown.
After Width: | Height: | Size: 23 KiB |
155
Tools/ScreenRefresh/sources/ScreenRefresh/ScreenRefresh.rc
Normal file
155
Tools/ScreenRefresh/sources/ScreenRefresh/ScreenRefresh.rc
Normal file
@@ -0,0 +1,155 @@
|
|||||||
|
// Microsoft Visual C++ generated resource script.
|
||||||
|
//
|
||||||
|
#include "resource.h"
|
||||||
|
|
||||||
|
#define APSTUDIO_READONLY_SYMBOLS
|
||||||
|
/////////////////////////////////////////////////////////////////////////////
|
||||||
|
//
|
||||||
|
// Generated from the TEXTINCLUDE 2 resource.
|
||||||
|
//
|
||||||
|
#define APSTUDIO_HIDDEN_SYMBOLS
|
||||||
|
#include "windows.h"
|
||||||
|
#include "resdefce.h"
|
||||||
|
#undef APSTUDIO_HIDDEN_SYMBOLS
|
||||||
|
|
||||||
|
/////////////////////////////////////////////////////////////////////////////
|
||||||
|
#undef APSTUDIO_READONLY_SYMBOLS
|
||||||
|
|
||||||
|
/////////////////////////////////////////////////////////////////////////////
|
||||||
|
// <20><><EFBFBD><EFBFBD>(<28>л<EFBFBD><D0BB><EFBFBD><EFBFBD><F1B9B2BA>) resources
|
||||||
|
|
||||||
|
#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_CHS)
|
||||||
|
#ifdef _WIN32
|
||||||
|
LANGUAGE LANG_CHINESE, SUBLANG_CHINESE_SIMPLIFIED
|
||||||
|
#pragma code_page(936)
|
||||||
|
#endif //_WIN32
|
||||||
|
|
||||||
|
/////////////////////////////////////////////////////////////////////////////
|
||||||
|
//
|
||||||
|
// Icon
|
||||||
|
//
|
||||||
|
|
||||||
|
// Icon with lowest ID value placed first to ensure application icon
|
||||||
|
// remains consistent on all systems.
|
||||||
|
IDI_SCREENREFRESH ICON "ScreenRefresh.ico"
|
||||||
|
|
||||||
|
/////////////////////////////////////////////////////////////////////////////
|
||||||
|
//
|
||||||
|
// Accelerator
|
||||||
|
//
|
||||||
|
|
||||||
|
IDC_SCREENREFRESH ACCELERATORS
|
||||||
|
BEGIN
|
||||||
|
"A", IDM_HELP_ABOUT, VIRTKEY, CONTROL, NOINVERT
|
||||||
|
"Q", IDOK, VIRTKEY, CONTROL, NOINVERT
|
||||||
|
END
|
||||||
|
|
||||||
|
|
||||||
|
#ifdef APSTUDIO_INVOKED
|
||||||
|
/////////////////////////////////////////////////////////////////////////////
|
||||||
|
//
|
||||||
|
// TEXTINCLUDE
|
||||||
|
//
|
||||||
|
|
||||||
|
1 TEXTINCLUDE
|
||||||
|
BEGIN
|
||||||
|
"resource.h\0"
|
||||||
|
END
|
||||||
|
|
||||||
|
2 TEXTINCLUDE
|
||||||
|
BEGIN
|
||||||
|
"#define APSTUDIO_HIDDEN_SYMBOLS\r\n"
|
||||||
|
"#include ""windows.h""\r\n"
|
||||||
|
"#include ""resdefce.h""\r\n"
|
||||||
|
"#undef APSTUDIO_HIDDEN_SYMBOLS\r\n"
|
||||||
|
"\0"
|
||||||
|
END
|
||||||
|
|
||||||
|
3 TEXTINCLUDE
|
||||||
|
BEGIN
|
||||||
|
"\r\n"
|
||||||
|
"#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_CHS)\r\n"
|
||||||
|
"LANGUAGE 4, 2\r\n"
|
||||||
|
"#pragma code_page(936)\r\n"
|
||||||
|
"#include ""ScreenRefresh.rc2"" // <20><> Microsoft Visual C++ <20>༭<EFBFBD><E0BCAD><EFBFBD><EFBFBD>Դ\r\n"
|
||||||
|
"#endif\r\n"
|
||||||
|
"\0"
|
||||||
|
END
|
||||||
|
|
||||||
|
#endif // APSTUDIO_INVOKED
|
||||||
|
|
||||||
|
|
||||||
|
/////////////////////////////////////////////////////////////////////////////
|
||||||
|
//
|
||||||
|
// Version
|
||||||
|
//
|
||||||
|
|
||||||
|
VS_VERSION_INFO VERSIONINFO
|
||||||
|
FILEVERSION 1,0,0,1
|
||||||
|
PRODUCTVERSION 1,0,0,1
|
||||||
|
FILEFLAGSMASK 0x17L
|
||||||
|
#ifdef _DEBUG
|
||||||
|
FILEFLAGS 0x1L
|
||||||
|
#else
|
||||||
|
FILEFLAGS 0x0L
|
||||||
|
#endif
|
||||||
|
FILEOS 0x4L
|
||||||
|
FILETYPE 0x1L
|
||||||
|
FILESUBTYPE 0x0L
|
||||||
|
BEGIN
|
||||||
|
BLOCK "StringFileInfo"
|
||||||
|
BEGIN
|
||||||
|
BLOCK "080404b0"
|
||||||
|
BEGIN
|
||||||
|
VALUE "FileDescription", "Windows CE <20>µ<EFBFBD><C2B5><EFBFBD>īˮ<C4AB><CBAE><EFBFBD>ļ<EFBFBD><C4BC><EFBFBD><EFBFBD><EFBFBD>Ļˢ<C4BB>¹<EFBFBD><C2B9>ߡ<EFBFBD>"
|
||||||
|
VALUE "FileVersion", "1, 0, 0, 1"
|
||||||
|
VALUE "InternalName", "<22><>Ļˢ<C4BB><CBA2>"
|
||||||
|
VALUE "LegalCopyright", "Copyright (C) 2017-2023 Fankes Studio"
|
||||||
|
VALUE "OriginalFilename", "ScreenRefresh.exe"
|
||||||
|
VALUE "ProductName", "<22><>Ļˢ<C4BB><CBA2>"
|
||||||
|
VALUE "ProductVersion", "1, 0, 0, 1"
|
||||||
|
END
|
||||||
|
END
|
||||||
|
BLOCK "VarFileInfo"
|
||||||
|
BEGIN
|
||||||
|
VALUE "Translation", 0x804, 1200
|
||||||
|
END
|
||||||
|
END
|
||||||
|
|
||||||
|
|
||||||
|
/////////////////////////////////////////////////////////////////////////////
|
||||||
|
//
|
||||||
|
// String Table
|
||||||
|
//
|
||||||
|
|
||||||
|
STRINGTABLE
|
||||||
|
BEGIN
|
||||||
|
IDS_APP_TITLE "ScreenRefresh"
|
||||||
|
IDC_SCREENREFRESH "SCREENREFRESH"
|
||||||
|
END
|
||||||
|
|
||||||
|
STRINGTABLE
|
||||||
|
BEGIN
|
||||||
|
IDS_TOOLS "<22><><EFBFBD><EFBFBD>"
|
||||||
|
END
|
||||||
|
|
||||||
|
#endif // <20><><EFBFBD><EFBFBD>(<28>л<EFBFBD><D0BB><EFBFBD><EFBFBD><F1B9B2BA>) resources
|
||||||
|
/////////////////////////////////////////////////////////////////////////////
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
#ifndef APSTUDIO_INVOKED
|
||||||
|
/////////////////////////////////////////////////////////////////////////////
|
||||||
|
//
|
||||||
|
// Generated from the TEXTINCLUDE 3 resource.
|
||||||
|
//
|
||||||
|
|
||||||
|
#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_CHS)
|
||||||
|
LANGUAGE 4, 2
|
||||||
|
#pragma code_page(936)
|
||||||
|
#include "ScreenRefresh.rc2" // <20><> Microsoft Visual C++ <20>༭<EFBFBD><E0BCAD><EFBFBD><EFBFBD>Դ
|
||||||
|
#endif
|
||||||
|
|
||||||
|
/////////////////////////////////////////////////////////////////////////////
|
||||||
|
#endif // not APSTUDIO_INVOKED
|
||||||
|
|
11
Tools/ScreenRefresh/sources/ScreenRefresh/ScreenRefresh.rc2
Normal file
11
Tools/ScreenRefresh/sources/ScreenRefresh/ScreenRefresh.rc2
Normal file
@@ -0,0 +1,11 @@
|
|||||||
|
//
|
||||||
|
// ScreenRefresh.RC2 - Microsoft Visual C++ <20><><EFBFBD><EFBFBD>ֱ<EFBFBD>ӱ༭<D3B1><E0BCAD><EFBFBD><EFBFBD>Դ
|
||||||
|
//
|
||||||
|
|
||||||
|
#ifdef APSTUDIO_INVOKED
|
||||||
|
#error <20><><EFBFBD>ļ<EFBFBD><C4BC><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> Microsoft Visual C++ <20>༭
|
||||||
|
#endif //APSTUDIO_INVOKED
|
||||||
|
|
||||||
|
|
||||||
|
/////////////////////////////////////////////////////////////////////////////
|
||||||
|
// <20>ڴ˴<DAB4><CBB4><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ֶ<EFBFBD><D6B6>༭<EFBFBD><E0BCAD><EFBFBD><EFBFBD>Դ...
|
467
Tools/ScreenRefresh/sources/ScreenRefresh/ScreenRefresh.vcproj
Normal file
467
Tools/ScreenRefresh/sources/ScreenRefresh/ScreenRefresh.vcproj
Normal file
@@ -0,0 +1,467 @@
|
|||||||
|
<?xml version="1.0" encoding="gb2312"?>
|
||||||
|
<VisualStudioProject
|
||||||
|
ProjectType="Visual C++"
|
||||||
|
Version="9.00"
|
||||||
|
Name="ScreenRefresh"
|
||||||
|
ProjectGUID="{D1A27E77-B853-49A0-B1ED-BAF6B0B4F4B9}"
|
||||||
|
RootNamespace="ScreenRefresh"
|
||||||
|
Keyword="Win32Proj"
|
||||||
|
TargetFrameworkVersion="196613"
|
||||||
|
>
|
||||||
|
<Platforms>
|
||||||
|
<Platform
|
||||||
|
Name="CHSINT SDK For WinCE 6.0 (ARMV4I)"
|
||||||
|
/>
|
||||||
|
<Platform
|
||||||
|
Name="STANDARDSDK_500 (MIPSII)"
|
||||||
|
/>
|
||||||
|
</Platforms>
|
||||||
|
<ToolFiles>
|
||||||
|
</ToolFiles>
|
||||||
|
<Configurations>
|
||||||
|
<Configuration
|
||||||
|
Name="Debug|CHSINT SDK For WinCE 6.0 (ARMV4I)"
|
||||||
|
OutputDirectory="$(PlatformName)\$(ConfigurationName)"
|
||||||
|
IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
|
||||||
|
ConfigurationType="1"
|
||||||
|
CharacterSet="1"
|
||||||
|
>
|
||||||
|
<Tool
|
||||||
|
Name="VCPreBuildEventTool"
|
||||||
|
/>
|
||||||
|
<Tool
|
||||||
|
Name="VCCustomBuildTool"
|
||||||
|
/>
|
||||||
|
<Tool
|
||||||
|
Name="VCXMLDataGeneratorTool"
|
||||||
|
/>
|
||||||
|
<Tool
|
||||||
|
Name="VCWebServiceProxyGeneratorTool"
|
||||||
|
/>
|
||||||
|
<Tool
|
||||||
|
Name="VCMIDLTool"
|
||||||
|
/>
|
||||||
|
<Tool
|
||||||
|
Name="VCCLCompilerTool"
|
||||||
|
ExecutionBucket="7"
|
||||||
|
Optimization="0"
|
||||||
|
PreprocessorDefinitions="_DEBUG;_WIN32_WCE=$(CEVER);UNDER_CE;WINCE;DEBUG;_WINDOWS;$(ARCHFAM);$(_ARCHFAM_);_UNICODE;UNICODE;STANDARDSHELL_UI_MODEL"
|
||||||
|
MinimalRebuild="true"
|
||||||
|
RuntimeLibrary="1"
|
||||||
|
UsePrecompiledHeader="2"
|
||||||
|
WarningLevel="3"
|
||||||
|
DebugInformationFormat="3"
|
||||||
|
/>
|
||||||
|
<Tool
|
||||||
|
Name="VCManagedResourceCompilerTool"
|
||||||
|
/>
|
||||||
|
<Tool
|
||||||
|
Name="VCResourceCompilerTool"
|
||||||
|
PreprocessorDefinitions="_DEBUG;_WIN32_WCE=$(CEVER);UNDER_CE"
|
||||||
|
Culture="2052"
|
||||||
|
AdditionalIncludeDirectories="$(IntDir)"
|
||||||
|
/>
|
||||||
|
<Tool
|
||||||
|
Name="VCPreLinkEventTool"
|
||||||
|
/>
|
||||||
|
<Tool
|
||||||
|
Name="VCLinkerTool"
|
||||||
|
AdditionalOptions=" /subsystem:windowsce,6.00"
|
||||||
|
OutputFile="$(OutDir)/ScreenRefresh.exe"
|
||||||
|
LinkIncremental="2"
|
||||||
|
DelayLoadDLLs="$(NOINHERIT)"
|
||||||
|
GenerateDebugInformation="true"
|
||||||
|
ProgramDatabaseFile="$(OutDir)/ScreenRefresh.pdb"
|
||||||
|
SubSystem="0"
|
||||||
|
StackReserveSize="65536"
|
||||||
|
StackCommitSize="4096"
|
||||||
|
RandomizedBaseAddress="1"
|
||||||
|
DataExecutionPrevention="0"
|
||||||
|
/>
|
||||||
|
<Tool
|
||||||
|
Name="VCALinkTool"
|
||||||
|
/>
|
||||||
|
<Tool
|
||||||
|
Name="VCXDCMakeTool"
|
||||||
|
/>
|
||||||
|
<Tool
|
||||||
|
Name="VCBscMakeTool"
|
||||||
|
/>
|
||||||
|
<Tool
|
||||||
|
Name="VCFxCopTool"
|
||||||
|
/>
|
||||||
|
<Tool
|
||||||
|
Name="VCCodeSignTool"
|
||||||
|
/>
|
||||||
|
<Tool
|
||||||
|
Name="VCPostBuildEventTool"
|
||||||
|
/>
|
||||||
|
<DeploymentTool
|
||||||
|
ForceDirty="-1"
|
||||||
|
RemoteDirectory=""
|
||||||
|
RegisterOutput="0"
|
||||||
|
AdditionalFiles=""
|
||||||
|
/>
|
||||||
|
<DebuggerTool
|
||||||
|
/>
|
||||||
|
</Configuration>
|
||||||
|
<Configuration
|
||||||
|
Name="Debug|STANDARDSDK_500 (MIPSII)"
|
||||||
|
OutputDirectory="STANDARDSDK_500 (MIPSII)\$(ConfigurationName)"
|
||||||
|
IntermediateDirectory="STANDARDSDK_500 (MIPSII)\$(ConfigurationName)"
|
||||||
|
ConfigurationType="1"
|
||||||
|
CharacterSet="1"
|
||||||
|
>
|
||||||
|
<Tool
|
||||||
|
Name="VCPreBuildEventTool"
|
||||||
|
/>
|
||||||
|
<Tool
|
||||||
|
Name="VCCustomBuildTool"
|
||||||
|
/>
|
||||||
|
<Tool
|
||||||
|
Name="VCXMLDataGeneratorTool"
|
||||||
|
/>
|
||||||
|
<Tool
|
||||||
|
Name="VCWebServiceProxyGeneratorTool"
|
||||||
|
/>
|
||||||
|
<Tool
|
||||||
|
Name="VCMIDLTool"
|
||||||
|
TargetEnvironment="1"
|
||||||
|
/>
|
||||||
|
<Tool
|
||||||
|
Name="VCCLCompilerTool"
|
||||||
|
ExecutionBucket="7"
|
||||||
|
Optimization="0"
|
||||||
|
PreprocessorDefinitions="_DEBUG;_WIN32_WCE=$(CEVER);UNDER_CE;WINCE;DEBUG;_WINDOWS;$(ARCHFAM);$(_ARCHFAM_);_UNICODE;UNICODE;STANDARDSHELL_UI_MODEL"
|
||||||
|
MinimalRebuild="true"
|
||||||
|
RuntimeLibrary="1"
|
||||||
|
UsePrecompiledHeader="2"
|
||||||
|
WarningLevel="3"
|
||||||
|
DebugInformationFormat="3"
|
||||||
|
/>
|
||||||
|
<Tool
|
||||||
|
Name="VCManagedResourceCompilerTool"
|
||||||
|
/>
|
||||||
|
<Tool
|
||||||
|
Name="VCResourceCompilerTool"
|
||||||
|
PreprocessorDefinitions="_DEBUG;_WIN32_WCE=$(CEVER);UNDER_CE"
|
||||||
|
Culture="2052"
|
||||||
|
AdditionalIncludeDirectories="$(IntDir)"
|
||||||
|
/>
|
||||||
|
<Tool
|
||||||
|
Name="VCPreLinkEventTool"
|
||||||
|
/>
|
||||||
|
<Tool
|
||||||
|
Name="VCLinkerTool"
|
||||||
|
AdditionalOptions=" /subsystem:windowsce,6.00"
|
||||||
|
OutputFile="$(OutDir)/ScreenRefresh.exe"
|
||||||
|
LinkIncremental="2"
|
||||||
|
DelayLoadDLLs="$(NOINHERIT)"
|
||||||
|
GenerateDebugInformation="true"
|
||||||
|
ProgramDatabaseFile="$(OutDir)/ScreenRefresh.pdb"
|
||||||
|
SubSystem="0"
|
||||||
|
StackReserveSize="65536"
|
||||||
|
StackCommitSize="4096"
|
||||||
|
RandomizedBaseAddress="1"
|
||||||
|
DataExecutionPrevention="0"
|
||||||
|
TargetMachine="0"
|
||||||
|
/>
|
||||||
|
<Tool
|
||||||
|
Name="VCALinkTool"
|
||||||
|
/>
|
||||||
|
<Tool
|
||||||
|
Name="VCXDCMakeTool"
|
||||||
|
/>
|
||||||
|
<Tool
|
||||||
|
Name="VCBscMakeTool"
|
||||||
|
/>
|
||||||
|
<Tool
|
||||||
|
Name="VCFxCopTool"
|
||||||
|
/>
|
||||||
|
<Tool
|
||||||
|
Name="VCCodeSignTool"
|
||||||
|
/>
|
||||||
|
<Tool
|
||||||
|
Name="VCPostBuildEventTool"
|
||||||
|
/>
|
||||||
|
<DeploymentTool
|
||||||
|
ForceDirty="-1"
|
||||||
|
RemoteDirectory=""
|
||||||
|
RegisterOutput="0"
|
||||||
|
AdditionalFiles=""
|
||||||
|
/>
|
||||||
|
<DebuggerTool
|
||||||
|
/>
|
||||||
|
</Configuration>
|
||||||
|
<Configuration
|
||||||
|
Name="Release|CHSINT SDK For WinCE 6.0 (ARMV4I)"
|
||||||
|
OutputDirectory="$(PlatformName)\$(ConfigurationName)"
|
||||||
|
IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
|
||||||
|
ConfigurationType="1"
|
||||||
|
CharacterSet="1"
|
||||||
|
>
|
||||||
|
<Tool
|
||||||
|
Name="VCPreBuildEventTool"
|
||||||
|
/>
|
||||||
|
<Tool
|
||||||
|
Name="VCCustomBuildTool"
|
||||||
|
/>
|
||||||
|
<Tool
|
||||||
|
Name="VCXMLDataGeneratorTool"
|
||||||
|
/>
|
||||||
|
<Tool
|
||||||
|
Name="VCWebServiceProxyGeneratorTool"
|
||||||
|
/>
|
||||||
|
<Tool
|
||||||
|
Name="VCMIDLTool"
|
||||||
|
/>
|
||||||
|
<Tool
|
||||||
|
Name="VCCLCompilerTool"
|
||||||
|
ExecutionBucket="7"
|
||||||
|
Optimization="2"
|
||||||
|
FavorSizeOrSpeed="2"
|
||||||
|
PreprocessorDefinitions="NDEBUG;_WIN32_WCE=$(CEVER);UNDER_CE;WINCE;_WINDOWS;$(ARCHFAM);$(_ARCHFAM_);_UNICODE;UNICODE;STANDARDSHELL_UI_MODEL"
|
||||||
|
RuntimeLibrary="0"
|
||||||
|
UsePrecompiledHeader="2"
|
||||||
|
WarningLevel="3"
|
||||||
|
DebugInformationFormat="3"
|
||||||
|
/>
|
||||||
|
<Tool
|
||||||
|
Name="VCManagedResourceCompilerTool"
|
||||||
|
/>
|
||||||
|
<Tool
|
||||||
|
Name="VCResourceCompilerTool"
|
||||||
|
PreprocessorDefinitions="NDEBUG;_WIN32_WCE=$(CEVER);UNDER_CE"
|
||||||
|
Culture="2052"
|
||||||
|
AdditionalIncludeDirectories="$(IntDir)"
|
||||||
|
/>
|
||||||
|
<Tool
|
||||||
|
Name="VCPreLinkEventTool"
|
||||||
|
/>
|
||||||
|
<Tool
|
||||||
|
Name="VCLinkerTool"
|
||||||
|
AdditionalOptions=" /subsystem:windowsce,6.00"
|
||||||
|
OutputFile="$(OutDir)/ScreenRefresh.exe"
|
||||||
|
LinkIncremental="1"
|
||||||
|
DelayLoadDLLs="$(NOINHERIT)"
|
||||||
|
GenerateDebugInformation="true"
|
||||||
|
ProgramDatabaseFile="$(OutDir)/ScreenRefresh.pdb"
|
||||||
|
SubSystem="0"
|
||||||
|
StackReserveSize="65536"
|
||||||
|
StackCommitSize="4096"
|
||||||
|
OptimizeReferences="2"
|
||||||
|
EnableCOMDATFolding="2"
|
||||||
|
RandomizedBaseAddress="1"
|
||||||
|
DataExecutionPrevention="0"
|
||||||
|
/>
|
||||||
|
<Tool
|
||||||
|
Name="VCALinkTool"
|
||||||
|
/>
|
||||||
|
<Tool
|
||||||
|
Name="VCXDCMakeTool"
|
||||||
|
/>
|
||||||
|
<Tool
|
||||||
|
Name="VCBscMakeTool"
|
||||||
|
/>
|
||||||
|
<Tool
|
||||||
|
Name="VCFxCopTool"
|
||||||
|
/>
|
||||||
|
<Tool
|
||||||
|
Name="VCCodeSignTool"
|
||||||
|
/>
|
||||||
|
<Tool
|
||||||
|
Name="VCPostBuildEventTool"
|
||||||
|
/>
|
||||||
|
<DeploymentTool
|
||||||
|
ForceDirty="-1"
|
||||||
|
RemoteDirectory=""
|
||||||
|
RegisterOutput="0"
|
||||||
|
AdditionalFiles=""
|
||||||
|
/>
|
||||||
|
<DebuggerTool
|
||||||
|
/>
|
||||||
|
</Configuration>
|
||||||
|
<Configuration
|
||||||
|
Name="Release|STANDARDSDK_500 (MIPSII)"
|
||||||
|
OutputDirectory="STANDARDSDK_500 (MIPSII)\$(ConfigurationName)"
|
||||||
|
IntermediateDirectory="STANDARDSDK_500 (MIPSII)\$(ConfigurationName)"
|
||||||
|
ConfigurationType="1"
|
||||||
|
CharacterSet="1"
|
||||||
|
>
|
||||||
|
<Tool
|
||||||
|
Name="VCPreBuildEventTool"
|
||||||
|
/>
|
||||||
|
<Tool
|
||||||
|
Name="VCCustomBuildTool"
|
||||||
|
/>
|
||||||
|
<Tool
|
||||||
|
Name="VCXMLDataGeneratorTool"
|
||||||
|
/>
|
||||||
|
<Tool
|
||||||
|
Name="VCWebServiceProxyGeneratorTool"
|
||||||
|
/>
|
||||||
|
<Tool
|
||||||
|
Name="VCMIDLTool"
|
||||||
|
TargetEnvironment="1"
|
||||||
|
/>
|
||||||
|
<Tool
|
||||||
|
Name="VCCLCompilerTool"
|
||||||
|
ExecutionBucket="7"
|
||||||
|
Optimization="2"
|
||||||
|
FavorSizeOrSpeed="2"
|
||||||
|
PreprocessorDefinitions="NDEBUG;_WIN32_WCE=$(CEVER);UNDER_CE;WINCE;_WINDOWS;$(ARCHFAM);$(_ARCHFAM_);_UNICODE;UNICODE;STANDARDSHELL_UI_MODEL"
|
||||||
|
RuntimeLibrary="0"
|
||||||
|
UsePrecompiledHeader="0"
|
||||||
|
WarningLevel="3"
|
||||||
|
DebugInformationFormat="3"
|
||||||
|
/>
|
||||||
|
<Tool
|
||||||
|
Name="VCManagedResourceCompilerTool"
|
||||||
|
/>
|
||||||
|
<Tool
|
||||||
|
Name="VCResourceCompilerTool"
|
||||||
|
PreprocessorDefinitions="NDEBUG;_WIN32_WCE=$(CEVER);UNDER_CE"
|
||||||
|
Culture="2052"
|
||||||
|
AdditionalIncludeDirectories="$(IntDir)"
|
||||||
|
/>
|
||||||
|
<Tool
|
||||||
|
Name="VCPreLinkEventTool"
|
||||||
|
/>
|
||||||
|
<Tool
|
||||||
|
Name="VCLinkerTool"
|
||||||
|
AdditionalOptions=" /subsystem:windowsce,6.00"
|
||||||
|
OutputFile="$(OutDir)/ScreenRefresh.exe"
|
||||||
|
LinkIncremental="1"
|
||||||
|
DelayLoadDLLs="$(NOINHERIT)"
|
||||||
|
GenerateDebugInformation="true"
|
||||||
|
ProgramDatabaseFile="$(OutDir)/ScreenRefresh.pdb"
|
||||||
|
SubSystem="0"
|
||||||
|
StackReserveSize="65536"
|
||||||
|
StackCommitSize="4096"
|
||||||
|
OptimizeReferences="2"
|
||||||
|
EnableCOMDATFolding="2"
|
||||||
|
RandomizedBaseAddress="1"
|
||||||
|
DataExecutionPrevention="0"
|
||||||
|
TargetMachine="0"
|
||||||
|
/>
|
||||||
|
<Tool
|
||||||
|
Name="VCALinkTool"
|
||||||
|
/>
|
||||||
|
<Tool
|
||||||
|
Name="VCXDCMakeTool"
|
||||||
|
/>
|
||||||
|
<Tool
|
||||||
|
Name="VCBscMakeTool"
|
||||||
|
/>
|
||||||
|
<Tool
|
||||||
|
Name="VCFxCopTool"
|
||||||
|
/>
|
||||||
|
<Tool
|
||||||
|
Name="VCCodeSignTool"
|
||||||
|
/>
|
||||||
|
<Tool
|
||||||
|
Name="VCPostBuildEventTool"
|
||||||
|
/>
|
||||||
|
<DeploymentTool
|
||||||
|
ForceDirty="-1"
|
||||||
|
RemoteDirectory=""
|
||||||
|
RegisterOutput="0"
|
||||||
|
AdditionalFiles=""
|
||||||
|
/>
|
||||||
|
<DebuggerTool
|
||||||
|
/>
|
||||||
|
</Configuration>
|
||||||
|
</Configurations>
|
||||||
|
<References>
|
||||||
|
</References>
|
||||||
|
<Files>
|
||||||
|
<Filter
|
||||||
|
Name="Դ<>ļ<EFBFBD>"
|
||||||
|
Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
|
||||||
|
UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
|
||||||
|
>
|
||||||
|
<File
|
||||||
|
RelativePath=".\ScreenRefresh.cpp"
|
||||||
|
>
|
||||||
|
</File>
|
||||||
|
<File
|
||||||
|
RelativePath=".\stdafx.cpp"
|
||||||
|
>
|
||||||
|
<FileConfiguration
|
||||||
|
Name="Debug|CHSINT SDK For WinCE 6.0 (ARMV4I)"
|
||||||
|
>
|
||||||
|
<Tool
|
||||||
|
Name="VCCLCompilerTool"
|
||||||
|
UsePrecompiledHeader="1"
|
||||||
|
/>
|
||||||
|
</FileConfiguration>
|
||||||
|
<FileConfiguration
|
||||||
|
Name="Debug|STANDARDSDK_500 (MIPSII)"
|
||||||
|
>
|
||||||
|
<Tool
|
||||||
|
Name="VCCLCompilerTool"
|
||||||
|
UsePrecompiledHeader="1"
|
||||||
|
/>
|
||||||
|
</FileConfiguration>
|
||||||
|
<FileConfiguration
|
||||||
|
Name="Release|CHSINT SDK For WinCE 6.0 (ARMV4I)"
|
||||||
|
>
|
||||||
|
<Tool
|
||||||
|
Name="VCCLCompilerTool"
|
||||||
|
UsePrecompiledHeader="1"
|
||||||
|
/>
|
||||||
|
</FileConfiguration>
|
||||||
|
<FileConfiguration
|
||||||
|
Name="Release|STANDARDSDK_500 (MIPSII)"
|
||||||
|
>
|
||||||
|
<Tool
|
||||||
|
Name="VCCLCompilerTool"
|
||||||
|
UsePrecompiledHeader="1"
|
||||||
|
/>
|
||||||
|
</FileConfiguration>
|
||||||
|
</File>
|
||||||
|
</Filter>
|
||||||
|
<Filter
|
||||||
|
Name="ͷ<>ļ<EFBFBD>"
|
||||||
|
Filter="h;hpp;hxx;hm;inl;inc;xsd"
|
||||||
|
UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
|
||||||
|
>
|
||||||
|
<File
|
||||||
|
RelativePath=".\Resource.h"
|
||||||
|
>
|
||||||
|
</File>
|
||||||
|
<File
|
||||||
|
RelativePath=".\ScreenRefresh.h"
|
||||||
|
>
|
||||||
|
</File>
|
||||||
|
<File
|
||||||
|
RelativePath=".\stdafx.h"
|
||||||
|
>
|
||||||
|
</File>
|
||||||
|
</Filter>
|
||||||
|
<Filter
|
||||||
|
Name="<22><>Դ<EFBFBD>ļ<EFBFBD>"
|
||||||
|
Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav"
|
||||||
|
UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"
|
||||||
|
>
|
||||||
|
<File
|
||||||
|
RelativePath=".\ScreenRefresh.ico"
|
||||||
|
>
|
||||||
|
</File>
|
||||||
|
<File
|
||||||
|
RelativePath=".\ScreenRefresh.rc"
|
||||||
|
>
|
||||||
|
</File>
|
||||||
|
<File
|
||||||
|
RelativePath=".\ScreenRefresh.rc2"
|
||||||
|
>
|
||||||
|
</File>
|
||||||
|
</Filter>
|
||||||
|
<File
|
||||||
|
RelativePath=".\ReadMe.txt"
|
||||||
|
>
|
||||||
|
</File>
|
||||||
|
</Files>
|
||||||
|
<Globals>
|
||||||
|
</Globals>
|
||||||
|
</VisualStudioProject>
|
42
Tools/ScreenRefresh/sources/ScreenRefresh/resource.h
Normal file
42
Tools/ScreenRefresh/sources/ScreenRefresh/resource.h
Normal file
@@ -0,0 +1,42 @@
|
|||||||
|
// Hanvon EBook Hacker
|
||||||
|
// Copyright (C) 2017-2023 Fankes Studio(qzmmcn@163.com)
|
||||||
|
// https://github.com/fankes/HanvonEBookHacker
|
||||||
|
//
|
||||||
|
// This software is non-free but opensource software: you can redistribute it
|
||||||
|
// and/or modify it under the terms of the GNU Affero General Public License
|
||||||
|
// as published by the Free Software Foundation; either
|
||||||
|
// version 3 of the License, or any later version.
|
||||||
|
//
|
||||||
|
// This software is distributed in the hope that it will be useful,
|
||||||
|
// but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
||||||
|
// Affero General Public License for more details.
|
||||||
|
//
|
||||||
|
// You should have received a copy of the GNU Affero General Public License
|
||||||
|
// and eula along with this software. If not, see
|
||||||
|
// <https://www.gnu.org/licenses/>
|
||||||
|
//
|
||||||
|
// This file is created by fankes on 2023/9/12.
|
||||||
|
|
||||||
|
//{{NO_DEPENDENCIES}}
|
||||||
|
// Microsoft Visual C++ generated include file.
|
||||||
|
// Used by ScreenRefresh.rc
|
||||||
|
//
|
||||||
|
#define IDS_APP_TITLE 1
|
||||||
|
#define IDC_SCREENREFRESH 2
|
||||||
|
#define IDI_SCREENREFRESH 101
|
||||||
|
#define IDS_TOOLS 104
|
||||||
|
#define IDM_HELP_ABOUT 40002
|
||||||
|
#define IDC_STATIC -1
|
||||||
|
|
||||||
|
// Next default values for new objects
|
||||||
|
//
|
||||||
|
#ifdef APSTUDIO_INVOKED
|
||||||
|
#ifndef APSTUDIO_READONLY_SYMBOLS
|
||||||
|
#define _APS_NO_MFC 1
|
||||||
|
#define _APS_NEXT_RESOURCE_VALUE 129
|
||||||
|
#define _APS_NEXT_COMMAND_VALUE 32771
|
||||||
|
#define _APS_NEXT_CONTROL_VALUE 1000
|
||||||
|
#define _APS_NEXT_SYMED_VALUE 110
|
||||||
|
#endif
|
||||||
|
#endif
|
29
Tools/ScreenRefresh/sources/ScreenRefresh/stdafx.cpp
Normal file
29
Tools/ScreenRefresh/sources/ScreenRefresh/stdafx.cpp
Normal file
@@ -0,0 +1,29 @@
|
|||||||
|
// Hanvon EBook Hacker
|
||||||
|
// Copyright (C) 2017-2023 Fankes Studio(qzmmcn@163.com)
|
||||||
|
// https://github.com/fankes/HanvonEBookHacker
|
||||||
|
//
|
||||||
|
// This software is non-free but opensource software: you can redistribute it
|
||||||
|
// and/or modify it under the terms of the GNU Affero General Public License
|
||||||
|
// as published by the Free Software Foundation; either
|
||||||
|
// version 3 of the License, or any later version.
|
||||||
|
//
|
||||||
|
// This software is distributed in the hope that it will be useful,
|
||||||
|
// but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
||||||
|
// Affero General Public License for more details.
|
||||||
|
//
|
||||||
|
// You should have received a copy of the GNU Affero General Public License
|
||||||
|
// and eula along with this software. If not, see
|
||||||
|
// <https://www.gnu.org/licenses/>
|
||||||
|
//
|
||||||
|
// This file is created by fankes on 2023/9/12.
|
||||||
|
//
|
||||||
|
|
||||||
|
// stdafx.cpp : ֻ<><D6BB><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><D7BC><EFBFBD><EFBFBD><EFBFBD>ļ<EFBFBD><C4BC><EFBFBD>Դ<EFBFBD>ļ<EFBFBD>
|
||||||
|
// ScreenRefresh.pch <20><><EFBFBD><EFBFBD>ΪԤ<CEAA><D4A4><EFBFBD><EFBFBD>ͷ
|
||||||
|
// stdafx.obj <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>Ԥ<EFBFBD><D4A4><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>Ϣ
|
||||||
|
|
||||||
|
#include "stdafx.h"
|
||||||
|
|
||||||
|
// TODO: <20><> STDAFX.H <20><>
|
||||||
|
// <20><><EFBFBD><EFBFBD><EFBFBD>κ<EFBFBD><CEBA><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ĸ<EFBFBD><C4B8><EFBFBD>ͷ<EFBFBD>ļ<EFBFBD><C4BC><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ڴ<EFBFBD><DAB4>ļ<EFBFBD><C4BC><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>
|
79
Tools/ScreenRefresh/sources/ScreenRefresh/stdafx.h
Normal file
79
Tools/ScreenRefresh/sources/ScreenRefresh/stdafx.h
Normal file
@@ -0,0 +1,79 @@
|
|||||||
|
// Hanvon EBook Hacker
|
||||||
|
// Copyright (C) 2017-2023 Fankes Studio(qzmmcn@163.com)
|
||||||
|
// https://github.com/fankes/HanvonEBookHacker
|
||||||
|
//
|
||||||
|
// This software is non-free but opensource software: you can redistribute it
|
||||||
|
// and/or modify it under the terms of the GNU Affero General Public License
|
||||||
|
// as published by the Free Software Foundation; either
|
||||||
|
// version 3 of the License, or any later version.
|
||||||
|
//
|
||||||
|
// This software is distributed in the hope that it will be useful,
|
||||||
|
// but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
||||||
|
// Affero General Public License for more details.
|
||||||
|
//
|
||||||
|
// You should have received a copy of the GNU Affero General Public License
|
||||||
|
// and eula along with this software. If not, see
|
||||||
|
// <https://www.gnu.org/licenses/>
|
||||||
|
//
|
||||||
|
// This file is created by fankes on 2023/9/12.
|
||||||
|
//
|
||||||
|
// stdafx.h : <20><>ϵͳ<CFB5><CDB3><EFBFBD><EFBFBD><EFBFBD>ļ<EFBFBD><C4BC>İ<EFBFBD><C4B0><EFBFBD><EFBFBD>ļ<EFBFBD><C4BC><EFBFBD>
|
||||||
|
// <20><><EFBFBD>Ǿ<EFBFBD><C7BE><EFBFBD>ʹ<EFBFBD>õ<EFBFBD><C3B5><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ĵ<EFBFBD>
|
||||||
|
// <20>ض<EFBFBD><D8B6><EFBFBD><EFBFBD><EFBFBD>Ŀ<EFBFBD>İ<EFBFBD><C4B0><EFBFBD><EFBFBD>ļ<EFBFBD>
|
||||||
|
|
||||||
|
#pragma once
|
||||||
|
|
||||||
|
#pragma comment(linker, "/nodefaultlib:libc.lib")
|
||||||
|
#pragma comment(linker, "/nodefaultlib:libcd.lib")
|
||||||
|
|
||||||
|
// ע<><D7A2> - <20><><EFBFBD><EFBFBD>ֵ<EFBFBD><D6B5><EFBFBD><EFBFBD>ΪĿ<CEAA><C4BF><EFBFBD><EFBFBD> Windows CE OS <20>汾<EFBFBD>Ĺ<EFBFBD><C4B9><EFBFBD><EFBFBD>Բ<EFBFBD><D4B2><EFBFBD>ǿ
|
||||||
|
#define WINVER _WIN32_WCE
|
||||||
|
|
||||||
|
#include <ceconfig.h>
|
||||||
|
#if defined(WIN32_PLATFORM_PSPC) || defined(WIN32_PLATFORM_WFSP)
|
||||||
|
#define SHELL_AYGSHELL
|
||||||
|
#endif
|
||||||
|
|
||||||
|
#ifdef _CE_DCOM
|
||||||
|
#define _ATL_APARTMENT_THREADED
|
||||||
|
#endif
|
||||||
|
|
||||||
|
#include <windows.h>
|
||||||
|
#include <commctrl.h>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
// Windows ͷ<>ļ<EFBFBD>:
|
||||||
|
#include <windows.h>
|
||||||
|
|
||||||
|
// C <20><><EFBFBD><EFBFBD>ʱͷ<CAB1>ļ<EFBFBD>
|
||||||
|
#include <stdlib.h>
|
||||||
|
#include <malloc.h>
|
||||||
|
#include <memory.h>
|
||||||
|
#include <tchar.h>
|
||||||
|
|
||||||
|
#if defined(WIN32_PLATFORM_PSPC) || defined(WIN32_PLATFORM_WFSP)
|
||||||
|
#ifndef _DEVICE_RESOLUTION_AWARE
|
||||||
|
#define _DEVICE_RESOLUTION_AWARE
|
||||||
|
#endif
|
||||||
|
#endif
|
||||||
|
|
||||||
|
#ifdef _DEVICE_RESOLUTION_AWARE
|
||||||
|
#include "DeviceResolutionAware.h"
|
||||||
|
#endif
|
||||||
|
|
||||||
|
#if _WIN32_WCE < 0x500 && ( defined(WIN32_PLATFORM_PSPC) || defined(WIN32_PLATFORM_WFSP) )
|
||||||
|
#pragma comment(lib, "ccrtrtti.lib")
|
||||||
|
#ifdef _X86_
|
||||||
|
#if defined(_DEBUG)
|
||||||
|
#pragma comment(lib, "libcmtx86d.lib")
|
||||||
|
#else
|
||||||
|
#pragma comment(lib, "libcmtx86.lib")
|
||||||
|
#endif
|
||||||
|
#endif
|
||||||
|
#endif
|
||||||
|
|
||||||
|
#include <altcecrt.h>
|
||||||
|
|
||||||
|
// TODO: <20>ڴ˴<DAB4><CBB4><EFBFBD><EFBFBD>ó<EFBFBD><C3B3><EFBFBD><EFBFBD><EFBFBD>Ҫ<EFBFBD><D2AA><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ͷ<EFBFBD>ļ<EFBFBD>
|
11
Tools/ScreenRotating/README.md
Normal file
11
Tools/ScreenRotating/README.md
Normal file
@@ -0,0 +1,11 @@
|
|||||||
|
# Screen Rotating
|
||||||
|
|
||||||
|
运行平台:Windows CE (提供的二进制文件为 MIPSII)
|
||||||
|
|
||||||
|
这是一个简易的屏幕旋转控制器,核心部分使用 [MortScript](http://www.sto-helit.de/index.php?module=page&entry=ms_overview) 实现。
|
||||||
|
|
||||||
|
你可以在 `sources` 目录找到其源代码。
|
||||||
|
|
||||||
|
## 使用方法
|
||||||
|
|
||||||
|
请将 `MortScript` 目录中除了 `MortRunner.exe` 和 `README.md` 之外的所有文件放置于当前目录,然后再将 `Tools\ScreenRefresh` 目录中的 `ScreenRefresh.exe` 放置于当前目录,运行 `ScreenRotating.exe` 即可。
|
BIN
Tools/ScreenRotating/Rotate0.exe
Normal file
BIN
Tools/ScreenRotating/Rotate0.exe
Normal file
Binary file not shown.
23
Tools/ScreenRotating/Rotate0.mscr
Normal file
23
Tools/ScreenRotating/Rotate0.mscr
Normal file
@@ -0,0 +1,23 @@
|
|||||||
|
##
|
||||||
|
# Hanvon EBook Hacker
|
||||||
|
# Copyright (C) 2017-2023 Fankes Studio(qzmmcn@163.com)
|
||||||
|
# https://github.com/fankes/HanvonEBookHacker
|
||||||
|
#
|
||||||
|
# This software is non-free but opensource software: you can redistribute it
|
||||||
|
# and/or modify it under the terms of the GNU Affero General Public License
|
||||||
|
# as published by the Free Software Foundation; either
|
||||||
|
# version 3 of the License, or any later version.
|
||||||
|
#
|
||||||
|
# This software is distributed in the hope that it will be useful,
|
||||||
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
||||||
|
# Affero General Public License for more details.
|
||||||
|
#
|
||||||
|
# You should have received a copy of the GNU Affero General Public License
|
||||||
|
# and eula along with this software. If not, see
|
||||||
|
# <https://www.gnu.org/licenses/>
|
||||||
|
#
|
||||||
|
# This file is created by fankes on 2023/9/12.
|
||||||
|
##
|
||||||
|
|
||||||
|
Rotate(0)
|
BIN
Tools/ScreenRotating/Rotate180.exe
Normal file
BIN
Tools/ScreenRotating/Rotate180.exe
Normal file
Binary file not shown.
23
Tools/ScreenRotating/Rotate180.mscr
Normal file
23
Tools/ScreenRotating/Rotate180.mscr
Normal file
@@ -0,0 +1,23 @@
|
|||||||
|
##
|
||||||
|
# Hanvon EBook Hacker
|
||||||
|
# Copyright (C) 2017-2023 Fankes Studio(qzmmcn@163.com)
|
||||||
|
# https://github.com/fankes/HanvonEBookHacker
|
||||||
|
#
|
||||||
|
# This software is non-free but opensource software: you can redistribute it
|
||||||
|
# and/or modify it under the terms of the GNU Affero General Public License
|
||||||
|
# as published by the Free Software Foundation; either
|
||||||
|
# version 3 of the License, or any later version.
|
||||||
|
#
|
||||||
|
# This software is distributed in the hope that it will be useful,
|
||||||
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
||||||
|
# Affero General Public License for more details.
|
||||||
|
#
|
||||||
|
# You should have received a copy of the GNU Affero General Public License
|
||||||
|
# and eula along with this software. If not, see
|
||||||
|
# <https://www.gnu.org/licenses/>
|
||||||
|
#
|
||||||
|
# This file is created by fankes on 2023/9/12.
|
||||||
|
##
|
||||||
|
|
||||||
|
Rotate(180)
|
BIN
Tools/ScreenRotating/Rotate270.exe
Normal file
BIN
Tools/ScreenRotating/Rotate270.exe
Normal file
Binary file not shown.
23
Tools/ScreenRotating/Rotate270.mscr
Normal file
23
Tools/ScreenRotating/Rotate270.mscr
Normal file
@@ -0,0 +1,23 @@
|
|||||||
|
##
|
||||||
|
# Hanvon EBook Hacker
|
||||||
|
# Copyright (C) 2017-2023 Fankes Studio(qzmmcn@163.com)
|
||||||
|
# https://github.com/fankes/HanvonEBookHacker
|
||||||
|
#
|
||||||
|
# This software is non-free but opensource software: you can redistribute it
|
||||||
|
# and/or modify it under the terms of the GNU Affero General Public License
|
||||||
|
# as published by the Free Software Foundation; either
|
||||||
|
# version 3 of the License, or any later version.
|
||||||
|
#
|
||||||
|
# This software is distributed in the hope that it will be useful,
|
||||||
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
||||||
|
# Affero General Public License for more details.
|
||||||
|
#
|
||||||
|
# You should have received a copy of the GNU Affero General Public License
|
||||||
|
# and eula along with this software. If not, see
|
||||||
|
# <https://www.gnu.org/licenses/>
|
||||||
|
#
|
||||||
|
# This file is created by fankes on 2023/9/12.
|
||||||
|
##
|
||||||
|
|
||||||
|
Rotate(270)
|
BIN
Tools/ScreenRotating/Rotate90.exe
Normal file
BIN
Tools/ScreenRotating/Rotate90.exe
Normal file
Binary file not shown.
23
Tools/ScreenRotating/Rotate90.mscr
Normal file
23
Tools/ScreenRotating/Rotate90.mscr
Normal file
@@ -0,0 +1,23 @@
|
|||||||
|
##
|
||||||
|
# Hanvon EBook Hacker
|
||||||
|
# Copyright (C) 2017-2023 Fankes Studio(qzmmcn@163.com)
|
||||||
|
# https://github.com/fankes/HanvonEBookHacker
|
||||||
|
#
|
||||||
|
# This software is non-free but opensource software: you can redistribute it
|
||||||
|
# and/or modify it under the terms of the GNU Affero General Public License
|
||||||
|
# as published by the Free Software Foundation; either
|
||||||
|
# version 3 of the License, or any later version.
|
||||||
|
#
|
||||||
|
# This software is distributed in the hope that it will be useful,
|
||||||
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
||||||
|
# Affero General Public License for more details.
|
||||||
|
#
|
||||||
|
# You should have received a copy of the GNU Affero General Public License
|
||||||
|
# and eula along with this software. If not, see
|
||||||
|
# <https://www.gnu.org/licenses/>
|
||||||
|
#
|
||||||
|
# This file is created by fankes on 2023/9/12.
|
||||||
|
##
|
||||||
|
|
||||||
|
Rotate(90)
|
BIN
Tools/ScreenRotating/ScreenRotating.exe
Normal file
BIN
Tools/ScreenRotating/ScreenRotating.exe
Normal file
Binary file not shown.
BIN
Tools/ScreenRotating/sources/ScreenRotating.ncb
Normal file
BIN
Tools/ScreenRotating/sources/ScreenRotating.ncb
Normal file
Binary file not shown.
29
Tools/ScreenRotating/sources/ScreenRotating.sln
Normal file
29
Tools/ScreenRotating/sources/ScreenRotating.sln
Normal file
@@ -0,0 +1,29 @@
|
|||||||
|
Microsoft Visual Studio Solution File, Format Version 10.00
|
||||||
|
# Visual Studio 2008
|
||||||
|
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ScreenRotating", "ScreenRotating\ScreenRotating.vcproj", "{A41153E8-7C9A-4FBD-B849-3C6286151E54}"
|
||||||
|
EndProject
|
||||||
|
Global
|
||||||
|
GlobalSection(SolutionConfigurationPlatforms) = preSolution
|
||||||
|
Debug|CHSINT SDK For WinCE 6.0 (ARMV4I) = Debug|CHSINT SDK For WinCE 6.0 (ARMV4I)
|
||||||
|
Debug|STANDARDSDK_500 (MIPSII) = Debug|STANDARDSDK_500 (MIPSII)
|
||||||
|
Release|CHSINT SDK For WinCE 6.0 (ARMV4I) = Release|CHSINT SDK For WinCE 6.0 (ARMV4I)
|
||||||
|
Release|STANDARDSDK_500 (MIPSII) = Release|STANDARDSDK_500 (MIPSII)
|
||||||
|
EndGlobalSection
|
||||||
|
GlobalSection(ProjectConfigurationPlatforms) = postSolution
|
||||||
|
{A41153E8-7C9A-4FBD-B849-3C6286151E54}.Debug|CHSINT SDK For WinCE 6.0 (ARMV4I).ActiveCfg = Debug|CHSINT SDK For WinCE 6.0 (ARMV4I)
|
||||||
|
{A41153E8-7C9A-4FBD-B849-3C6286151E54}.Debug|CHSINT SDK For WinCE 6.0 (ARMV4I).Build.0 = Debug|CHSINT SDK For WinCE 6.0 (ARMV4I)
|
||||||
|
{A41153E8-7C9A-4FBD-B849-3C6286151E54}.Debug|CHSINT SDK For WinCE 6.0 (ARMV4I).Deploy.0 = Debug|CHSINT SDK For WinCE 6.0 (ARMV4I)
|
||||||
|
{A41153E8-7C9A-4FBD-B849-3C6286151E54}.Debug|STANDARDSDK_500 (MIPSII).ActiveCfg = Debug|STANDARDSDK_500 (MIPSII)
|
||||||
|
{A41153E8-7C9A-4FBD-B849-3C6286151E54}.Debug|STANDARDSDK_500 (MIPSII).Build.0 = Debug|STANDARDSDK_500 (MIPSII)
|
||||||
|
{A41153E8-7C9A-4FBD-B849-3C6286151E54}.Debug|STANDARDSDK_500 (MIPSII).Deploy.0 = Debug|STANDARDSDK_500 (MIPSII)
|
||||||
|
{A41153E8-7C9A-4FBD-B849-3C6286151E54}.Release|CHSINT SDK For WinCE 6.0 (ARMV4I).ActiveCfg = Release|CHSINT SDK For WinCE 6.0 (ARMV4I)
|
||||||
|
{A41153E8-7C9A-4FBD-B849-3C6286151E54}.Release|CHSINT SDK For WinCE 6.0 (ARMV4I).Build.0 = Release|CHSINT SDK For WinCE 6.0 (ARMV4I)
|
||||||
|
{A41153E8-7C9A-4FBD-B849-3C6286151E54}.Release|CHSINT SDK For WinCE 6.0 (ARMV4I).Deploy.0 = Release|CHSINT SDK For WinCE 6.0 (ARMV4I)
|
||||||
|
{A41153E8-7C9A-4FBD-B849-3C6286151E54}.Release|STANDARDSDK_500 (MIPSII).ActiveCfg = Release|STANDARDSDK_500 (MIPSII)
|
||||||
|
{A41153E8-7C9A-4FBD-B849-3C6286151E54}.Release|STANDARDSDK_500 (MIPSII).Build.0 = Release|STANDARDSDK_500 (MIPSII)
|
||||||
|
{A41153E8-7C9A-4FBD-B849-3C6286151E54}.Release|STANDARDSDK_500 (MIPSII).Deploy.0 = Release|STANDARDSDK_500 (MIPSII)
|
||||||
|
EndGlobalSection
|
||||||
|
GlobalSection(SolutionProperties) = preSolution
|
||||||
|
HideSolutionNode = FALSE
|
||||||
|
EndGlobalSection
|
||||||
|
EndGlobal
|
BIN
Tools/ScreenRotating/sources/ScreenRotating.suo
Normal file
BIN
Tools/ScreenRotating/sources/ScreenRotating.suo
Normal file
Binary file not shown.
62
Tools/ScreenRotating/sources/ScreenRotating/ReadMe.txt
Normal file
62
Tools/ScreenRotating/sources/ScreenRotating/ReadMe.txt
Normal file
@@ -0,0 +1,62 @@
|
|||||||
|
========================================================================
|
||||||
|
WIN32 Ӧ<>ó<EFBFBD><C3B3><EFBFBD><EFBFBD><EFBFBD>ScreenRotating <20><>Ŀ<EFBFBD><C4BF><EFBFBD><EFBFBD>
|
||||||
|
========================================================================
|
||||||
|
|
||||||
|
Ӧ<EFBFBD>ó<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>Ϊ<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>˴<EFBFBD> ScreenRotating Ӧ<>ó<EFBFBD><C3B3><EFBFBD><EFBFBD><EFBFBD>
|
||||||
|
|
||||||
|
<EFBFBD><EFBFBD><EFBFBD>ļ<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> ScreenRotating Ӧ<>ó<EFBFBD><C3B3><EFBFBD><EFBFBD><EFBFBD>ÿ<EFBFBD><C3BF><EFBFBD>ļ<EFBFBD>
|
||||||
|
<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ݡ<EFBFBD>
|
||||||
|
|
||||||
|
|
||||||
|
ScreenRotating.vcproj
|
||||||
|
<20><><EFBFBD><EFBFBD>ʹ<EFBFBD><CAB9>Ӧ<EFBFBD>ó<EFBFBD><C3B3><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ɵ<EFBFBD> VC++ <20><>Ŀ<EFBFBD><C4BF><EFBFBD><EFBFBD><EFBFBD><EFBFBD>Ŀ<EFBFBD>ļ<EFBFBD><C4BC><EFBFBD>
|
||||||
|
<20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>й<EFBFBD><D0B9><EFBFBD><EFBFBD>ɸ<EFBFBD><C9B8>ļ<EFBFBD><C4BC><EFBFBD>ʹ<EFBFBD>õ<EFBFBD> Visual C++ <20>汾<EFBFBD><E6B1BE><EFBFBD><EFBFBD>Ϣ<EFBFBD><CFA2><EFBFBD>Լ<EFBFBD>
|
||||||
|
<20>й<EFBFBD><D0B9><EFBFBD>Ӧ<EFBFBD>ó<EFBFBD><C3B3><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ѡ<EFBFBD><D1A1><EFBFBD><EFBFBD>ƽ̨<C6BD><CCA8><EFBFBD><EFBFBD><EFBFBD>ú<EFBFBD><C3BA><EFBFBD>Ŀ<EFBFBD><C4BF><EFBFBD><EFBFBD>
|
||||||
|
<20><><EFBFBD><EFBFBD>Ϣ<EFBFBD><CFA2>
|
||||||
|
|
||||||
|
ScreenRotating.cpp
|
||||||
|
<20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>Ӧ<EFBFBD>ó<EFBFBD><C3B3><EFBFBD>Դ<EFBFBD>ļ<EFBFBD><C4BC><EFBFBD>
|
||||||
|
|
||||||
|
/////////////////////////////////////////////////////////////////////////////
|
||||||
|
Ӧ<EFBFBD>ó<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>Դ<EFBFBD><EFBFBD>
|
||||||
|
|
||||||
|
ScreenRotating.rc
|
||||||
|
<20><><EFBFBD>dz<EFBFBD><C7B3><EFBFBD>ʹ<EFBFBD>õ<EFBFBD><C3B5><EFBFBD><EFBFBD><EFBFBD> Microsoft Windows <20><>Դ<EFBFBD><D4B4><EFBFBD>嵥
|
||||||
|
<20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ʹ<EFBFBD>ñ<EFBFBD> Windows CE <20><><EFBFBD>dz<EFBFBD><C7B3><EFBFBD><EFBFBD><EFBFBD>ƽ̨
|
||||||
|
<20><><EFBFBD>б<EFBFBD><D0B1><EFBFBD>ʱ<EFBFBD><CAB1><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>洢<EFBFBD><E6B4A2> RES <20><>Ŀ¼<C4BF>е<EFBFBD>ͼ<EFBFBD>ꡢλͼ
|
||||||
|
<20><EFBFBD><CDB9>ꡣ<EFBFBD><EAA1A3><EFBFBD>ļ<EFBFBD><C4BC><EFBFBD><EFBFBD><EFBFBD>ֱ<EFBFBD><D6B1><EFBFBD><EFBFBD> Microsoft Visual C++
|
||||||
|
<20>н<EFBFBD><D0BD>б༭<D0B1><E0BCAD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> .rc <20>ļ<EFBFBD><C4BC><EFBFBD><EFBFBD>ֲ<EFBFBD><D6B2>䣬<EFBFBD><E4A3AC><EFBFBD>ݽ<EFBFBD><DDBD>еĶ<D0B5><C4B6><EFBFBD>
|
||||||
|
<20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>Ϊ<EFBFBD><CEAA><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>Ϊ<EFBFBD><CEAA><EFBFBD><EFBFBD>ֵ<EFBFBD><D6B5>ʮ<EFBFBD><CAAE><EFBFBD><EFBFBD><EFBFBD>ư汾<C6B0><E6B1BE>
|
||||||
|
<20><><EFBFBD><EFBFBD><EFBFBD>Ƕ<EFBFBD><C7B6><EFBFBD><EFBFBD><EFBFBD><EFBFBD>Ѻ<EFBFBD><D1BA><EFBFBD><EFBFBD>ơ<EFBFBD>
|
||||||
|
|
||||||
|
ScreenRotating.rc2
|
||||||
|
<20><><EFBFBD>ļ<EFBFBD><C4BC><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> Microsoft
|
||||||
|
Visual C++ <20>༭<EFBFBD><E0BCAD><EFBFBD><EFBFBD>Դ<EFBFBD><D4B4><EFBFBD><EFBFBD>Ӧ<EFBFBD><D3A6><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><DEB7><EFBFBD><EFBFBD><EFBFBD>Դ<EFBFBD>༭<EFBFBD><E0BCAD><EFBFBD>༭<EFBFBD><E0BCAD><EFBFBD><EFBFBD>Դ
|
||||||
|
<20><><EFBFBD>õ<EFBFBD><C3B5><EFBFBD><EFBFBD>ļ<EFBFBD><C4BC>С<EFBFBD>
|
||||||
|
|
||||||
|
Resource.h
|
||||||
|
<20><><EFBFBD>DZ<EFBFBD>ͷ<D7BC>ļ<EFBFBD><C4BC><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>µ<EFBFBD><C2B5><EFBFBD>Դ ID<49><44>
|
||||||
|
Microsoft Visual C++ <20><>ȡ<EFBFBD><C8A1><EFBFBD><EFBFBD><EFBFBD>´<EFBFBD><C2B4>ļ<EFBFBD><C4BC><EFBFBD>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
ScreenRotating.ico
|
||||||
|
<20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>Ӧ<EFBFBD>ó<EFBFBD><C3B3><EFBFBD>ͼ<EFBFBD><CDBC> (32x32) <20><>ͼ<EFBFBD><CDBC><EFBFBD>ļ<EFBFBD><C4BC><EFBFBD>
|
||||||
|
<20><>ͼ<EFBFBD><CDBC><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>Դ<EFBFBD>ļ<EFBFBD> ScreenRotating.rc <20>С<EFBFBD>
|
||||||
|
|
||||||
|
/////////////////////////////////////////////////////////////////////////////
|
||||||
|
<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ļ<EFBFBD><EFBFBD><EFBFBD>
|
||||||
|
|
||||||
|
StdAfx.h<><68>StdAfx.cpp
|
||||||
|
<20><>Щ<EFBFBD>ļ<EFBFBD><C4BC><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>Ϊ ScreenRotating.pch <20><>Ԥ<EFBFBD><D4A4><EFBFBD><EFBFBD>ͷ (PCH) <20>ļ<EFBFBD>
|
||||||
|
<20><><EFBFBD><EFBFBD>Ϊ StdAfx.obj <20><>Ԥ<EFBFBD><D4A4><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ļ<EFBFBD><C4BC><EFBFBD>
|
||||||
|
|
||||||
|
/////////////////////////////////////////////////////////////////////////////
|
||||||
|
<EFBFBD><EFBFBD><EFBFBD><EFBFBD>ע<EFBFBD>ͣ<EFBFBD>
|
||||||
|
|
||||||
|
Ӧ<EFBFBD>ó<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ʹ<EFBFBD>á<EFBFBD>TODO:<3A><>ע<EFBFBD><D7A2>ָʾ
|
||||||
|
Ӧ<EFBFBD><EFBFBD><EFBFBD>ӻ<EFBFBD><EFBFBD>Զ<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>Դ<EFBFBD><EFBFBD><EFBFBD>벿<EFBFBD>֡<EFBFBD>
|
||||||
|
|
||||||
|
/////////////////////////////////////////////////////////////////////////////s
|
BIN
Tools/ScreenRotating/sources/ScreenRotating/ScreenRotating.aps
Normal file
BIN
Tools/ScreenRotating/sources/ScreenRotating/ScreenRotating.aps
Normal file
Binary file not shown.
343
Tools/ScreenRotating/sources/ScreenRotating/ScreenRotating.cpp
Normal file
343
Tools/ScreenRotating/sources/ScreenRotating/ScreenRotating.cpp
Normal file
@@ -0,0 +1,343 @@
|
|||||||
|
// Hanvon EBook Hacker
|
||||||
|
// Copyright (C) 2017-2023 Fankes Studio(qzmmcn@163.com)
|
||||||
|
// https://github.com/fankes/HanvonEBookHacker
|
||||||
|
//
|
||||||
|
// This software is non-free but opensource software: you can redistribute it
|
||||||
|
// and/or modify it under the terms of the GNU Affero General Public License
|
||||||
|
// as published by the Free Software Foundation; either
|
||||||
|
// version 3 of the License, or any later version.
|
||||||
|
//
|
||||||
|
// This software is distributed in the hope that it will be useful,
|
||||||
|
// but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
||||||
|
// Affero General Public License for more details.
|
||||||
|
//
|
||||||
|
// You should have received a copy of the GNU Affero General Public License
|
||||||
|
// and eula along with this software. If not, see
|
||||||
|
// <https://www.gnu.org/licenses/>
|
||||||
|
//
|
||||||
|
// This file is created by fankes on 2023/9/12.
|
||||||
|
//
|
||||||
|
// ScreenRotating.cpp : <20><><EFBFBD><EFBFBD>Ӧ<EFBFBD>ó<EFBFBD><C3B3><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ڵ㡣
|
||||||
|
|
||||||
|
#include "stdafx.h"
|
||||||
|
#include "ScreenRotating.h"
|
||||||
|
#include <windows.h>
|
||||||
|
|
||||||
|
#define MAX_LOADSTRING 100
|
||||||
|
|
||||||
|
// ȫ<>ֱ<EFBFBD><D6B1><EFBFBD>:
|
||||||
|
HINSTANCE g_hInst; // <20><>ǰʵ<C7B0><CAB5>
|
||||||
|
HWND g_hWndCommandBar; // <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>
|
||||||
|
|
||||||
|
// <20>˴<EFBFBD><CBB4><EFBFBD>ģ<EFBFBD><C4A3><EFBFBD>а<EFBFBD><D0B0><EFBFBD><EFBFBD>ĺ<EFBFBD><C4BA><EFBFBD><EFBFBD><EFBFBD>ǰ<EFBFBD><C7B0><EFBFBD><EFBFBD><EFBFBD><EFBFBD>:
|
||||||
|
ATOM MyRegisterClass(HINSTANCE, LPTSTR);
|
||||||
|
BOOL InitInstance(HINSTANCE, int);
|
||||||
|
LRESULT CALLBACK WndProc(HWND, UINT, WPARAM, LPARAM);
|
||||||
|
INT_PTR CALLBACK Main(HWND, UINT, WPARAM, LPARAM);
|
||||||
|
|
||||||
|
int WINAPI WinMain(HINSTANCE hInstance,
|
||||||
|
HINSTANCE hPrevInstance,
|
||||||
|
LPTSTR lpCmdLine,
|
||||||
|
int nCmdShow)
|
||||||
|
{
|
||||||
|
MSG msg;
|
||||||
|
|
||||||
|
// ִ<><D6B4>Ӧ<EFBFBD>ó<EFBFBD><C3B3><EFBFBD><EFBFBD><EFBFBD>ʼ<EFBFBD><CABC>:
|
||||||
|
if (!InitInstance(hInstance, nCmdShow))
|
||||||
|
{
|
||||||
|
return FALSE;
|
||||||
|
}
|
||||||
|
|
||||||
|
HACCEL hAccelTable;
|
||||||
|
hAccelTable = LoadAccelerators(hInstance, MAKEINTRESOURCE(IDC_SCREENROTATING));
|
||||||
|
|
||||||
|
// <20><><EFBFBD><EFBFBD>Ϣѭ<CFA2><D1AD>:
|
||||||
|
while (GetMessage(&msg, NULL, 0, 0))
|
||||||
|
{
|
||||||
|
if (!TranslateAccelerator(msg.hwnd, hAccelTable, &msg))
|
||||||
|
{
|
||||||
|
TranslateMessage(&msg);
|
||||||
|
DispatchMessage(&msg);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
return (int)msg.wParam;
|
||||||
|
}
|
||||||
|
|
||||||
|
//
|
||||||
|
// <20><><EFBFBD><EFBFBD>: MyRegisterClass()
|
||||||
|
//
|
||||||
|
// Ŀ<><C4BF>: ע<>ᴰ<EFBFBD><E1B4B0><EFBFBD>ࡣ
|
||||||
|
//
|
||||||
|
// ע<><D7A2>:
|
||||||
|
//
|
||||||
|
ATOM MyRegisterClass(HINSTANCE hInstance, LPTSTR szWindowClass)
|
||||||
|
{
|
||||||
|
WNDCLASS wc;
|
||||||
|
|
||||||
|
wc.style = CS_HREDRAW | CS_VREDRAW;
|
||||||
|
wc.lpfnWndProc = WndProc;
|
||||||
|
wc.cbClsExtra = 0;
|
||||||
|
wc.cbWndExtra = 0;
|
||||||
|
wc.hInstance = hInstance;
|
||||||
|
wc.hIcon = LoadIcon(hInstance, MAKEINTRESOURCE(IDI_SCREENROTATING));
|
||||||
|
wc.hCursor = 0;
|
||||||
|
wc.hbrBackground = (HBRUSH)GetStockObject(WHITE_BRUSH);
|
||||||
|
wc.lpszMenuName = 0;
|
||||||
|
wc.lpszClassName = szWindowClass;
|
||||||
|
|
||||||
|
return RegisterClass(&wc);
|
||||||
|
}
|
||||||
|
|
||||||
|
//
|
||||||
|
// <20><><EFBFBD><EFBFBD>: InitInstance(HINSTANCE, int)
|
||||||
|
//
|
||||||
|
// Ŀ<><C4BF>: <20><><EFBFBD><EFBFBD>ʵ<EFBFBD><CAB5><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>
|
||||||
|
//
|
||||||
|
// ע<><D7A2>:
|
||||||
|
//
|
||||||
|
// <20>ڴ˺<DAB4><CBBA><EFBFBD><EFBFBD>У<EFBFBD><D0A3><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ȫ<EFBFBD>ֱ<EFBFBD><D6B1><EFBFBD><EFBFBD>б<EFBFBD><D0B1><EFBFBD>ʵ<EFBFBD><CAB5><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>
|
||||||
|
// <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ʾ<EFBFBD><CABE><EFBFBD><EFBFBD><EFBFBD>ڡ<F2B4B0BF>
|
||||||
|
//
|
||||||
|
BOOL InitInstance(HINSTANCE hInstance, int nCmdShow)
|
||||||
|
{
|
||||||
|
HWND hWnd;
|
||||||
|
TCHAR szTitle[MAX_LOADSTRING]; // <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ı<EFBFBD>
|
||||||
|
TCHAR szWindowClass[MAX_LOADSTRING]; // <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>
|
||||||
|
|
||||||
|
g_hInst = hInstance; // <20><>ʵ<EFBFBD><CAB5><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>洢<EFBFBD><E6B4A2>ȫ<EFBFBD>ֱ<EFBFBD><D6B1><EFBFBD><EFBFBD><EFBFBD>
|
||||||
|
|
||||||
|
LoadString(hInstance, IDS_APP_TITLE, szTitle, MAX_LOADSTRING);
|
||||||
|
LoadString(hInstance, IDC_SCREENROTATING, szWindowClass, MAX_LOADSTRING);
|
||||||
|
|
||||||
|
if (!MyRegisterClass(hInstance, szWindowClass))
|
||||||
|
{
|
||||||
|
return FALSE;
|
||||||
|
}
|
||||||
|
|
||||||
|
hWnd = CreateWindow(szWindowClass, szTitle, WS_OVERLAPPED,
|
||||||
|
CW_USEDEFAULT, CW_USEDEFAULT, CW_USEDEFAULT, CW_USEDEFAULT, NULL, NULL, hInstance, NULL);
|
||||||
|
|
||||||
|
if (!hWnd)
|
||||||
|
{
|
||||||
|
return FALSE;
|
||||||
|
}
|
||||||
|
|
||||||
|
DialogBox(g_hInst, (LPCTSTR)IDD_MAINBOX, hWnd, Main);
|
||||||
|
|
||||||
|
if (g_hWndCommandBar)
|
||||||
|
{
|
||||||
|
CommandBar_Show(g_hWndCommandBar, TRUE);
|
||||||
|
}
|
||||||
|
|
||||||
|
return TRUE;
|
||||||
|
}
|
||||||
|
|
||||||
|
//
|
||||||
|
// <20><><EFBFBD><EFBFBD>: WndProc(HWND, UINT, WPARAM, LPARAM)
|
||||||
|
//
|
||||||
|
// Ŀ<><C4BF>: <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ڵ<EFBFBD><DAB5><EFBFBD>Ϣ<EFBFBD><CFA2>
|
||||||
|
//
|
||||||
|
// WM_COMMAND - <20><><EFBFBD><EFBFBD>Ӧ<EFBFBD>ó<EFBFBD><C3B3><EFBFBD><EFBFBD>˵<EFBFBD>
|
||||||
|
// WM_PAINT - <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>
|
||||||
|
// WM_DESTROY - <20><><EFBFBD><EFBFBD><EFBFBD>˳<EFBFBD><CBB3><EFBFBD>Ϣ<EFBFBD><CFA2><EFBFBD><EFBFBD><EFBFBD><EFBFBD>
|
||||||
|
//
|
||||||
|
//
|
||||||
|
LRESULT CALLBACK WndProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam)
|
||||||
|
{
|
||||||
|
PAINTSTRUCT ps;
|
||||||
|
HDC hdc;
|
||||||
|
|
||||||
|
switch (message)
|
||||||
|
{
|
||||||
|
case WM_COMMAND:
|
||||||
|
break;
|
||||||
|
case WM_CREATE:
|
||||||
|
g_hWndCommandBar = CommandBar_Create(g_hInst, hWnd, 1);
|
||||||
|
CommandBar_AddAdornments(g_hWndCommandBar, 0, 0);
|
||||||
|
break;
|
||||||
|
case WM_PAINT:
|
||||||
|
hdc = BeginPaint(hWnd, &ps);
|
||||||
|
|
||||||
|
// TODO: <20>ڴ<EFBFBD><DAB4><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ͼ<EFBFBD><CDBC><EFBFBD><EFBFBD>...
|
||||||
|
|
||||||
|
EndPaint(hWnd, &ps);
|
||||||
|
break;
|
||||||
|
case WM_DESTROY:
|
||||||
|
CommandBar_Destroy(g_hWndCommandBar);
|
||||||
|
PostQuitMessage(0);
|
||||||
|
break;
|
||||||
|
|
||||||
|
default:
|
||||||
|
return DefWindowProc(hWnd, message, wParam, lParam);
|
||||||
|
}
|
||||||
|
return 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
bool GetSelfExecutablePath(LPCTSTR &path)
|
||||||
|
{
|
||||||
|
static TCHAR buffer[MAX_PATH];
|
||||||
|
DWORD result = GetModuleFileName(NULL, buffer, MAX_PATH);
|
||||||
|
if (result == 0)
|
||||||
|
{
|
||||||
|
_tprintf(_T("Failed to get self executable path. Error: %d\n"), GetLastError());
|
||||||
|
return false;
|
||||||
|
}
|
||||||
|
|
||||||
|
// Ѱ<><D1B0><EFBFBD><EFBFBD><EFBFBD><EFBFBD>һ<EFBFBD><D2BB>·<EFBFBD><C2B7><EFBFBD>ָ<EFBFBD><D6B8><EFBFBD><EFBFBD><EFBFBD>λ<EFBFBD><CEBB>
|
||||||
|
LPTSTR lastSlash = _tcsrchr(buffer, _T('\\'));
|
||||||
|
if (lastSlash != NULL)
|
||||||
|
{
|
||||||
|
// <20><>·<EFBFBD><C2B7><EFBFBD>ָ<EFBFBD><D6B8><EFBFBD><EFBFBD><EFBFBD><EFBFBD>IJ<EFBFBD><C4B2>ֽضϣ<D8B6>ֻ<EFBFBD><D6BB><EFBFBD><EFBFBD>Ŀ¼·<C2BC><C2B7>
|
||||||
|
*(lastSlash + 1) = _T('\0');
|
||||||
|
}
|
||||||
|
|
||||||
|
path = buffer;
|
||||||
|
return true;
|
||||||
|
}
|
||||||
|
|
||||||
|
bool OpenShellProgram(HWND hDlg, LPCTSTR programPath, LPCTSTR argument)
|
||||||
|
{
|
||||||
|
// <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>̵<EFBFBD><CCB5><EFBFBD>Ϣ<EFBFBD>ṹ<EFBFBD><E1B9B9>
|
||||||
|
PROCESS_INFORMATION processInfo;
|
||||||
|
ZeroMemory(&processInfo, sizeof(PROCESS_INFORMATION));
|
||||||
|
|
||||||
|
// <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>̵<EFBFBD><CCB5><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>Ϣ<EFBFBD>ṹ<EFBFBD><E1B9B9>
|
||||||
|
STARTUPINFO startupInfo;
|
||||||
|
ZeroMemory(&startupInfo, sizeof(STARTUPINFO));
|
||||||
|
startupInfo.cb = sizeof(STARTUPINFO);
|
||||||
|
|
||||||
|
// ʹ<><CAB9> CreateProcess <20><EFBFBD><F2BFAAB3><EFBFBD>
|
||||||
|
if (!CreateProcess(programPath, argument != NULL ? const_cast<LPTSTR>(argument) : NULL, NULL, NULL, FALSE, 0, NULL, NULL, &startupInfo, &processInfo))
|
||||||
|
{
|
||||||
|
// <20><EFBFBD><F2BFAAB3><EFBFBD>ʧ<EFBFBD><CAA7>
|
||||||
|
MessageBox(hDlg, L"<EFBFBD><EFBFBD>ȷ<EFBFBD>ϵ<EFBFBD>ǰ<EFBFBD><EFBFBD><EFBFBD><EFBFBD>Ŀ¼<EFBFBD>µ<EFBFBD><EFBFBD><EFBFBD>չ֧<EFBFBD>ֳ<EFBFBD><EFBFBD><EFBFBD> Rotate0.exe<78><65>Rotate90.exe<78><65>Rotate180.exe<78><65>Rotate270.exe <20>Լ<EFBFBD> ScreenRefresh.exe <20>Ƿ<EFBFBD><C7B7><EFBFBD><EFBFBD>ڡ<EFBFBD>", L"<EFBFBD><EFBFBD><EFBFBD><EFBFBD>", MB_ICONERROR | MB_OK);
|
||||||
|
return false;
|
||||||
|
}
|
||||||
|
|
||||||
|
// <20>رս<D8B1><D5BD>̺<EFBFBD><CCBA>̵߳ľ<CCB5><C4BE><EFBFBD>
|
||||||
|
CloseHandle(processInfo.hProcess);
|
||||||
|
CloseHandle(processInfo.hThread);
|
||||||
|
|
||||||
|
// <20>ɹ<EFBFBD><C9B9><EFBFBD><F2BFAAB3><EFBFBD>
|
||||||
|
return true;
|
||||||
|
}
|
||||||
|
|
||||||
|
void RotateScreen(HWND hDlg, DWORD dwRotationAngle)
|
||||||
|
{
|
||||||
|
LPCTSTR selfPath;
|
||||||
|
if (!GetSelfExecutablePath(selfPath))
|
||||||
|
{
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
|
bool isOk = false;
|
||||||
|
|
||||||
|
switch (dwRotationAngle)
|
||||||
|
{
|
||||||
|
case DMDO_0:
|
||||||
|
TCHAR appendedString0[MAX_PATH];
|
||||||
|
lstrcpy(appendedString0, selfPath);
|
||||||
|
lstrcat(appendedString0, _T("Rotate0.exe"));
|
||||||
|
isOk = OpenShellProgram(hDlg, appendedString0, NULL);
|
||||||
|
break;
|
||||||
|
|
||||||
|
case DMDO_90:
|
||||||
|
TCHAR appendedString1[MAX_PATH];
|
||||||
|
lstrcpy(appendedString1, selfPath);
|
||||||
|
lstrcat(appendedString1, _T("Rotate90.exe"));
|
||||||
|
isOk = OpenShellProgram(hDlg, appendedString1, NULL);
|
||||||
|
break;
|
||||||
|
|
||||||
|
case DMDO_180:
|
||||||
|
TCHAR appendedString2[MAX_PATH];
|
||||||
|
lstrcpy(appendedString2, selfPath);
|
||||||
|
lstrcat(appendedString2, _T("Rotate180.exe"));
|
||||||
|
isOk = OpenShellProgram(hDlg, appendedString2, NULL);
|
||||||
|
break;
|
||||||
|
|
||||||
|
case DMDO_270:
|
||||||
|
TCHAR appendedString3[MAX_PATH];
|
||||||
|
lstrcpy(appendedString3, selfPath);
|
||||||
|
lstrcat(appendedString3, _T("Rotate270.exe"));
|
||||||
|
isOk = OpenShellProgram(hDlg, appendedString3, NULL);
|
||||||
|
break;
|
||||||
|
}
|
||||||
|
if (!isOk)
|
||||||
|
{
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
TCHAR appendedString4[MAX_PATH];
|
||||||
|
lstrcpy(appendedString4, selfPath);
|
||||||
|
lstrcat(appendedString4, _T("ScreenRefresh.exe"));
|
||||||
|
OpenShellProgram(hDlg, appendedString4, NULL);
|
||||||
|
}
|
||||||
|
|
||||||
|
// <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>桱<EFBFBD><E6A1B1><EFBFBD><EFBFBD><EFBFBD><EFBFBD>Ϣ<EFBFBD><CFA2><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>
|
||||||
|
INT_PTR CALLBACK Main(HWND hDlg, UINT message, WPARAM wParam, LPARAM lParam)
|
||||||
|
{
|
||||||
|
switch (message)
|
||||||
|
{
|
||||||
|
case WM_INITDIALOG:
|
||||||
|
{
|
||||||
|
RECT rectChild, rectParent;
|
||||||
|
int DlgWidth, DlgHeight; // <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>Ϊ<EFBFBD><CEAA>λ<EFBFBD>ĶԻ<C4B6><D4BB><EFBFBD><EFBFBD><EFBFBD><EFBFBD>Ⱥ߶<CDB8>
|
||||||
|
int NewPosX, NewPosY;
|
||||||
|
|
||||||
|
// <20>跨ʹ<E8B7A8><CAB9><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>桱<EFBFBD>Ի<EFBFBD><D4BB><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ʾ
|
||||||
|
if (GetWindowRect(hDlg, &rectChild))
|
||||||
|
{
|
||||||
|
GetClientRect(GetParent(hDlg), &rectParent);
|
||||||
|
DlgWidth = rectChild.right - rectChild.left;
|
||||||
|
DlgHeight = rectChild.bottom - rectChild.top;
|
||||||
|
NewPosX = (rectParent.right - rectParent.left - DlgWidth) / 2;
|
||||||
|
NewPosY = (rectParent.bottom - rectParent.top - DlgHeight) / 2;
|
||||||
|
|
||||||
|
// <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>桱<EFBFBD><E6A1B1><EFBFBD><EFBFBD>ʵ<EFBFBD><CAB5><EFBFBD><EFBFBD>Ļ<EFBFBD><C4BB>
|
||||||
|
if (NewPosX < 0)
|
||||||
|
NewPosX = 0;
|
||||||
|
if (NewPosY < 0)
|
||||||
|
NewPosY = 0;
|
||||||
|
SetWindowPos(hDlg, 0, NewPosX, NewPosY,
|
||||||
|
0, 0, SWP_NOZORDER | SWP_NOSIZE);
|
||||||
|
}
|
||||||
|
return (INT_PTR)TRUE;
|
||||||
|
}
|
||||||
|
|
||||||
|
case WM_COMMAND:
|
||||||
|
if ((LOWORD(wParam) == IDOK) || (LOWORD(wParam) == IDCANCEL))
|
||||||
|
{
|
||||||
|
EndDialog(hDlg, LOWORD(wParam));
|
||||||
|
exit(0);
|
||||||
|
return TRUE;
|
||||||
|
}
|
||||||
|
if (LOWORD(wParam) == IDC_BUTTON_A && HIWORD(wParam) == BN_CLICKED)
|
||||||
|
{
|
||||||
|
DWORD rotationAngle = DMDO_0;
|
||||||
|
RotateScreen(hDlg, rotationAngle);
|
||||||
|
}
|
||||||
|
if (LOWORD(wParam) == IDC_BUTTON_B && HIWORD(wParam) == BN_CLICKED)
|
||||||
|
{
|
||||||
|
DWORD rotationAngle = DMDO_90;
|
||||||
|
RotateScreen(hDlg, rotationAngle);
|
||||||
|
}
|
||||||
|
if (LOWORD(wParam) == IDC_BUTTON_C && HIWORD(wParam) == BN_CLICKED)
|
||||||
|
{
|
||||||
|
DWORD rotationAngle = DMDO_180;
|
||||||
|
RotateScreen(hDlg, rotationAngle);
|
||||||
|
}
|
||||||
|
if (LOWORD(wParam) == IDC_BUTTON_D && HIWORD(wParam) == BN_CLICKED)
|
||||||
|
{
|
||||||
|
DWORD rotationAngle = DMDO_270;
|
||||||
|
RotateScreen(hDlg, rotationAngle);
|
||||||
|
}
|
||||||
|
break;
|
||||||
|
|
||||||
|
case WM_CLOSE:
|
||||||
|
EndDialog(hDlg, message);
|
||||||
|
exit(0);
|
||||||
|
return TRUE;
|
||||||
|
}
|
||||||
|
return (INT_PTR)FALSE;
|
||||||
|
}
|
22
Tools/ScreenRotating/sources/ScreenRotating/ScreenRotating.h
Normal file
22
Tools/ScreenRotating/sources/ScreenRotating/ScreenRotating.h
Normal file
@@ -0,0 +1,22 @@
|
|||||||
|
// Hanvon EBook Hacker
|
||||||
|
// Copyright (C) 2017-2023 Fankes Studio(qzmmcn@163.com)
|
||||||
|
// https://github.com/fankes/HanvonEBookHacker
|
||||||
|
//
|
||||||
|
// This software is non-free but opensource software: you can redistribute it
|
||||||
|
// and/or modify it under the terms of the GNU Affero General Public License
|
||||||
|
// as published by the Free Software Foundation; either
|
||||||
|
// version 3 of the License, or any later version.
|
||||||
|
//
|
||||||
|
// This software is distributed in the hope that it will be useful,
|
||||||
|
// but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
||||||
|
// Affero General Public License for more details.
|
||||||
|
//
|
||||||
|
// You should have received a copy of the GNU Affero General Public License
|
||||||
|
// and eula along with this software. If not, see
|
||||||
|
// <https://www.gnu.org/licenses/>
|
||||||
|
//
|
||||||
|
// This file is created by fankes on 2023/9/12.
|
||||||
|
|
||||||
|
#pragma once
|
||||||
|
#include "resource.h"
|
BIN
Tools/ScreenRotating/sources/ScreenRotating/ScreenRotating.ico
Normal file
BIN
Tools/ScreenRotating/sources/ScreenRotating/ScreenRotating.ico
Normal file
Binary file not shown.
After Width: | Height: | Size: 23 KiB |
194
Tools/ScreenRotating/sources/ScreenRotating/ScreenRotating.rc
Normal file
194
Tools/ScreenRotating/sources/ScreenRotating/ScreenRotating.rc
Normal file
@@ -0,0 +1,194 @@
|
|||||||
|
// Microsoft Visual C++ generated resource script.
|
||||||
|
//
|
||||||
|
#include "resource.h"
|
||||||
|
|
||||||
|
#define APSTUDIO_READONLY_SYMBOLS
|
||||||
|
/////////////////////////////////////////////////////////////////////////////
|
||||||
|
//
|
||||||
|
// Generated from the TEXTINCLUDE 2 resource.
|
||||||
|
//
|
||||||
|
#define APSTUDIO_HIDDEN_SYMBOLS
|
||||||
|
#include "windows.h"
|
||||||
|
#include "resdefce.h"
|
||||||
|
#undef APSTUDIO_HIDDEN_SYMBOLS
|
||||||
|
|
||||||
|
/////////////////////////////////////////////////////////////////////////////
|
||||||
|
#undef APSTUDIO_READONLY_SYMBOLS
|
||||||
|
|
||||||
|
/////////////////////////////////////////////////////////////////////////////
|
||||||
|
// <20><><EFBFBD><EFBFBD>(<28>л<EFBFBD><D0BB><EFBFBD><EFBFBD><F1B9B2BA>) resources
|
||||||
|
|
||||||
|
#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_CHS)
|
||||||
|
#ifdef _WIN32
|
||||||
|
LANGUAGE LANG_CHINESE, SUBLANG_CHINESE_SIMPLIFIED
|
||||||
|
#pragma code_page(936)
|
||||||
|
#endif //_WIN32
|
||||||
|
|
||||||
|
/////////////////////////////////////////////////////////////////////////////
|
||||||
|
//
|
||||||
|
// Icon
|
||||||
|
//
|
||||||
|
|
||||||
|
// Icon with lowest ID value placed first to ensure application icon
|
||||||
|
// remains consistent on all systems.
|
||||||
|
IDI_SCREENROTATING ICON "ScreenRotating.ico"
|
||||||
|
|
||||||
|
/////////////////////////////////////////////////////////////////////////////
|
||||||
|
//
|
||||||
|
// Accelerator
|
||||||
|
//
|
||||||
|
|
||||||
|
IDC_SCREENROTATING ACCELERATORS
|
||||||
|
BEGIN
|
||||||
|
"A", IDM_HELP_ABOUT, VIRTKEY, CONTROL, NOINVERT
|
||||||
|
"Q", IDOK, VIRTKEY, CONTROL, NOINVERT
|
||||||
|
END
|
||||||
|
|
||||||
|
|
||||||
|
/////////////////////////////////////////////////////////////////////////////
|
||||||
|
//
|
||||||
|
// Dialog
|
||||||
|
//
|
||||||
|
|
||||||
|
IDD_MAINBOX DIALOG 0, 0, 242, 128
|
||||||
|
STYLE DS_SETFONT | DS_MODALFRAME | DS_CENTER | WS_POPUP | WS_CAPTION | WS_SYSMENU
|
||||||
|
EXSTYLE 0x80000000L
|
||||||
|
CAPTION "<22><>Ļ<EFBFBD><C4BB>ת"
|
||||||
|
FONT 9, "MS Sans Serif"
|
||||||
|
BEGIN
|
||||||
|
LTEXT "<22><><EFBFBD><EFBFBD><EFBFBD>·<EFBFBD><C2B7><EFBFBD>ť<EFBFBD><C5A5>ת<EFBFBD><D7AA>ĻΪָ<CEAA><D6B8><EFBFBD>Ƕȡ<C7B6>",IDC_STATIC,59,15,131,8,SS_NOPREFIX
|
||||||
|
PUSHBUTTON "90 <20><>",IDC_BUTTON_B,124,36,83,32
|
||||||
|
DEFPUSHBUTTON "<22><><EFBFBD><EFBFBD>",IDC_BUTTON_A,35,36,83,32
|
||||||
|
PUSHBUTTON "270 <20><>",IDC_BUTTON_D,124,73,83,32
|
||||||
|
PUSHBUTTON "180 <20><>",IDC_BUTTON_C,35,73,83,32
|
||||||
|
LTEXT "<22><>Ȩ<EFBFBD><C8A8><EFBFBD><EFBFBD> (C) Fankes Studio",IDC_STATIC,72,113,110,8,SS_NOPREFIX
|
||||||
|
END
|
||||||
|
|
||||||
|
|
||||||
|
/////////////////////////////////////////////////////////////////////////////
|
||||||
|
//
|
||||||
|
// DESIGNINFO
|
||||||
|
//
|
||||||
|
|
||||||
|
#ifdef APSTUDIO_INVOKED
|
||||||
|
GUIDELINES DESIGNINFO
|
||||||
|
BEGIN
|
||||||
|
IDD_MAINBOX, DIALOG
|
||||||
|
BEGIN
|
||||||
|
LEFTMARGIN, 7
|
||||||
|
RIGHTMARGIN, 235
|
||||||
|
TOPMARGIN, 7
|
||||||
|
BOTTOMMARGIN, 121
|
||||||
|
END
|
||||||
|
END
|
||||||
|
#endif // APSTUDIO_INVOKED
|
||||||
|
|
||||||
|
|
||||||
|
#ifdef APSTUDIO_INVOKED
|
||||||
|
/////////////////////////////////////////////////////////////////////////////
|
||||||
|
//
|
||||||
|
// TEXTINCLUDE
|
||||||
|
//
|
||||||
|
|
||||||
|
1 TEXTINCLUDE
|
||||||
|
BEGIN
|
||||||
|
"resource.h\0"
|
||||||
|
END
|
||||||
|
|
||||||
|
2 TEXTINCLUDE
|
||||||
|
BEGIN
|
||||||
|
"#define APSTUDIO_HIDDEN_SYMBOLS\r\n"
|
||||||
|
"#include ""windows.h""\r\n"
|
||||||
|
"#include ""resdefce.h""\r\n"
|
||||||
|
"#undef APSTUDIO_HIDDEN_SYMBOLS\r\n"
|
||||||
|
"\0"
|
||||||
|
END
|
||||||
|
|
||||||
|
3 TEXTINCLUDE
|
||||||
|
BEGIN
|
||||||
|
"\r\n"
|
||||||
|
"#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_CHS)\r\n"
|
||||||
|
"LANGUAGE 4, 2\r\n"
|
||||||
|
"#pragma code_page(936)\r\n"
|
||||||
|
"#include ""ScreenRotating.rc2"" // <20><> Microsoft Visual C++ <20>༭<EFBFBD><E0BCAD><EFBFBD><EFBFBD>Դ\r\n"
|
||||||
|
"#endif\r\n"
|
||||||
|
"\0"
|
||||||
|
END
|
||||||
|
|
||||||
|
#endif // APSTUDIO_INVOKED
|
||||||
|
|
||||||
|
|
||||||
|
/////////////////////////////////////////////////////////////////////////////
|
||||||
|
//
|
||||||
|
// Version
|
||||||
|
//
|
||||||
|
|
||||||
|
VS_VERSION_INFO VERSIONINFO
|
||||||
|
FILEVERSION 1,0,0,1
|
||||||
|
PRODUCTVERSION 1,0,0,1
|
||||||
|
FILEFLAGSMASK 0x17L
|
||||||
|
#ifdef _DEBUG
|
||||||
|
FILEFLAGS 0x1L
|
||||||
|
#else
|
||||||
|
FILEFLAGS 0x0L
|
||||||
|
#endif
|
||||||
|
FILEOS 0x80000L
|
||||||
|
FILETYPE 0x1L
|
||||||
|
FILESUBTYPE 0x0L
|
||||||
|
BEGIN
|
||||||
|
BLOCK "StringFileInfo"
|
||||||
|
BEGIN
|
||||||
|
BLOCK "080404b0"
|
||||||
|
BEGIN
|
||||||
|
VALUE "FileDescription", "Windows CE <20>µļ<C2B5><C4BC><EFBFBD><EFBFBD><EFBFBD>Ļ<EFBFBD><C4BB>ת<EFBFBD><D7AA><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>"
|
||||||
|
VALUE "FileVersion", "1, 0, 0, 1"
|
||||||
|
VALUE "InternalName", "<22><>Ļ<EFBFBD><C4BB>ת"
|
||||||
|
VALUE "LegalCopyright", "Copyright (C) 2017-2023 Fankes Studio"
|
||||||
|
VALUE "OriginalFilename", "ScreenRotating.exe"
|
||||||
|
VALUE "ProductName", "<22><>Ļ<EFBFBD><C4BB>ת"
|
||||||
|
VALUE "ProductVersion", "1, 0, 0, 1"
|
||||||
|
END
|
||||||
|
END
|
||||||
|
BLOCK "VarFileInfo"
|
||||||
|
BEGIN
|
||||||
|
VALUE "Translation", 0x804, 1200
|
||||||
|
END
|
||||||
|
END
|
||||||
|
|
||||||
|
|
||||||
|
/////////////////////////////////////////////////////////////////////////////
|
||||||
|
//
|
||||||
|
// String Table
|
||||||
|
//
|
||||||
|
|
||||||
|
STRINGTABLE
|
||||||
|
BEGIN
|
||||||
|
IDS_APP_TITLE "ScreenRotating"
|
||||||
|
IDC_SCREENROTATING "SCREENROTATING"
|
||||||
|
END
|
||||||
|
|
||||||
|
STRINGTABLE
|
||||||
|
BEGIN
|
||||||
|
IDS_TOOLS "<22><><EFBFBD><EFBFBD>"
|
||||||
|
END
|
||||||
|
|
||||||
|
#endif // <20><><EFBFBD><EFBFBD>(<28>л<EFBFBD><D0BB><EFBFBD><EFBFBD><F1B9B2BA>) resources
|
||||||
|
/////////////////////////////////////////////////////////////////////////////
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
#ifndef APSTUDIO_INVOKED
|
||||||
|
/////////////////////////////////////////////////////////////////////////////
|
||||||
|
//
|
||||||
|
// Generated from the TEXTINCLUDE 3 resource.
|
||||||
|
//
|
||||||
|
|
||||||
|
#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_CHS)
|
||||||
|
LANGUAGE 4, 2
|
||||||
|
#pragma code_page(936)
|
||||||
|
#include "ScreenRotating.rc2" // <20><> Microsoft Visual C++ <20>༭<EFBFBD><E0BCAD><EFBFBD><EFBFBD>Դ
|
||||||
|
#endif
|
||||||
|
|
||||||
|
/////////////////////////////////////////////////////////////////////////////
|
||||||
|
#endif // not APSTUDIO_INVOKED
|
||||||
|
|
@@ -0,0 +1,11 @@
|
|||||||
|
//
|
||||||
|
// ScreenRotating.RC2 - Microsoft Visual C++ <20><><EFBFBD><EFBFBD>ֱ<EFBFBD>ӱ༭<D3B1><E0BCAD><EFBFBD><EFBFBD>Դ
|
||||||
|
//
|
||||||
|
|
||||||
|
#ifdef APSTUDIO_INVOKED
|
||||||
|
#error <20><><EFBFBD>ļ<EFBFBD><C4BC><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> Microsoft Visual C++ <20>༭
|
||||||
|
#endif //APSTUDIO_INVOKED
|
||||||
|
|
||||||
|
|
||||||
|
/////////////////////////////////////////////////////////////////////////////
|
||||||
|
// <20>ڴ˴<DAB4><CBB4><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ֶ<EFBFBD><D6B6>༭<EFBFBD><E0BCAD><EFBFBD><EFBFBD>Դ...
|
@@ -0,0 +1,467 @@
|
|||||||
|
<?xml version="1.0" encoding="gb2312"?>
|
||||||
|
<VisualStudioProject
|
||||||
|
ProjectType="Visual C++"
|
||||||
|
Version="9.00"
|
||||||
|
Name="ScreenRotating"
|
||||||
|
ProjectGUID="{A41153E8-7C9A-4FBD-B849-3C6286151E54}"
|
||||||
|
RootNamespace="ScreenRotating"
|
||||||
|
Keyword="Win32Proj"
|
||||||
|
TargetFrameworkVersion="196613"
|
||||||
|
>
|
||||||
|
<Platforms>
|
||||||
|
<Platform
|
||||||
|
Name="CHSINT SDK For WinCE 6.0 (ARMV4I)"
|
||||||
|
/>
|
||||||
|
<Platform
|
||||||
|
Name="STANDARDSDK_500 (MIPSII)"
|
||||||
|
/>
|
||||||
|
</Platforms>
|
||||||
|
<ToolFiles>
|
||||||
|
</ToolFiles>
|
||||||
|
<Configurations>
|
||||||
|
<Configuration
|
||||||
|
Name="Debug|CHSINT SDK For WinCE 6.0 (ARMV4I)"
|
||||||
|
OutputDirectory="$(PlatformName)\$(ConfigurationName)"
|
||||||
|
IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
|
||||||
|
ConfigurationType="1"
|
||||||
|
CharacterSet="1"
|
||||||
|
>
|
||||||
|
<Tool
|
||||||
|
Name="VCPreBuildEventTool"
|
||||||
|
/>
|
||||||
|
<Tool
|
||||||
|
Name="VCCustomBuildTool"
|
||||||
|
/>
|
||||||
|
<Tool
|
||||||
|
Name="VCXMLDataGeneratorTool"
|
||||||
|
/>
|
||||||
|
<Tool
|
||||||
|
Name="VCWebServiceProxyGeneratorTool"
|
||||||
|
/>
|
||||||
|
<Tool
|
||||||
|
Name="VCMIDLTool"
|
||||||
|
/>
|
||||||
|
<Tool
|
||||||
|
Name="VCCLCompilerTool"
|
||||||
|
ExecutionBucket="7"
|
||||||
|
Optimization="0"
|
||||||
|
PreprocessorDefinitions="_DEBUG;_WIN32_WCE=$(CEVER);UNDER_CE;WINCE;DEBUG;_WINDOWS;$(ARCHFAM);$(_ARCHFAM_);_UNICODE;UNICODE;STANDARDSHELL_UI_MODEL"
|
||||||
|
MinimalRebuild="true"
|
||||||
|
RuntimeLibrary="1"
|
||||||
|
UsePrecompiledHeader="0"
|
||||||
|
WarningLevel="3"
|
||||||
|
DebugInformationFormat="3"
|
||||||
|
/>
|
||||||
|
<Tool
|
||||||
|
Name="VCManagedResourceCompilerTool"
|
||||||
|
/>
|
||||||
|
<Tool
|
||||||
|
Name="VCResourceCompilerTool"
|
||||||
|
PreprocessorDefinitions="_DEBUG;_WIN32_WCE=$(CEVER);UNDER_CE"
|
||||||
|
Culture="2052"
|
||||||
|
AdditionalIncludeDirectories="$(IntDir)"
|
||||||
|
/>
|
||||||
|
<Tool
|
||||||
|
Name="VCPreLinkEventTool"
|
||||||
|
/>
|
||||||
|
<Tool
|
||||||
|
Name="VCLinkerTool"
|
||||||
|
AdditionalOptions=" /subsystem:windowsce,6.00"
|
||||||
|
OutputFile="$(OutDir)/ScreenRotating.exe"
|
||||||
|
LinkIncremental="2"
|
||||||
|
DelayLoadDLLs="$(NOINHERIT)"
|
||||||
|
GenerateDebugInformation="true"
|
||||||
|
ProgramDatabaseFile="$(OutDir)/ScreenRotating.pdb"
|
||||||
|
SubSystem="0"
|
||||||
|
StackReserveSize="65536"
|
||||||
|
StackCommitSize="4096"
|
||||||
|
RandomizedBaseAddress="1"
|
||||||
|
DataExecutionPrevention="0"
|
||||||
|
/>
|
||||||
|
<Tool
|
||||||
|
Name="VCALinkTool"
|
||||||
|
/>
|
||||||
|
<Tool
|
||||||
|
Name="VCXDCMakeTool"
|
||||||
|
/>
|
||||||
|
<Tool
|
||||||
|
Name="VCBscMakeTool"
|
||||||
|
/>
|
||||||
|
<Tool
|
||||||
|
Name="VCFxCopTool"
|
||||||
|
/>
|
||||||
|
<Tool
|
||||||
|
Name="VCCodeSignTool"
|
||||||
|
/>
|
||||||
|
<Tool
|
||||||
|
Name="VCPostBuildEventTool"
|
||||||
|
/>
|
||||||
|
<DeploymentTool
|
||||||
|
ForceDirty="-1"
|
||||||
|
RemoteDirectory=""
|
||||||
|
RegisterOutput="0"
|
||||||
|
AdditionalFiles=""
|
||||||
|
/>
|
||||||
|
<DebuggerTool
|
||||||
|
/>
|
||||||
|
</Configuration>
|
||||||
|
<Configuration
|
||||||
|
Name="Debug|STANDARDSDK_500 (MIPSII)"
|
||||||
|
OutputDirectory="STANDARDSDK_500 (MIPSII)\$(ConfigurationName)"
|
||||||
|
IntermediateDirectory="STANDARDSDK_500 (MIPSII)\$(ConfigurationName)"
|
||||||
|
ConfigurationType="1"
|
||||||
|
CharacterSet="1"
|
||||||
|
>
|
||||||
|
<Tool
|
||||||
|
Name="VCPreBuildEventTool"
|
||||||
|
/>
|
||||||
|
<Tool
|
||||||
|
Name="VCCustomBuildTool"
|
||||||
|
/>
|
||||||
|
<Tool
|
||||||
|
Name="VCXMLDataGeneratorTool"
|
||||||
|
/>
|
||||||
|
<Tool
|
||||||
|
Name="VCWebServiceProxyGeneratorTool"
|
||||||
|
/>
|
||||||
|
<Tool
|
||||||
|
Name="VCMIDLTool"
|
||||||
|
TargetEnvironment="1"
|
||||||
|
/>
|
||||||
|
<Tool
|
||||||
|
Name="VCCLCompilerTool"
|
||||||
|
ExecutionBucket="7"
|
||||||
|
Optimization="0"
|
||||||
|
PreprocessorDefinitions="_DEBUG;_WIN32_WCE=$(CEVER);UNDER_CE;WINCE;DEBUG;_WINDOWS;$(ARCHFAM);$(_ARCHFAM_);_UNICODE;UNICODE;STANDARDSHELL_UI_MODEL"
|
||||||
|
MinimalRebuild="true"
|
||||||
|
RuntimeLibrary="1"
|
||||||
|
UsePrecompiledHeader="0"
|
||||||
|
WarningLevel="3"
|
||||||
|
DebugInformationFormat="3"
|
||||||
|
/>
|
||||||
|
<Tool
|
||||||
|
Name="VCManagedResourceCompilerTool"
|
||||||
|
/>
|
||||||
|
<Tool
|
||||||
|
Name="VCResourceCompilerTool"
|
||||||
|
PreprocessorDefinitions="_DEBUG;_WIN32_WCE=$(CEVER);UNDER_CE"
|
||||||
|
Culture="2052"
|
||||||
|
AdditionalIncludeDirectories="$(IntDir)"
|
||||||
|
/>
|
||||||
|
<Tool
|
||||||
|
Name="VCPreLinkEventTool"
|
||||||
|
/>
|
||||||
|
<Tool
|
||||||
|
Name="VCLinkerTool"
|
||||||
|
AdditionalOptions=" /subsystem:windowsce,6.00"
|
||||||
|
OutputFile="$(OutDir)/ScreenRotating.exe"
|
||||||
|
LinkIncremental="2"
|
||||||
|
DelayLoadDLLs="$(NOINHERIT)"
|
||||||
|
GenerateDebugInformation="true"
|
||||||
|
ProgramDatabaseFile="$(OutDir)/ScreenRotating.pdb"
|
||||||
|
SubSystem="0"
|
||||||
|
StackReserveSize="65536"
|
||||||
|
StackCommitSize="4096"
|
||||||
|
RandomizedBaseAddress="1"
|
||||||
|
DataExecutionPrevention="0"
|
||||||
|
TargetMachine="0"
|
||||||
|
/>
|
||||||
|
<Tool
|
||||||
|
Name="VCALinkTool"
|
||||||
|
/>
|
||||||
|
<Tool
|
||||||
|
Name="VCXDCMakeTool"
|
||||||
|
/>
|
||||||
|
<Tool
|
||||||
|
Name="VCBscMakeTool"
|
||||||
|
/>
|
||||||
|
<Tool
|
||||||
|
Name="VCFxCopTool"
|
||||||
|
/>
|
||||||
|
<Tool
|
||||||
|
Name="VCCodeSignTool"
|
||||||
|
/>
|
||||||
|
<Tool
|
||||||
|
Name="VCPostBuildEventTool"
|
||||||
|
/>
|
||||||
|
<DeploymentTool
|
||||||
|
ForceDirty="-1"
|
||||||
|
RemoteDirectory=""
|
||||||
|
RegisterOutput="0"
|
||||||
|
AdditionalFiles=""
|
||||||
|
/>
|
||||||
|
<DebuggerTool
|
||||||
|
/>
|
||||||
|
</Configuration>
|
||||||
|
<Configuration
|
||||||
|
Name="Release|CHSINT SDK For WinCE 6.0 (ARMV4I)"
|
||||||
|
OutputDirectory="$(PlatformName)\$(ConfigurationName)"
|
||||||
|
IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
|
||||||
|
ConfigurationType="1"
|
||||||
|
CharacterSet="1"
|
||||||
|
>
|
||||||
|
<Tool
|
||||||
|
Name="VCPreBuildEventTool"
|
||||||
|
/>
|
||||||
|
<Tool
|
||||||
|
Name="VCCustomBuildTool"
|
||||||
|
/>
|
||||||
|
<Tool
|
||||||
|
Name="VCXMLDataGeneratorTool"
|
||||||
|
/>
|
||||||
|
<Tool
|
||||||
|
Name="VCWebServiceProxyGeneratorTool"
|
||||||
|
/>
|
||||||
|
<Tool
|
||||||
|
Name="VCMIDLTool"
|
||||||
|
/>
|
||||||
|
<Tool
|
||||||
|
Name="VCCLCompilerTool"
|
||||||
|
ExecutionBucket="7"
|
||||||
|
Optimization="2"
|
||||||
|
FavorSizeOrSpeed="2"
|
||||||
|
PreprocessorDefinitions="NDEBUG;_WIN32_WCE=$(CEVER);UNDER_CE;WINCE;_WINDOWS;$(ARCHFAM);$(_ARCHFAM_);_UNICODE;UNICODE;STANDARDSHELL_UI_MODEL"
|
||||||
|
RuntimeLibrary="0"
|
||||||
|
UsePrecompiledHeader="2"
|
||||||
|
WarningLevel="3"
|
||||||
|
DebugInformationFormat="3"
|
||||||
|
/>
|
||||||
|
<Tool
|
||||||
|
Name="VCManagedResourceCompilerTool"
|
||||||
|
/>
|
||||||
|
<Tool
|
||||||
|
Name="VCResourceCompilerTool"
|
||||||
|
PreprocessorDefinitions="NDEBUG;_WIN32_WCE=$(CEVER);UNDER_CE"
|
||||||
|
Culture="2052"
|
||||||
|
AdditionalIncludeDirectories="$(IntDir)"
|
||||||
|
/>
|
||||||
|
<Tool
|
||||||
|
Name="VCPreLinkEventTool"
|
||||||
|
/>
|
||||||
|
<Tool
|
||||||
|
Name="VCLinkerTool"
|
||||||
|
AdditionalOptions=" /subsystem:windowsce,6.00"
|
||||||
|
OutputFile="$(OutDir)/ScreenRotating.exe"
|
||||||
|
LinkIncremental="1"
|
||||||
|
DelayLoadDLLs="$(NOINHERIT)"
|
||||||
|
GenerateDebugInformation="true"
|
||||||
|
ProgramDatabaseFile="$(OutDir)/ScreenRotating.pdb"
|
||||||
|
SubSystem="0"
|
||||||
|
StackReserveSize="65536"
|
||||||
|
StackCommitSize="4096"
|
||||||
|
OptimizeReferences="2"
|
||||||
|
EnableCOMDATFolding="2"
|
||||||
|
RandomizedBaseAddress="1"
|
||||||
|
DataExecutionPrevention="0"
|
||||||
|
/>
|
||||||
|
<Tool
|
||||||
|
Name="VCALinkTool"
|
||||||
|
/>
|
||||||
|
<Tool
|
||||||
|
Name="VCXDCMakeTool"
|
||||||
|
/>
|
||||||
|
<Tool
|
||||||
|
Name="VCBscMakeTool"
|
||||||
|
/>
|
||||||
|
<Tool
|
||||||
|
Name="VCFxCopTool"
|
||||||
|
/>
|
||||||
|
<Tool
|
||||||
|
Name="VCCodeSignTool"
|
||||||
|
/>
|
||||||
|
<Tool
|
||||||
|
Name="VCPostBuildEventTool"
|
||||||
|
/>
|
||||||
|
<DeploymentTool
|
||||||
|
ForceDirty="-1"
|
||||||
|
RemoteDirectory=""
|
||||||
|
RegisterOutput="0"
|
||||||
|
AdditionalFiles=""
|
||||||
|
/>
|
||||||
|
<DebuggerTool
|
||||||
|
/>
|
||||||
|
</Configuration>
|
||||||
|
<Configuration
|
||||||
|
Name="Release|STANDARDSDK_500 (MIPSII)"
|
||||||
|
OutputDirectory="STANDARDSDK_500 (MIPSII)\$(ConfigurationName)"
|
||||||
|
IntermediateDirectory="STANDARDSDK_500 (MIPSII)\$(ConfigurationName)"
|
||||||
|
ConfigurationType="1"
|
||||||
|
CharacterSet="1"
|
||||||
|
>
|
||||||
|
<Tool
|
||||||
|
Name="VCPreBuildEventTool"
|
||||||
|
/>
|
||||||
|
<Tool
|
||||||
|
Name="VCCustomBuildTool"
|
||||||
|
/>
|
||||||
|
<Tool
|
||||||
|
Name="VCXMLDataGeneratorTool"
|
||||||
|
/>
|
||||||
|
<Tool
|
||||||
|
Name="VCWebServiceProxyGeneratorTool"
|
||||||
|
/>
|
||||||
|
<Tool
|
||||||
|
Name="VCMIDLTool"
|
||||||
|
TargetEnvironment="1"
|
||||||
|
/>
|
||||||
|
<Tool
|
||||||
|
Name="VCCLCompilerTool"
|
||||||
|
ExecutionBucket="7"
|
||||||
|
Optimization="2"
|
||||||
|
FavorSizeOrSpeed="2"
|
||||||
|
PreprocessorDefinitions="NDEBUG;_WIN32_WCE=$(CEVER);UNDER_CE;WINCE;_WINDOWS;$(ARCHFAM);$(_ARCHFAM_);_UNICODE;UNICODE;STANDARDSHELL_UI_MODEL"
|
||||||
|
RuntimeLibrary="0"
|
||||||
|
UsePrecompiledHeader="2"
|
||||||
|
WarningLevel="3"
|
||||||
|
DebugInformationFormat="3"
|
||||||
|
/>
|
||||||
|
<Tool
|
||||||
|
Name="VCManagedResourceCompilerTool"
|
||||||
|
/>
|
||||||
|
<Tool
|
||||||
|
Name="VCResourceCompilerTool"
|
||||||
|
PreprocessorDefinitions="NDEBUG;_WIN32_WCE=$(CEVER);UNDER_CE"
|
||||||
|
Culture="2052"
|
||||||
|
AdditionalIncludeDirectories="$(IntDir)"
|
||||||
|
/>
|
||||||
|
<Tool
|
||||||
|
Name="VCPreLinkEventTool"
|
||||||
|
/>
|
||||||
|
<Tool
|
||||||
|
Name="VCLinkerTool"
|
||||||
|
AdditionalOptions=" /subsystem:windowsce,6.00"
|
||||||
|
OutputFile="$(OutDir)/ScreenRotating.exe"
|
||||||
|
LinkIncremental="1"
|
||||||
|
DelayLoadDLLs="$(NOINHERIT)"
|
||||||
|
GenerateDebugInformation="true"
|
||||||
|
ProgramDatabaseFile="$(OutDir)/ScreenRotating.pdb"
|
||||||
|
SubSystem="0"
|
||||||
|
StackReserveSize="65536"
|
||||||
|
StackCommitSize="4096"
|
||||||
|
OptimizeReferences="2"
|
||||||
|
EnableCOMDATFolding="2"
|
||||||
|
RandomizedBaseAddress="1"
|
||||||
|
DataExecutionPrevention="0"
|
||||||
|
TargetMachine="0"
|
||||||
|
/>
|
||||||
|
<Tool
|
||||||
|
Name="VCALinkTool"
|
||||||
|
/>
|
||||||
|
<Tool
|
||||||
|
Name="VCXDCMakeTool"
|
||||||
|
/>
|
||||||
|
<Tool
|
||||||
|
Name="VCBscMakeTool"
|
||||||
|
/>
|
||||||
|
<Tool
|
||||||
|
Name="VCFxCopTool"
|
||||||
|
/>
|
||||||
|
<Tool
|
||||||
|
Name="VCCodeSignTool"
|
||||||
|
/>
|
||||||
|
<Tool
|
||||||
|
Name="VCPostBuildEventTool"
|
||||||
|
/>
|
||||||
|
<DeploymentTool
|
||||||
|
ForceDirty="-1"
|
||||||
|
RemoteDirectory=""
|
||||||
|
RegisterOutput="0"
|
||||||
|
AdditionalFiles=""
|
||||||
|
/>
|
||||||
|
<DebuggerTool
|
||||||
|
/>
|
||||||
|
</Configuration>
|
||||||
|
</Configurations>
|
||||||
|
<References>
|
||||||
|
</References>
|
||||||
|
<Files>
|
||||||
|
<Filter
|
||||||
|
Name="Դ<>ļ<EFBFBD>"
|
||||||
|
Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
|
||||||
|
UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
|
||||||
|
>
|
||||||
|
<File
|
||||||
|
RelativePath=".\ScreenRotating.cpp"
|
||||||
|
>
|
||||||
|
</File>
|
||||||
|
<File
|
||||||
|
RelativePath=".\stdafx.cpp"
|
||||||
|
>
|
||||||
|
<FileConfiguration
|
||||||
|
Name="Debug|CHSINT SDK For WinCE 6.0 (ARMV4I)"
|
||||||
|
>
|
||||||
|
<Tool
|
||||||
|
Name="VCCLCompilerTool"
|
||||||
|
UsePrecompiledHeader="1"
|
||||||
|
/>
|
||||||
|
</FileConfiguration>
|
||||||
|
<FileConfiguration
|
||||||
|
Name="Debug|STANDARDSDK_500 (MIPSII)"
|
||||||
|
>
|
||||||
|
<Tool
|
||||||
|
Name="VCCLCompilerTool"
|
||||||
|
UsePrecompiledHeader="1"
|
||||||
|
/>
|
||||||
|
</FileConfiguration>
|
||||||
|
<FileConfiguration
|
||||||
|
Name="Release|CHSINT SDK For WinCE 6.0 (ARMV4I)"
|
||||||
|
>
|
||||||
|
<Tool
|
||||||
|
Name="VCCLCompilerTool"
|
||||||
|
UsePrecompiledHeader="1"
|
||||||
|
/>
|
||||||
|
</FileConfiguration>
|
||||||
|
<FileConfiguration
|
||||||
|
Name="Release|STANDARDSDK_500 (MIPSII)"
|
||||||
|
>
|
||||||
|
<Tool
|
||||||
|
Name="VCCLCompilerTool"
|
||||||
|
UsePrecompiledHeader="1"
|
||||||
|
/>
|
||||||
|
</FileConfiguration>
|
||||||
|
</File>
|
||||||
|
</Filter>
|
||||||
|
<Filter
|
||||||
|
Name="ͷ<>ļ<EFBFBD>"
|
||||||
|
Filter="h;hpp;hxx;hm;inl;inc;xsd"
|
||||||
|
UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
|
||||||
|
>
|
||||||
|
<File
|
||||||
|
RelativePath=".\Resource.h"
|
||||||
|
>
|
||||||
|
</File>
|
||||||
|
<File
|
||||||
|
RelativePath=".\ScreenRotating.h"
|
||||||
|
>
|
||||||
|
</File>
|
||||||
|
<File
|
||||||
|
RelativePath=".\stdafx.h"
|
||||||
|
>
|
||||||
|
</File>
|
||||||
|
</Filter>
|
||||||
|
<Filter
|
||||||
|
Name="<22><>Դ<EFBFBD>ļ<EFBFBD>"
|
||||||
|
Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav"
|
||||||
|
UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"
|
||||||
|
>
|
||||||
|
<File
|
||||||
|
RelativePath=".\ScreenRotating.ico"
|
||||||
|
>
|
||||||
|
</File>
|
||||||
|
<File
|
||||||
|
RelativePath=".\ScreenRotating.rc"
|
||||||
|
>
|
||||||
|
</File>
|
||||||
|
<File
|
||||||
|
RelativePath=".\ScreenRotating.rc2"
|
||||||
|
>
|
||||||
|
</File>
|
||||||
|
</Filter>
|
||||||
|
<File
|
||||||
|
RelativePath=".\ReadMe.txt"
|
||||||
|
>
|
||||||
|
</File>
|
||||||
|
</Files>
|
||||||
|
<Globals>
|
||||||
|
</Globals>
|
||||||
|
</VisualStudioProject>
|
48
Tools/ScreenRotating/sources/ScreenRotating/resource.h
Normal file
48
Tools/ScreenRotating/sources/ScreenRotating/resource.h
Normal file
@@ -0,0 +1,48 @@
|
|||||||
|
// Hanvon EBook Hacker
|
||||||
|
// Copyright (C) 2017-2023 Fankes Studio(qzmmcn@163.com)
|
||||||
|
// https://github.com/fankes/HanvonEBookHacker
|
||||||
|
//
|
||||||
|
// This software is non-free but opensource software: you can redistribute it
|
||||||
|
// and/or modify it under the terms of the GNU Affero General Public License
|
||||||
|
// as published by the Free Software Foundation; either
|
||||||
|
// version 3 of the License, or any later version.
|
||||||
|
//
|
||||||
|
// This software is distributed in the hope that it will be useful,
|
||||||
|
// but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
||||||
|
// Affero General Public License for more details.
|
||||||
|
//
|
||||||
|
// You should have received a copy of the GNU Affero General Public License
|
||||||
|
// and eula along with this software. If not, see
|
||||||
|
// <https://www.gnu.org/licenses/>
|
||||||
|
//
|
||||||
|
// This file is created by fankes on 2023/9/12.
|
||||||
|
//
|
||||||
|
//{{NO_DEPENDENCIES}}
|
||||||
|
// Microsoft Visual C++ generated include file.
|
||||||
|
// Used by ScreenRotating.rc
|
||||||
|
//
|
||||||
|
#define IDS_APP_TITLE 1
|
||||||
|
#define IDC_SCREENROTATING 2
|
||||||
|
#define IDI_SCREENROTATING 101
|
||||||
|
#define IDD_ABOUTBOX 103
|
||||||
|
#define IDD_MAINBOX 103
|
||||||
|
#define IDS_TOOLS 104
|
||||||
|
#define IDC_BUTTON_B 1001
|
||||||
|
#define IDC_BUTTON_A 1002
|
||||||
|
#define IDC_BUTTON_D 1003
|
||||||
|
#define IDC_BUTTON_C 1004
|
||||||
|
#define IDM_HELP_ABOUT 40002
|
||||||
|
#define IDC_STATIC -1
|
||||||
|
|
||||||
|
// Next default values for new objects
|
||||||
|
//
|
||||||
|
#ifdef APSTUDIO_INVOKED
|
||||||
|
#ifndef APSTUDIO_READONLY_SYMBOLS
|
||||||
|
#define _APS_NO_MFC 1
|
||||||
|
#define _APS_NEXT_RESOURCE_VALUE 135
|
||||||
|
#define _APS_NEXT_COMMAND_VALUE 32771
|
||||||
|
#define _APS_NEXT_CONTROL_VALUE 1002
|
||||||
|
#define _APS_NEXT_SYMED_VALUE 110
|
||||||
|
#endif
|
||||||
|
#endif
|
28
Tools/ScreenRotating/sources/ScreenRotating/stdafx.cpp
Normal file
28
Tools/ScreenRotating/sources/ScreenRotating/stdafx.cpp
Normal file
@@ -0,0 +1,28 @@
|
|||||||
|
// Hanvon EBook Hacker
|
||||||
|
// Copyright (C) 2017-2023 Fankes Studio(qzmmcn@163.com)
|
||||||
|
// https://github.com/fankes/HanvonEBookHacker
|
||||||
|
//
|
||||||
|
// This software is non-free but opensource software: you can redistribute it
|
||||||
|
// and/or modify it under the terms of the GNU Affero General Public License
|
||||||
|
// as published by the Free Software Foundation; either
|
||||||
|
// version 3 of the License, or any later version.
|
||||||
|
//
|
||||||
|
// This software is distributed in the hope that it will be useful,
|
||||||
|
// but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
||||||
|
// Affero General Public License for more details.
|
||||||
|
//
|
||||||
|
// You should have received a copy of the GNU Affero General Public License
|
||||||
|
// and eula along with this software. If not, see
|
||||||
|
// <https://www.gnu.org/licenses/>
|
||||||
|
//
|
||||||
|
// This file is created by fankes on 2023/9/12.
|
||||||
|
//
|
||||||
|
// stdafx.cpp : ֻ<><D6BB><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><D7BC><EFBFBD><EFBFBD><EFBFBD>ļ<EFBFBD><C4BC><EFBFBD>Դ<EFBFBD>ļ<EFBFBD>
|
||||||
|
// ScreenRotating.pch <20><><EFBFBD><EFBFBD>ΪԤ<CEAA><D4A4><EFBFBD><EFBFBD>ͷ
|
||||||
|
// stdafx.obj <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>Ԥ<EFBFBD><D4A4><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>Ϣ
|
||||||
|
|
||||||
|
#include "stdafx.h"
|
||||||
|
|
||||||
|
// TODO: <20><> STDAFX.H <20><>
|
||||||
|
// <20><><EFBFBD><EFBFBD><EFBFBD>κ<EFBFBD><CEBA><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ĸ<EFBFBD><C4B8><EFBFBD>ͷ<EFBFBD>ļ<EFBFBD><C4BC><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ڴ<EFBFBD><DAB4>ļ<EFBFBD><C4BC><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>
|
79
Tools/ScreenRotating/sources/ScreenRotating/stdafx.h
Normal file
79
Tools/ScreenRotating/sources/ScreenRotating/stdafx.h
Normal file
@@ -0,0 +1,79 @@
|
|||||||
|
// Hanvon EBook Hacker
|
||||||
|
// Copyright (C) 2017-2023 Fankes Studio(qzmmcn@163.com)
|
||||||
|
// https://github.com/fankes/HanvonEBookHacker
|
||||||
|
//
|
||||||
|
// This software is non-free but opensource software: you can redistribute it
|
||||||
|
// and/or modify it under the terms of the GNU Affero General Public License
|
||||||
|
// as published by the Free Software Foundation; either
|
||||||
|
// version 3 of the License, or any later version.
|
||||||
|
//
|
||||||
|
// This software is distributed in the hope that it will be useful,
|
||||||
|
// but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
||||||
|
// Affero General Public License for more details.
|
||||||
|
//
|
||||||
|
// You should have received a copy of the GNU Affero General Public License
|
||||||
|
// and eula along with this software. If not, see
|
||||||
|
// <https://www.gnu.org/licenses/>
|
||||||
|
//
|
||||||
|
// This file is created by fankes on 2023/9/12.
|
||||||
|
//
|
||||||
|
// stdafx.h : <20><>ϵͳ<CFB5><CDB3><EFBFBD><EFBFBD><EFBFBD>ļ<EFBFBD><C4BC>İ<EFBFBD><C4B0><EFBFBD><EFBFBD>ļ<EFBFBD><C4BC><EFBFBD>
|
||||||
|
// <20><><EFBFBD>Ǿ<EFBFBD><C7BE><EFBFBD>ʹ<EFBFBD>õ<EFBFBD><C3B5><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ĵ<EFBFBD>
|
||||||
|
// <20>ض<EFBFBD><D8B6><EFBFBD><EFBFBD><EFBFBD>Ŀ<EFBFBD>İ<EFBFBD><C4B0><EFBFBD><EFBFBD>ļ<EFBFBD>
|
||||||
|
|
||||||
|
#pragma once
|
||||||
|
|
||||||
|
#pragma comment(linker, "/nodefaultlib:libc.lib")
|
||||||
|
#pragma comment(linker, "/nodefaultlib:libcd.lib")
|
||||||
|
|
||||||
|
// ע<><D7A2> - <20><><EFBFBD><EFBFBD>ֵ<EFBFBD><D6B5><EFBFBD><EFBFBD>ΪĿ<CEAA><C4BF><EFBFBD><EFBFBD> Windows CE OS <20>汾<EFBFBD>Ĺ<EFBFBD><C4B9><EFBFBD><EFBFBD>Բ<EFBFBD><D4B2><EFBFBD>ǿ
|
||||||
|
#define WINVER _WIN32_WCE
|
||||||
|
|
||||||
|
#include <ceconfig.h>
|
||||||
|
#if defined(WIN32_PLATFORM_PSPC) || defined(WIN32_PLATFORM_WFSP)
|
||||||
|
#define SHELL_AYGSHELL
|
||||||
|
#endif
|
||||||
|
|
||||||
|
#ifdef _CE_DCOM
|
||||||
|
#define _ATL_APARTMENT_THREADED
|
||||||
|
#endif
|
||||||
|
|
||||||
|
#include <windows.h>
|
||||||
|
#include <commctrl.h>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
// Windows ͷ<>ļ<EFBFBD>:
|
||||||
|
#include <windows.h>
|
||||||
|
|
||||||
|
// C <20><><EFBFBD><EFBFBD>ʱͷ<CAB1>ļ<EFBFBD>
|
||||||
|
#include <stdlib.h>
|
||||||
|
#include <malloc.h>
|
||||||
|
#include <memory.h>
|
||||||
|
#include <tchar.h>
|
||||||
|
|
||||||
|
#if defined(WIN32_PLATFORM_PSPC) || defined(WIN32_PLATFORM_WFSP)
|
||||||
|
#ifndef _DEVICE_RESOLUTION_AWARE
|
||||||
|
#define _DEVICE_RESOLUTION_AWARE
|
||||||
|
#endif
|
||||||
|
#endif
|
||||||
|
|
||||||
|
#ifdef _DEVICE_RESOLUTION_AWARE
|
||||||
|
#include "DeviceResolutionAware.h"
|
||||||
|
#endif
|
||||||
|
|
||||||
|
#if _WIN32_WCE < 0x500 && ( defined(WIN32_PLATFORM_PSPC) || defined(WIN32_PLATFORM_WFSP) )
|
||||||
|
#pragma comment(lib, "ccrtrtti.lib")
|
||||||
|
#ifdef _X86_
|
||||||
|
#if defined(_DEBUG)
|
||||||
|
#pragma comment(lib, "libcmtx86d.lib")
|
||||||
|
#else
|
||||||
|
#pragma comment(lib, "libcmtx86.lib")
|
||||||
|
#endif
|
||||||
|
#endif
|
||||||
|
#endif
|
||||||
|
|
||||||
|
#include <altcecrt.h>
|
||||||
|
|
||||||
|
// TODO: <20>ڴ˴<DAB4><CBB4><EFBFBD><EFBFBD>ó<EFBFBD><C3B3><EFBFBD><EFBFBD><EFBFBD>Ҫ<EFBFBD><D2AA><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ͷ<EFBFBD>ļ<EFBFBD>
|
Reference in New Issue
Block a user