-
-
Notifications
You must be signed in to change notification settings - Fork 255
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Problem with "--unique" #59
Comments
Do you mind uploading the DLL file somewhere so that I can take a look?
Cheers
…On Thu, Feb 13, 2025 at 3:34 AM Not-C-Developer ***@***.***> wrote:
Hi
It might me a problem with "--unique" parameter
Release version: 2.1.3
Windows x86
When i've tested, some ROP gadgets has been lost.
Commands for test
rp-win.exe -f "C:\Program
Files\ibm\gsk8\lib\N\icc\osslib\libeay32IBM019.dll" -r 5 --bad-bytes
\x00\x09\x0a\x0b\x0c\x0d\x20 --unique > libeay32IBM019_uniq.txt
Select-String -Path libeay32IBM019.txt -Pattern ': pop ecx ; ret
'|Measure-Object -Line
rp-win.exe -f "C:\Program
Files\ibm\gsk8\lib\N\icc\osslib\libeay32IBM019.dll" -r 5 --bad-bytes
\x00\x09\x0a\x0b\x0c\x0d\x20 --unique > libeay32IBM019_uniq.txt
Select-String -Path libeay32IBM019_uniq.txt -Pattern ': pop ecx ; ret
'|Measure-Object -Line
image.png (view on web)
<https://github.com/user-attachments/assets/224cd77a-1615-464e-997f-d4ff735b58a1>
—
Reply to this email directly, view it on GitHub
<#59>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AALIORJVZ2CTT4IULH275FT2PR7MBAVCNFSM6AAAAABXB6JADGVHI2DSMVQWIX3LMV43ASLTON2WKOZSHA2TANZXGU4DMNY>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
[image: Not-C-Developer]*Not-C-Developer* created an issue
(0vercl0k/rp#59) <#59>
Hi
It might me a problem with "--unique" parameter
Release version: 2.1.3
Windows x86
When i've tested, some ROP gadgets has been lost.
Commands for test
rp-win.exe -f "C:\Program
Files\ibm\gsk8\lib\N\icc\osslib\libeay32IBM019.dll" -r 5 --bad-bytes
\x00\x09\x0a\x0b\x0c\x0d\x20 --unique > libeay32IBM019_uniq.txt
Select-String -Path libeay32IBM019.txt -Pattern ': pop ecx ; ret
'|Measure-Object -Line
rp-win.exe -f "C:\Program
Files\ibm\gsk8\lib\N\icc\osslib\libeay32IBM019.dll" -r 5 --bad-bytes
\x00\x09\x0a\x0b\x0c\x0d\x20 --unique > libeay32IBM019_uniq.txt
Select-String -Path libeay32IBM019_uniq.txt -Pattern ': pop ecx ; ret
'|Measure-Object -Line
image.png (view on web)
<https://github.com/user-attachments/assets/224cd77a-1615-464e-997f-d4ff735b58a1>
—
Reply to this email directly, view it on GitHub
<#59>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AALIORJVZ2CTT4IULH275FT2PR7MBAVCNFSM6AAAAABXB6JADGVHI2DSMVQWIX3LMV43ASLTON2WKOZSHA2TANZXGU4DMNY>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
Thank you, I can reproduce on my side - I will take a look at this this
weekend!
Cheers
…On Fri, Feb 14, 2025 at 5:10 AM Not-C-Developer ***@***.***> wrote:
Ex.
https://www.sendspace.com/file/72zzd1
—
Reply to this email directly, view it on GitHub
<#59 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AALIORN5767JFBDYQ4GC52D2PXTLZAVCNFSM6AAAAABXB6JADGVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDMNJZGMYDGNJRG4>
.
You are receiving this because you commented.Message ID:
***@***.***>
[image: Not-C-Developer]*Not-C-Developer* left a comment (0vercl0k/rp#59)
<#59 (comment)>
Ex.
https://www.sendspace.com/file/72zzd1
—
Reply to this email directly, view it on GitHub
<#59 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AALIORN5767JFBDYQ4GC52D2PXTLZAVCNFSM6AAAAABXB6JADGVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDMNJZGMYDGNJRG4>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi
It might me a problem with "--unique" parameter
Release version: 2.1.3
Windows x86
When i've tested, some ROP gadgets has been lost.
Commands for test
rp-win.exe -f "C:\Program Files\ibm\gsk8\lib\N\icc\osslib\libeay32IBM019.dll" -r 5 --bad-bytes \x00\x09\x0a\x0b\x0c\x0d\x20 > libeay32IBM019.txt
Select-String -Path libeay32IBM019.txt -Pattern ': pop ecx ; ret '|Measure-Object -Line
rp-win.exe -f "C:\Program Files\ibm\gsk8\lib\N\icc\osslib\libeay32IBM019.dll" -r 5 --bad-bytes \x00\x09\x0a\x0b\x0c\x0d\x20 --unique > libeay32IBM019_uniq.txt
Select-String -Path libeay32IBM019_uniq.txt -Pattern ': pop ecx ; ret '|Measure-Object -Line
The text was updated successfully, but these errors were encountered: