Part of Slepp's ProjectsPastebinTURLImagebinFilebin
Feedback -- English French German Japanese
Create Upload Newest Tools Donate
Sign In | Create Account

Advertising

advertising

related pastes to tag 'x86'

2107957 - Phase 1: x86
  1. 08048d2b <phase_1>:
  2.  8048d2b:   55                      push   %ebp
  3.  8048d2c:   89 e5                   mov    %esp,%ebp
  4.  8048d2e:   83 ec 18                sub    $0x18,%esp
  5.  8048d31:   c7 44 24 04 98 9e 04    movl   $0x8049e98,0x4(%esp)
  6.  8048d38:   08
  7.  8048d39:   8b 45 08                mov    0x8(%ebp),%eax
  8.  8048d3c:   89 04 24                mov    %eax,(%esp)
  9.  
2107956 - Phase 4: x86
  1. 08048d51 <phase_4>:
  2.  8048d51:   55                      push   %ebp
  3.  8048d52:   89 e5                   mov    %esp,%ebp
  4.  8048d54:   83 ec 28                sub    $0x28,%esp
  5.  8048d57:   8d 45 f0                lea    -0x10(%ebp),%eax
  6.  8048d5a:   89 44 24 0c             mov    %eax,0xc(%esp)
  7.  8048d5e:   8d 45 f4                lea    -0xc(%ebp),%eax
  8.  8048d61:   89 44 24 08             mov    %eax,0x8(%esp)
  9.  
2061466 - Notepad2 Replace Restore For Wi: script 64 bit windows x86 batch x64 notepad replacement 32 notepad2 replace
  1. @echo off
  2. REM ------------------------------------------------------------------
  3. REM Notepad2 Replace & Restore For Windows 32bit & 64bit Batch Script
  4. REM v1.0 2011-05-16 By: /underlines/@/gmail/./com/
  5. REM ------------------------------------------------------------------
  6.  
  7. REM ------------------------------------------------------------------
  8. REM ----------------------Kill Notepad Process
  9.