Skip to main content

Centre not extending military help to Sri Lanka: FM- The Hindu- 2008/10/28


Karaikudi (PTI): Denying that the Union Government was extending any military help to Sri Lanka, Union Finance Minister P Chidambaram on Sunday said that the Centre only wanted Tamils in Sri Lanka to get equal opportunities.

"Only Pakistan and China are extending military help to the Island," he said.

Speaking to reporters here, he recalled the efforts taken by former Prime Minister Rajiv Gandhi to resolve the island's ethnic issue and charged LTTE with being mainly responsible for the failure of the Indo-Sri Lankan accord, as it had not cooperated for its implementation. He claimed that he himself had told LTTE leader Prabhakaran that the ethnic strife could be resolved only through talks. "But LTTE strayed from the peace process," he said.

Chidambaram refused to comment on the resignation threat of MPs from Tamil Nadu on the Sri Lankan issue and said the Union Government wanted Tamils and Sinhalese live in peace in the island. He also denied that there was movement of LTTE elements in Tamil Nadu, as alleged by AIADMK leader Jayalalithaa. "There might have been one or two incidents here and there," he said.

The loose talk by some elements on the Sri Lankan issue would only complicate matters, he said.

Source

Comments

Anonymous said…
Hi,
This is a message to the admin. I maintain a web site related to Sri Lankan and would like to advertise my site on your blog. Could you please email me the advertising options including the prices to suresh.madawela@gmail.com
Thanks,
Suresh

Popular posts from this blog

דף הבית | הטכניון - מכון טכנולוגי לישראל

https://technion.ac.il http://library.technion.ac.il/he https://www.technion.ac.il/%D7%A8%D7%A9%D7%99%D7%9E%D7%AA-%D7%94%D7%A4%D7%A7%D7%95%D7%9C%D7%98%D7%95%D7%AA-2/ http://www.admin.technion.ac.il/dpcalendar/ https://www.technion.ac.il/%D7%94%D7%A0%D7%94%D7%9C%D7%94-%D7%91%D7%9B%D7%99%D7%A8%D7%94/ https://www.technion.ac.il/%D7%A1%D7%9E%D7%99%D7%A0%D7%A8%D7%99%D7%9D/ https://dean.web.technion.ac.il/%D7%A7%D7%9E%D7%A4%D7%95%D7%A1-%D7%AA%D7%95%D7%A1%D7%A1/ http://www.dmag.co.il/pub/technion/tmag.html http://moodle.technion.ac.il/ https://tender-logistics.web3.technion.ac.il http://cis.technion.ac.il/ http://video.technion.ac.il/ https://portal.technion.ac.il/irj/portal https://www.technion.ac.il/ https://www.technion.ac.il/en/home-2/ http://arabic.net.technion.ac.il https://www.technion.ac.il/%d7%97%d7%96%d7%95%d7%9f-%d7%94%d7%98%d7%9b%d7%a0%d7%99%d7%95%d7%9f/ https://www.technion.ac.il/%d7%94%d7%99%d7%a1%d7%98%d7%95%d7%a8%d7%99%d7%99%d7%aa-%d7%94%d7%98%d7%9b%d7%a0%d7%99%d7%95%d7%9f/ ht...

Gu Energy Gel for Sale

Get Gu Energy Gel Here - https://bit.ly/3f97Wvz _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

Reversing C++ String And QString

After the rust string overview of its internal substructures, let's see if c++ QString storage is more light, but first we'r going to take a look to the c++ standard string object: At first sight we can see the allocation and deallocation created by the clang++ compiler, and the DAT_00400d34 is the string. If we use same algorithm than the rust code but in c++: We have a different decompilation layout. Note that the Ghidra scans very fast the c++ binaries, and with  rust binaries gets crazy for a while. Locating main is also very simple in a c++ compiled binary, indeed is more  low-level than rust. The byte array is initialized with a simply move instruction:         00400c4b 48 b8 68        MOV        RAX,0x6f77206f6c6c6568 And basic_string generates the string, in the case of  rust this was carazy endless set of calls, detected by ghidra as a runtime, but nevertheless the basic_str...