banner

[Rule] Rules  [Home] Main Forum  [Portal] Portal  
[Members] Member Listing  [Statistics] Statistics  [Search] Search  [Reading Room] Reading Room 
[Register] Register  
[Login] Loginhttp  | https  ]
 
Messages posted by: kegiaumat055  XML
Profile for kegiaumat055 Messages posted by kegiaumat055 [ number of posts not being displayed on this page: 0 ]
 
Mình sử dụng Olly 1.0 nhưng khi add file exe thì nó không analytic , nó bị lỗi sau: "debugged program was unable to process exception"
Còn khi sử dụng olly 2.0 thì nó analytic được.

Mình hơi gà sử dụng Olly, các bạn có thể chỉ cho mình cách để sửa lỗi ở Olly 1.0 đươc không ? Cám ơn các bạn !
Mình vừa sửa xong. Nhờ Mod close topic dùm mình nhé ! Thanks
Mình đang sử dụng bản ollydbg 2.01d và bạn v1. Cả 2 bản này chức năng PLUGIN không được kích hoạt mặc dù mình đã chỉnh path cho nó rồi ( path này chính xác luôn, không thể sai được). Nhưng vào v1 thì không thấy plugin đâu cả, vào v2 thì thấy plugin nhưng nó bị tối đi, không sử dụng được.
Mình đã đăng nhập admin và đang sử dụng win unlimate 4 bit
Các bạn có thể cho mình biết tại sao lại như vậy không ? Cám ơn các bạn !

xwhitelight wrote:
Mình nghĩ serial là "SEASSAUL".
p.s: Nhìn qua loa đoán vậy. smilie  


Không phải đâu. Không đơn giản vậy đâu
Muốn sử dụng thử chương trình này phải có code dùng thử: 15 ký tự. Còn code mua thì chỉ có 8 ký tự. Mình crack không nổi nên chỉ kích hoạt 1 chức năng bị khoá nhưng mà chắc cũng khó quá !
Xin chào các bạn,

Mình có một vấn đề cần các bạn giúp đỡ, vì mình thử đi thử lại nhưng mà không giải quyết được !
Mình đang muốn khởi động một chứ năng bị khoá của một phần mềm dùng thử ( Các bạn có thể download nó tại đây http://www.articlemarketingrobot.com/ArticleMarketingRobot_Setup.1102.msi.

Mình download phiên bản dùng thử của nó về nhưng nó khoá một chức năng quan trọng.
Đây là code của cái phần bị khoá đó smilie mình sử dụng reflector, phần mềm này được viết = .NET)
Code:
private void ImportSiteListToolStripMenuItem_Click(object sender, EventArgs e)
{
if (Strings.Len(mod_AppData.appData.sSerial) != 8)
{
Interaction.MsgBox("Sorry, site import function unavailable for trial users", MsgBoxStyle.OkOnly, mod_AppData.appData.brand);
}
else
{
int num;
IEnumerator enumerator;
try
{
enumerator = ((IEnumerable) this.gridSites.Rows).GetEnumerator();
while (enumerator.MoveNext())
{
DataGridViewRow current = (DataGridViewRow) enumerator.Current;
if (current.Selected)
{
num++;
}
}
}
finally
{
if (enumerator is IDisposable)
{
(enumerator as IDisposable).Dispose();
}
}
MyProject.Forms.frmSuggestArt.lblNoSites.Text = "No. of Sites Selected: " + Conversions.ToString(num);
if (mod_AppData.appData.sSerial != "SEASSAUL")
{
if (!mod_AppData.appData.bAllowPublicImport)
{
MyProject.Forms.frmSuggestArt.chkPrivate.Checked = true;
MyProject.Forms.frmSuggestArt.chkPrivate.Enabled = false;
}
}
else
{
MyProject.Forms.frmSuggestArt.chkPrivate.Enabled = true;
}
MyProject.Forms.frmSuggestArt.bCancel = true;
MyProject.Forms.frmSuggestArt.ShowDialog();
if (!MyProject.Forms.frmSuggestArt.bCancel && MyProject.Forms.frmSuggestArt.bImport)
{
mod_z_miscCrap.GetSitesFromFile(MyProject.Forms.frmSuggestArt.sList, MyProject.Forms.frmSuggestArt.bPrivate);
}
}
}

