Contribute
:
Web Resources
:
Past Polls
:
Site Statistics
:
Downloads
:
Forum
The challenge is yours
advanced search
Topics
News
(14)
Tutorials
(115)
Crackmes
(70)
Coding
(23)
Challenges
Download
Hall Of Fame
User Functions
Username:
Password:
Don't have an account yet? Sign up as a
New User
Banners
Welcome to BiW Reversing
Thursday, August 18 2022 @ 06:54 AM CEST
FAQ
Search
Memberlist
Usergroups
Register
Profile
Log in to check your private messages
Log in
Search found 4 matches
www.reversing.be Forum Index
Author
Message
Topic:
Fast strswap (byte swap) by Bor0
thomasantony
Replies:
5
Views:
7268
Forum:
Coding Corner
Posted: Fri Apr 22, 2005 3:15 am Subject:
Fast strswap (byte swap) by Bor0
using ch will give you a rather high latency penalty.
a better code will be:
lea esi,str1
lea edi,str2
movzx eax, byte ptr [esi]
movzx edx, byte ptr [edi]
mov byte pt ...
Topic:
Suggestions for the forum/site
thomasantony
Replies:
36
Views:
86482
Forum:
BiW Member Chat
Posted: Thu Mar 17, 2005 6:00 pm Subject:
Need crackmes and challenges subforum
Hi,
Can you put up crackmes and challegens subforums like in the old forum?
Thomas Antony
Topic:
Bug in Oppurtunity crackme?
thomasantony
Replies:
3
Views:
5705
Forum:
Code Reversing
Posted: Thu Mar 17, 2005 5:59 pm Subject:
Bug in Oppurtunity crackme?
Hi,
I am trying the Oppurtunity Crackme(challenge 6, I think). I think I have found a possible bug. The following code:
00401393 > \8B35 F4304000 MOV ESI,DWORD PTR DS:[4030F4] ...
Topic:
FindWindowEx Help PLZ
thomasantony
Replies:
13
Views:
12878
Forum:
Coding Corner
Posted: Wed Mar 09, 2005 9:15 am Subject:
FindWindowEx Help PLZ
Hi,
I didn't read your source. But if you open the crackme in Olly, You can find the Control ID of the controls by looking at API calls like GetDLgItem,. GetDlgItemText etc. Use FindWindow with t ...
Page
1
of
1
All times are GMT + 1 Hour
Jump to:
Select a forum
General
----------------
BiW Member Chat
N2C Member Chat
FAQ's
Forum Rules
Windows Reversing
----------------
Unpacking
Tools Garage
Coding Corner
Code Reversing
Linux Reversing
----------------
Tools Garage
Powered by
phpBB
© 2001, 2005 phpBB Group
Copyright © 2022 BiW Reversing
All trademarks and copyrights on this page are owned by their respective owners.
Powered By
Geeklog
Created this page in 1.01 seconds