Skip to content

Commit ad4d5a5

Browse files
committed
Update version information
1 parent 1887d72 commit ad4d5a5

20 files changed

Lines changed: 61 additions & 25 deletions

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
LIBPE_DIR = lib/libpe
22
PEV_DIR = src
3-
VERSION = 0.81
3+
VERSION = 0.82
44
ZIPDIR = pev-$(VERSION)-win
55
ZIPFILE = $(ZIPDIR).zip
66

completion/bash/readpe

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
#!/usr/bin/env bash
2+
complete -F _longopt readpe
3+
complete -F _longopt pedis
4+
complete -F _longopt pehash
5+
complete -F _longopt peldd
6+
complete -F _longopt pepack
7+
complete -F _longopt peres
8+
complete -F _longopt pescan
9+
complete -F _longopt pesec
10+
complete -F _longopt pestr
11+

completion/zsh/_readpe

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
#compdef readpe
2+
#
3+
# Completion script for swaylock
4+
#
5+
compdef _gnu_generic readpe
6+
compdef _gnu_generic pedis
7+
compdef _gnu_generic pehash
8+
compdef _gnu_generic peldd
9+
compdef _gnu_generic pepack
10+
compdef _gnu_generic peres
11+
compdef _gnu_generic pescan
12+
compdef _gnu_generic pesec
13+
compdef _gnu_generic pestr
14+

doc/manpages/ofs2rva.1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Get RVA of 0x1b9b8 offset of \fBcalc.exe\fP:
3030
$ ofs2rva 0x1b9b8 calc.exe
3131

3232
.SH REPORTING BUGS
33-
Please, check the latest development code and report at https://github.com/merces/pev/issues
33+
Please, check the latest development code and report at https://github.com/mentebinaria/readpe/issues
3434

3535
.SH SEE ALSO
3636
\fBpedis\fP(1), \fBpehash\fP(1), \fBpeldd\fP(1), \fBpepack\fP(1), \fBperes\fP(1), \fBpescan\fP(1), \fBpesec\fP(1), \fBpestr\fP(1), \fBreadpe\fP(1), \fBrva2ofs\fP(1)

doc/manpages/pedis.1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ Disassembly in 16-bits mode, starting from offset 0x40, 32 bytes of code from \f
7474
$ pedis -m 16 -o 0x40 -n 32 game.exe
7575

7676
.SH REPORTING BUGS
77-
Please, check the latest development code and report at https://github.com/merces/pev/issues
77+
Please, check the latest development code and report at https://github.com/mentebinaria/readpe/issues
7878

7979
.SH SEE ALSO
8080
\fBofs2rva\fP(1), \fBpehash\fP(1), \fBpeldd\fP(1), \fBpepack\fP(1), \fBperes\fP(1), \fBpescan\fP(1), \fBpesec\fP(1), \fBpestr\fP(1), \fBreadpe\fP(1), \fBrva2ofs\fP(1)

doc/manpages/pehash.1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ Check all supported checksums of \fBputty.exe\fP file:
5151
$ pehash -a putty.exe
5252

5353
.SH REPORTING BUGS
54-
Please, check the latest development code and report at https://github.com/merces/pev/issues
54+
Please, check the latest development code and report at https://github.com/mentebinaria/readpe/issues
5555

5656
.SH SEE ALSO
5757
\fBofs2rva\fP(1), \fBpedis\fP(1), \fBpeldd\fP(1), \fBpepack\fP(1), \fBperes\fP(1), \fBpescan\fP(1), \fBpesec\fP(1), \fBpestr\fP(1), \fBreadpe\fP(1), \fBrva2ofs\fP(1)

doc/manpages/peldd.1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ Show library dependencies for \fBputty.exe\fP:
3535
$ peldd putty.exe
3636

3737
.SH REPORTING BUGS
38-
Please, check the latest development code and report at https://github.com/merces/pev/issues
38+
Please, check the latest development code and report at https://github.com/mentebinaria/readpe/issues
3939

4040
.SH SEE ALSO
4141
\fBofs2rva\fP(1), \fBpedis\fP(1), \fBpehash\fP(1), \fBpepack\fP(1), \fBperes\fP(1), \fBpescan\fP(1), \fBpesec\fP(1), \fBpestr\fP(1), \fBreadpe\fP(1), \fBrva2ofs\fP(1)

doc/manpages/pepack.1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ Check \fBsample.exe\fP for packers signatures:
3636
$ pepack sample.exe
3737

3838
.SH REPORTING BUGS
39-
Please, check the latest development code and report at https://github.com/merces/pev/issues
39+
Please, check the latest development code and report at https://github.com/mentebinaria/readpe/issues
4040

4141
.SH SEE ALSO
4242
\fBofs2rva\fP(1), \fBpedis\fP(1), \fBpehash\fP(1), \fBpeldd\fP(1), \fBperes\fP(1), \fBpescan\fP(1), \fBpesec\fP(1), \fBpestr\fP(1), \fBreadpe\fP(1), \fBrva2ofs\fP(1)

doc/manpages/peres.1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ Show resources statistics of \fBputty.exe\fP:
5151
$ peres -s putty.exe
5252

5353
.SH REPORTING BUGS
54-
Please, check the latest development code and report at https://github.com/merces/pev/issues
54+
Please, check the latest development code and report at https://github.com/mentebinaria/readpe/issues
5555

5656
.SH SEE ALSO
5757
\fBofs2rva\fP(1), \fBpedis\fP(1), \fBpehash\fP(1), \fBpeldd\fP(1), \fBpepack\fP(1), \fBpescan\fP(1), \fBpesec\fP(1), \fBpestr\fP(1), \fBreadpe\fP(1), \fBrva2ofs\fP(1)

doc/manpages/pescan.1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ Search suspicious things in \fBputty.exe\fP:
3636
$ pescan putty.exe
3737

3838
.SH REPORTING BUGS
39-
Please, check the latest development code and report at https://github.com/merces/pev/issues
39+
Please, check the latest development code and report at https://github.com/mentebinaria/readpe/issues
4040

4141
.SH SEE ALSO
4242
\fBofs2rva\fP(1), \fBpedis\fP(1), \fBpehash\fP(1), \fBpeldd\fP(1), \fBpepack\fP(1), \fBperes\fP(1), \fBpesec\fP(1), \fBpestr\fP(1), \fBreadpe\fP(1), \fBrva2ofs\fP(1)

0 commit comments

Comments
 (0)