Phần này có chức năng: nhập các website mới vào database. Nếu bạn dùng phiên bản dùng thử, khi mở chức năng này, nó sẽ hiện lên dòng chữ :"Sorry, site import function unavailable for trial users". Cái này thì dễ để vượt qua. Khi mình đã vượt qua rồi, đã nhập website và nó đã chạy bình thường. Nhưng khi vào database thì không có gì thay đổi cả, các website này không được add vào !

Hình như trong đoạn mã trên, còn một phần kiểm tra để xem mình có đang dùng bản paid không thì phải ! Các bạn giúp mình phân tích đoạn mã trên nhé ! Cám ơn các bạn nhiều !
Mình có một website và mình muốn dùng adsense Google. Trong website của mình lại có một số từ "hack", nhưng nội ding mình chỉ có một phần nhỏ là "hack" thôi, mà chỉ là hack game (website có nội dung tiếng việt). Vậy như thế thì có vi phạm luật của GA không ? smilie
Mình tìm kiếm thì thấy một bài viết nói là: Trong file header, thay đoạn nav cũ bằng đoạn nav mới này:
Code:
<ul id="nav" class="clearfloat">
<li><a href="<?php echo get_option('home'); ?>/" class="on">Home</a></li>
<?php wp_list_pages('title_li='); ?>
<li class="cat-item"><a href="#">Categories</a>
<ul class="children">
<?php wp_list_categories('orderby=name&title_li=');
$this_category = get_category($cat);
if (get_category_children($this_category->cat_ID) != "") {
echo "<ul>";
wp_list_categories('orderby=id&show_count=0&title_li=
&use_desc_for_title=1&child_of='.$this_category->cat_ID);
echo "</ul>";
}
?>
</ul>
</li>
</ul
Nhưng trong file header.php của theme của mình chẳng biết đoạn nav cũ là đoạn nào. Vậy mình phải làm sao đây.
Theme hutek webzine: Code:
<?php
/**
* @package WordPress
* @subpackage Default_Theme
*/
?>
<?php global $mytheme; ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="verify-v1" content="8UEkiuWE8EROXTV8gIKbgaw9hRI45Mi6PtpsxeYqW YQ=" />
<title>
<?php if(function_exists('friendlytitles')): ?>
<?php friendlytitles() ?>
<?php else: ?>
<?php wp_title(); ?>
<?php endif; ?>
</title>
<link rel="stylesheet" href="<?php bloginfo('stylesheet_url'); ?>" type="text/css" media="screen" />
<link rel="shortcut icon" href="favicon.jpg">
<?php
wp_head(); ?>
</style>
</head>
<body>
<!--header-->
<div class="header" >
<!--logo-->
<?php if ($mytheme['logo'] != '') { ?>
<div class="logo">
<a href="index.html"><img src="<?php print $mytheme['logo']; ?>" />
</div>
<?php } ?>
<!--/logo-->
<!--leading banner-->
<?php if($mytheme['enable_leading_banner'] != ''): ?>
<?php if ($mytheme['topbanner'] != '') { ?>
<div class="leading-banner">
<?php print $mytheme['topbanner']; ?>
</div>
<?php } ?>
<?php endif; ?>
<!--/leading banner-->
<!--menu-->
<ul id="navtabs">
<?php if ($mytheme['home_text'] != '') { ?><li><a href="<?php echo get_option('home'); ?>/" <?php if ( is_home() ) { echo ' class="actived"'; } ?> ><span><?php print $mytheme['home_text']; ?></span></a></li><?php } ?>
<?php wp_list_categories('orderby=ID&order=ASC&hide_empt y=0&title_li=&exclude='.$mytheme['ex']); ?>
<!--other menu-->
<?php if($mytheme['enable_other_menu'] != ''): ?>
<?php if($mytheme['other_menu_1'] != ''): ?><a href="<?php print $mytheme['other_menu_1_url']; ?>" ><li><?php print $mytheme['other_menu_1']; ?></li><?php endif; ?>
<?php if($mytheme['other_menu_2'] != ''): ?><a href="<?php print $mytheme['other_menu_2_url']; ?>" ><li><?php print $mytheme['other_menu_2']; ?></li><?php endif; ?>
<?php endif; ?>
<!--/other menu-->
<!--rss-->
<?php if ($mytheme['feed'] != '') { ?>
<div class="rss"><a href="<?php print $mytheme['feed']; ?>" target="_blank"><img src="<?php bloginfo('template_directory'); ?>/core/images/rss.jpg" /></a></div>
<?php } ?>
<!--/rss-->
</ul>
<!--/menu-->
</div>
<!--/header-->

2. Theme ikarus
Code:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="<?php bloginfo('html_type'); ?>; charset=<?php bloginfo('charset'); ?>" />
<title>
<?php if ( is_home()) { ?><?php bloginfo('name'); ?> - <?php bloginfo('description'); ?>
<?php } else { ?>
<?php bloginfo('name'); ?>
<?php if(function_exists("UTW_ShowTagsForCurrentPost")) : ?>
<?php if (is_tag()) { echo ' : '; UTW_ShowCurrentTagSet('tagsettextonly'); ''; } ?>
<?php endif; ?><?php wp_title(' : '); ?><?php } ?>
</title>
<meta name="description" content="<?php bloginfo('name'); ?> - <?php bloginfo('description'); ?>"/>
<?php include (TEMPLATEPATH . '/options/options.php'); ?>
<link rel="stylesheet" href="<?php bloginfo('template_directory'); ?>/configurations.php" type="text/css" media="screen"/>
<link rel="alternate" type="application/rss+xml" title="RSS 2.0" href="<?php bloginfo('rss2_url'); ?>" />
<link rel="alternate" type="text/xml" title="RSS .92" href="<?php bloginfo('rss_url'); ?>" />
<link rel="alternate" type="application/atom+xml" title="Atom 0.3" href="<?php bloginfo('atom_url'); ?>" />
<link rel="pingback" href="<?php bloginfo('pingback_url'); ?>" />
<meta name="generator" content="WordPress <?php bloginfo('version'); ?>" />
<?php wp_get_archives('type=monthly&format=link'); ?>
<?php wp_head(); ?>
<link href="<?php bloginfo('template_directory'); ?>/scripts/mootabs1.2.css" rel="stylesheet" type="text/css" />
<link href="<?php bloginfo('template_directory'); ?>/menus/sosdmenu.css" rel="stylesheet" type="text/css" />
<script language="javascript" type="text/javascript" src="<?php bloginfo('template_directory'); ?>/scripts/ja.script.js"></script>
<link href="<?php bloginfo('template_directory'); ?>/style.css" rel="stylesheet" type="text/css" />
<script language="javascript" type="text/javascript" src="<?php bloginfo('template_directory'); ?>/scripts/mootools.v1.1.js"></script>
<link href="<?php bloginfo('template_directory'); ?>/<?php echo $tn_mz_text_color; ?>.css" rel="stylesheet" type="text/css" />
<!--[if lte IE 6]>
<style type="text/css">
.clearfix {height: 1%;}
img, H3 {
background-position: -1000px;
behavior: url("<?php bloginfo('template_directory'); ?>/scripts/iepngfix.htc");
}
</style>
<![endif]-->
<!--[if gte IE 7.0]>
<style type="text/css">
.clearfix {display: inline-block;}
</style>
<![endif]-->
<!--Mootabs script load-->
<script type="text/javascript" charset="utf-8">
/*<![CDATA[*/
document.write ('<style type="text\/css">#tabswrap .moduletable {display: none;}<\/style>');
/*]]>*/
</script>
<!--[if lte IE 6]>
<script type="text/javascript">
window.addEvent ('domready', makeTransBG);
function makeTransBG() {
makeTransBg($('mainnav'), '<?php bloginfo('template_directory'); ?>/images/mainnav-bg.png')
makeTransBg($E('#topsl'), '<?php bloginfo('template_directory'); ?>/images/topsl-bg.png')
makeTransBg($E('#search'), '<?php bloginfo('template_directory'); ?>/images/search-bg.png')
makeTransBg($E('#seperator'), '<?php bloginfo('template_directory'); ?>/images/seperator.png')
}
</script>
<![endif]-->
</head>
<body id="bd" class="wide fs3">
<!-- BEGIN: HEADER -->
<div id="headerwrap">
<div id="header">
<?php if($tn_mz_header_logo==sitename): ?>
<h1 class="sitename"><a href="<?php echo get_settings('home'); ?>"><?php bloginfo('name'); ?></a></h1>
<p><?php bloginfo('description'); ?></p>
<?php else : ?>
<h1 class="logo"><a href="<?php echo get_settings('home'); ?>"> </a></h1>
<?php endif; ?>
<!-- BEGIN: TOP BANNER 468x60 -->
<div id="banner">
<a href="<?php echo $tn_mz_banner_url; ?>" target="_blank"><img src="<?php echo $tn_mz_banner_image; ?>" border="0" alt="Advertisement" /></a>
</div>
<!-- END: TOP BANNER-->
<!-- BEGIN: MAIN NAVIGATION -->
<?php include (TEMPLATEPATH . '/navigation.php'); ?>
<!-- END: MAIN NAVIGATION -->
</div>
</div>
<!-- END: HEADER -->
<!-- BEGIN: TOP SPOTLIGHT -->
<div id="topslwrap">
<div id="topsl" >
<div class="newflash" >
<?php if($tn_mz_header_img_post_status==yes): ?>
<a href="<?php echo $tn_mz_header_url; ?>"><img src="<?php echo $tn_mz_header_image; ?>" border="0" alt="Featured Content" /></a>
<?php else : ?>
<?php include (ABSPATH . '/wp-content/plugins/content-gallery/gallery.php'); ?>
<?php endif; ?>
</div></div>
</div>
<!-- END: TOP SPOTLIGHT -->
<div id="pathwaywrap">
<?php include (TEMPLATEPATH . '/searchform.php'); ?>
<?php if (function_exists('fc_feedcount')): ?>
<div id="rss-feeds"><div id="rss-block"><a href="#"> </a></div>
<div id="rs-count"><?php fc_feedcount(); ?></div></div>
<?php endif; ?>
</div>
<div align="center"><?php include (TEMPLATEPATH . '/admin/admin-navigation.php'); ?> </div>
<div id="containerwrap">
<div id="container" class="clearfix">
<!-- BEGIN: CONTENT -->
<div id="content">
<div id="content-top">
<div id="content-bot">
<div class="innerpad clearfix">
--------------------------------------------------------------------------------

1.Mình nghe nói là: Nếu quảng cáo google bị click liên tục nhiều lần thì tài khoản google của trang web đó bi xóa phải không ?
Vậy nếu ai đó có ý muốn phá hoại thì sao ? smilie

2.Và nếu mình đăng ký hai tài khoản, mình dùng tài khoản I xong, rồi mình dùng phần mềm như Anti Tracks( xóa bỏ mọi dấu vết) chẳng hạn, rồi thay đổi IP (hay tắt modem rồi bât) thì google có phát hiện ra mình không smilie
Máy tính mình muốn tắt là máy tính trong trường học. Không có các chươg trình quản lý mạng lan, mình có thể lấy đựoc tài liệu bên máy khác. Vậy các bạn có thể chỉ cho mình cách nào mà thành công 100% không.
Mình dùng Advanced IP Scanner để scan IP trong mạng LAN và tìm được một số máy. Nhưng mình shutdow không được, mình đã thử dùng các phần mềm tắt máy qua mạng LAn nhưng vẫn không được. Các bạn giúp mình nhé!
Còn nữa, mình muốn gửi tin nhắn đến một máy bất kì trong mạng LAN mà không cần biết người bị gửi có đồng ý hay không thì phải làm sao
Chẳng lẽ hvaonline.net không có ai là nhân tài về ASM sao.Có một câu hỏi cỏn con của em cũng không trả lời đựoc
cài lại win cho nhanh
Thử phần mềm này coi AntiVir PE Classic.KHông được thì cài lại win
Tôi cũng đã bị trường hợp như của bạn,bạn nên cài lại hệ điều hành windows và dùng bản SP2
Có phiên bản Undeep freeze 1.7 rồi bạn ơi,phá được DF 6.x trở lên
Nhớ lại thuở xưa một chút.
Trong 2 cái đoạn code đó, phân biệt rõ ràng nhất là cách thức sử dụng ngắt. Hai đoạn code đó đều có thể compile, đoạn trên thành .com , đoạn dưới thành .exe .
Một cái chỉ sử dụng có 64k bytes bộ nhớ , loại này là .com, sử dụng ngắt 20h. Loại kia sử dụng nhiều hơn 64k bytes bộ nhớ, loại này là .exe , sử dụng ngắt 21h. Nói cụt ngủn vậy hơi khó hiểu. Bạn tìm hiểu sự khác biệt giữa .com và .exe sẽ hiểu.
Bạn nên tìm hiểu sơ về các đời cpu intel, tập lệnh đi theo các đời đó, cách thức quản lý bộ nhớ, cách dùng ngắt qua các đời, bộ thanh ghi qua các đời. Học assembly mệt dữ lắm.
Hồi đi học, môn này là môn sát thủ.
Cái code đó từ trang này của microsoft đây
How to Use Int 20h to Terminate an .EXE Program
http://support.microsoft.com/kb/72848  
Ý em muốn hỏi là dùng cái nào là tốt nhất
Em dùng phần mềm ifufi2 để báo trộm,khi khởi động vào windown thì nó lại hiện lên màn hình.Nhưng em muốn ẩn nó(không hiện lên màn hình nhưng vẫn chạy) thì phải làm sao hả các anh
.Em có sách" Kĩ thuật vi xử lí và lập trình ASSEMBLY cho hệ vi xử lí" của Đỗ Xuân Tiến và sách điện tử "Tra cứu ASM" bày làm theo cách 1.Nhưng "cấu trúc máy tính & ASM" và "Giao trinh hop ngu - Assembly" thì bày làm cách 2 .Vậy cách nào là tốt nhất.Xin các anh giúp đỡ nhiều
Sao không có ai trả lời vậy
Gỡ ổ cứng mang sang gắn vào máy tính nhà bạn gái,nếu hên thì diệt được.Xui thì cài lại win
Toàn virus dởm

Vui lòng nghiêm túc khi tham gia thảo luận.
Đựoc bạn à
Anh ơi cho em hỏi 2 chương trình Hello.asm này đều được viết bằng ASm nhưng sao nó lại khác nhau.Anh có thể giải thích được không và chọn cách viết nào là tốt nhất

Đây là hello.asm thứ nhất:

Code SEGMENT
ASSUME CS:Code,DS:Code
ORG 100h
Begin
MOV AH,09h
MOV DX,Offset String
Int 20h
String DB ' hello,how are you ? $ '
Code Ends
END Begin

Đây là hello.asm thứ hai:
.model small
.stack 100h
.data
s DB “hello,how are you ? $” ; khai báo xâu kí tự cần in
.code
mov AX,@data ; lấy địa chỉ data segment ghi vào DS
mov DS,AX ; Vì model small, đây cũng là địa chỉ
; segment của xâu s

; xuất chuỗi
mov DX, OFFSET s ; lấy địa chỉ offset ghi vào DX
mov AH , 9
int 21h ; gọi hàm 9, ngắt 21h để in

mov AH, 4Ch ; Thoát khỏi chương trình
int 21h
end
Hình như em bị dính 1 con virus hay trojan gì đó.Có tên là hh.exe (10.5 KB) trong C:\WINDOWS.Em đã xóa nó đi nhưng khi quay trở lại thì nó vẫn còn trong thư muc.EM thư ngiều lần nhưng vẫn không được.Em đã dùng phần mềm Avira AntiVir PersonalEdition Classic nhưng không phát hiện ra nó.Em phải làm sao đây
Các anh chỉ dùm em định nghĩa hàm Api và cách sử dụng hàm Api trong ASM
 

Powered by JForum - Extended by HVAOnline
 hvaonline.net  |  hvaforum.net  |  hvazone.net  |  hvanews.net  |  vnhacker.org
1999 - 2013 © v2012|0504|218|