Im reading thru "The Art of Exploitation" and had a quick asm question. When you grab or set data in a register like [epb-4] like when you zero it. Are you only setting a subset of the registrar? Is...
Type: Posts; User: rmills; Keyword(s):
Im reading thru "The Art of Exploitation" and had a quick asm question. When you grab or set data in a register like [epb-4] like when you zero it. Are you only setting a subset of the registrar? Is...
Oh my bad, thanks. ever have issues sending PM's?
Are PM's disabled here? Tried to get a few and got blocked and a reference "c61a-fc6e-7db4-6dc6" when it was blocked on send. So I tried to PM an admin and while it looks like it sent its not in my...
Anyone looking for further reading or a better understanding if you don't know assembly very well. I would find a cheap copy of "Gray Hat Hacking : The Ethical Hacker's Handbook". It's also got a...
No worrys I don't have a lot of experience with assembly and im just trying out Immunity. Should have figured that one out thou.
Oops my F keys don't seem to work right in Vbox, figures. Using the menu set it, thanks for not kicking me in the balls too hard :P
stupid basic question, when you are editing assembly in Immunity debugger how do you set a breakpoint?
thanks for the input and Google pointers, I was trying different keywords but not finding much. got some reading to do tonight.
I have been trying to gain a better understand of the low level workings of software and modifying binary files. I have found a few starter examples for ASM and compiling with NASM but they don't...
np, i am going to check it out too. Thanks for posting it.
try single encoding with "-e x86/fnstenv_mov" i think there is an issue with the default encoder right now. you might try pulling down the latest SVN as well.
Thanks for the link, going to give it a read. Let me know what you find with the hex editor.
I don't know ASM well enough to start XOR'ing it but thats what I am working on learning now. SoftwarePassport's Armadillo might do the trick but I don't have a copy. Trying to find open source DRM...
gee thanks :rolleyes:
Can you give an example of something else you might encrypt it with?
I dont know the encoder really well but I tried the ideas I knew, a few combos of x86/fnstenv_mov, x86/jmp_call_additive and the standard x86/shikata_ga_nai. Both single and double encoding. I dont...
I have been running into this with avast as well, tried every trick I could think of but no luck. Anyone found a way around this?
lol amael wow, again i asked if there was any way to get notification after the exploit not what is this shell thing and everyone has an angle, fair enough I guess. Look at it anyway you want but its...
To be perfectly honest your becoming kind of annoying, I did not ask for a ethics speech and while I don't mind free advice your throwing it out without fully understanding my issues in a patronizing...
Strangely enough no, my boss asked if it was possiable and this was a simple vector in. im not a pro but I know a few things. I asumed pros did not sit around staring at the screen so I was wondering...
I will look into the autorun, however if I had access to the box why would I be waiting around :rolleyes: the payload is on my U3 device and I am waiting for it to be plugged in. I was curious what...
I am using the reverse_tcp connection on a dropped U3 however sitting around waiting and staring at my screen is starting to get old. Is there a way to make it "ding" or something when a new session...
Big thanks again, the ANSI / Unicode thing I had seen places but did not understand. It helps a ton to know where areas of my code can be improved. I am going to play with it some more tonight. And...
thanks that did fix it, I had found the "_ts" functions but the other example did not make it clear you had to init it as a TCHAR, thou I should have known that. I might still play with the POSIX. I...
Big thanks for your post, going to spend some time with it today. I have a few books from C++ primer, visual c++, thinking in c++ even c++ for dummys. I guess I need to stop being a sissy and buckel...